aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Make in_localip_more() fib-aware.Alexander V. Chernikov2021-03-111-12/+12
* tcp: remove incorrect reset of SACK variable in PRRRichard Scheffenegger2021-03-083-15/+17
* rack: unbreak TCP fast open for the client sideMichael Tuexen2021-03-081-1/+2
* tcp: various improvements and fixes to PRRRichard Scheffenegger2021-03-041-48/+47
* RACK: fix an issue triggered by using the CDG CC moduleMichael Tuexen2021-03-041-2/+2
* sctp: several fixes and improvementsMichael Tuexen2021-03-027-112/+165
* tcp: improve behaviour when using TCP_NOOPTMichael Tuexen2021-03-021-1/+4
* MFC 093e72319089:Hans Petter Selasky2021-02-081-0/+3
* MFC 85d8d30f9f70:Hans Petter Selasky2021-02-081-1/+6
* TCP PRR: Patch div/0 in tcp_prr_partialackRichard Scheffenegger2021-01-291-3/+5
* Adjust line length in tcp_prr_partialackRichard Scheffenegger2021-01-291-5/+8
* Further refactor IPv4 interface route creation.Alexander V. Chernikov2021-01-213-113/+130
* Address panic with PRR due to missed initialization of recover_fsRichard Scheffenegger2021-01-202-8/+22
* Require uint32_t alignment for ipfw_insnAlex Richardson2021-01-191-1/+1
* libalias: Fix remaining compiler warningsAlex Richardson2021-01-192-7/+10
* libalias: Fix -Wcast-align compiler warningsAlex Richardson2021-01-196-73/+69
* Fix IPv4 fib bsearch4() lookup array construction.Alexander V. Chernikov2021-01-171-0/+12
* Split rtinit() into multiple functions.Alexander V. Chernikov2021-01-163-7/+131
* tcp: add sysctl to tolerate TCP segments missing timestampsMichael Tuexen2021-01-147-15/+38
* tcp: fix handling of TCP RST segments missing timestampsMichael Tuexen2021-01-143-10/+21
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-2/+2
* Use rn_match instead of doing indirect calls in fib_algo.Alexander V. Chernikov2021-01-111-2/+2
* Bump amount of queued packets in for unresolved ARP/NDP entries to 16.Alexander V. Chernikov2021-01-111-1/+1
* igmp: Avoid leaking mbuf when source validation failsMark Johnston2021-01-081-0/+1
* Refactor rt_addrmsg() and rt_routemsg().Alexander V. Chernikov2021-01-071-21/+25
* sctp: improve handling of aborted associationsMichael Tuexen2021-01-011-9/+8
* Fix default route handling in radix4_lockless algo.Alexander V. Chernikov2020-12-261-3/+4
* Add modular fib lookup framework.Alexander V. Chernikov2020-12-252-0/+802
* Improve input validation for parameters in ASCONF and ASCONF-ACK chunksMichael Tuexen2020-12-231-2/+2
* Filter TCP connections to SO_REUSEPORT_LB listen sockets by NUMA domainAndrew Gallatin2020-12-194-21/+108
* Harden the handling of outgoing streams in case of an restart or INITMichael Tuexen2020-12-131-3/+6
* Clean up more resouces of an existing SCTP association in case ofMichael Tuexen2020-12-121-1/+56
* Add TCP feature Proportional Rate Reduction (PRR) - RFC6937Richard Scheffenegger2020-12-042-7/+131
* Remove RADIX_MPATH config option.Alexander V. Chernikov2020-11-291-4/+0
* Refactor fib4/fib6 functions.Alexander V. Chernikov2020-11-292-43/+84
* Fix two occurences of a typo in a comment introduced in r367530.Michael Tuexen2020-11-232-2/+2
* Refactor rib iterator functions.Alexander V. Chernikov2020-11-221-1/+1
* Fix an issue I introuced in r367530: tcp_twcheck() can be calledMichael Tuexen2020-11-201-10/+13
* ip_fastfwd: style(9) tidy for r367628Ed Maste2020-11-132-5/+6
* Followup pointed out by ae@George V. Neville-Neil2020-11-131-1/+5
* An earlier commit effectively turned out the fast forwading pathGeorge V. Neville-Neil2020-11-123-5/+64
* RFC 7323 specifies that:Michael Tuexen2020-11-095-46/+98
* Fix a potential use-after-free bug introduced inMichael Tuexen2020-11-091-3/+3
* igmp: convert igmpstat to use PCPU countersMitchell Horne2020-11-082-21/+31
* Prevent premature SACK block transmission during loss recoveryRichard Scheffenegger2020-11-086-31/+74
* Add m_snd_tag_alloc() as a wrapper around if_snd_tag_alloc().John Baldwin2020-10-292-28/+13
* Call m_snd_tag_rele() to free send tags.John Baldwin2020-10-293-20/+6
* Remove an extra if_ref().John Baldwin2020-10-291-1/+0
* Store the new send tag in the right place.John Baldwin2020-10-291-1/+1
* Support hardware rate limiting (pacing) with TLS offload.John Baldwin2020-10-291-9/+63