aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* [udp] fix possible mbuf and lock leak in udp_input().Andrey V. Elsukov2021-02-111-5/+8
* Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov2021-02-084-4/+5
* SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov2021-02-084-5/+4
* Allow setting alias port ranges in libalias and ipfw. This will allow a systemNeel Chauhan2021-02-024-3/+34
* Fix LINT kernel builds after 1a714ff20419 .Hans Petter Selasky2021-02-012-30/+8
* sctp: small cleanup, no functional change intended.Michael Tuexen2021-02-011-4/+2
* sctp: improve input validationMichael Tuexen2021-01-311-38/+62
* sctp: fix a locking issue for old unordered dataMichael Tuexen2021-01-311-1/+1
* Catch up with 6edfd179c86: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG.Gleb Smirnoff2021-01-291-1/+1
* This pulls over all the changes that are in the netflixRandall Stewart2021-01-286-216/+421
* Add missing decrement of active ratelimit connections.Hans Petter Selasky2021-01-261-0/+3
* Don't allow allocating a new send tag on an INP which is being torn down.Hans Petter Selasky2021-01-261-1/+6
* TCP PRR: Patch div/0 in tcp_prr_partialackRichard Scheffenegger2021-01-261-3/+5
* Adjust line length in tcp_prr_partialackRichard Scheffenegger2021-01-261-5/+8
* sctp: fix PR-SCTP stats when adding addtional streamsMichael Tuexen2021-01-231-0/+9
* sctp: improve consistencyMichael Tuexen2021-01-234-29/+29
* 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