aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* tcp: A better fix for the previously attempted fix of the ack-war issue with ...Randall Stewart2021-06-045-43/+24
* tcp, udp: Permit binding with AF_UNSPEC if the address is INADDR_ANYMark Johnston2021-05-312-4/+20
* libalias: Remove LibAliasCheckNewLinkLutz Donnerhacke2021-05-313-11/+3
* libalias: Remove unused function LibAliasCheckNewLinkLutz Donnerhacke2021-05-315-32/+7
* ip_mroute: rework ip_mrouteWojciech Macek2021-05-312-336/+426
* libalias: Fix nameing and initialization of a constantLutz Donnerhacke2021-05-301-13/+12
* tcp: When we have an out-of-order FIN we do want to strip off the FIN bit.Randall Stewart2021-05-273-3/+18
* tcp: Use local CC data only in the correct contextRichard Scheffenegger2021-05-261-1/+9
* tcp: Add a socket option to rack so we can test various changes to the slop v...Randall Stewart2021-05-263-13/+34
* tcp: enter network epoch when calling tfb_tcp_fb_finiAndrew Gallatin2021-05-251-0/+3
* tcp: Fix bugs related to the PUSH bit and rack and an ack warRandall Stewart2021-05-254-22/+64
* tcp: fix a RACK socket buffer lock issueMichael Tuexen2021-05-241-1/+2
* tcp: Fix an issue with the PUSH bit as well as fill in the missing mtu change...Randall Stewart2021-05-242-2/+15
* ip_forward: Restore RFC referenceZhenlei Huang2021-05-221-2/+5
* tcp: Handle stack switch while processing socket optionsMichael Tuexen2021-05-222-55/+67
* rack: honor prior socket buffer lock when doing the upcallRichard Scheffenegger2021-05-211-2/+2
* tcp: Make error handling in tcp_usr_send() more consistentMark Johnston2021-05-211-41/+26
* [tcp] Keep socket buffer locked until upcallRichard Scheffenegger2021-05-216-46/+37
* tcp: Fix sending of TCP segments with IP level optionsMichael Tuexen2021-05-213-6/+6
* ip_mroute: remove unused declarationsWojciech Macek2021-05-211-6/+0
* ip_mroute: refactor bw_meter APIWojciech Macek2021-05-212-401/+221
* Revert "ip_mroute: refactor bw_meter API"Wojciech Macek2021-05-202-220/+400
* ip_mroute: refactor bw_meter APIWojciech Macek2021-05-202-400/+220
* Do not forward datagrams originated by link-local addressesZhenlei Huang2021-05-181-7/+9
* libalias: Ensure ASSERT behind varable declarationsLutz Donnerhacke2021-05-161-2/+2
* libalias: replace placeholder with static constantLutz Donnerhacke2021-05-152-12/+14
* libalias: Style cleanupLutz Donnerhacke2021-05-1516-1100/+975
* tcp: Incorrect KASSERT causes a panic in rackRandall Stewart2021-05-131-2/+10
* sctp: fix another locking bug in COOKIE handlingMichael Tuexen2021-05-121-2/+8
* Fix mbuf leaks in various pru_send implementationsMark Johnston2021-05-124-53/+46
* tcp rack: improve initialisation of retransmit timeoutMichael Tuexen2021-05-121-2/+7
* sctp: fix locking in case of error handling during a restartMichael Tuexen2021-05-121-0/+10
* tcp: In rack, we must only convert restored rtt when the hostcache does resto...Randall Stewart2021-05-111-3/+6
* mrouter: do not loopback packets unconditionallyWojciech Macek2021-05-111-1/+3
* mroute: fix race condition during mrouter shutting downWojciech Macek2021-05-114-1/+20
* tcp: SACK Lost Retransmission Detection (LRD)Richard Scheffenegger2021-05-107-11/+105
* tcp:Host cache and rack ending up with incorrect values.Randall Stewart2021-05-102-101/+119
* This takes Warners suggested approach to making it so thatRandall Stewart2021-05-071-0/+14
* divert: Fix mbuf ownership confusion in div_output()Mark Johnston2021-05-071-8/+9
* Fix a UDP tunneling issue with rack. Basically there are twoRandall Stewart2021-05-071-3/+13
* tcp_twcheck(): use correct unlock macro.Gleb Smirnoff2021-05-061-1/+1
* This brings into sync FreeBSD with the netflix versions of rack and bbr.Randall Stewart2021-05-0618-1881/+7278
* sctp: improve consistency when handling chunks of wrong sizeMichael Tuexen2021-05-051-6/+8
* igmp: Avoid an out-of-bounds access when zeroing countersMark Johnston2021-05-051-1/+1
* Introduce DXR as an IPv4 longest prefix matching / FIB moduleMarko Zec2021-05-051-0/+1253
* sctp: drop packet with SHUTDOWN-ACK chunks with wrong vtagsMichael Tuexen2021-05-041-21/+0
* Add missing sockaddr length and family validation to various protocolsMark Johnston2021-05-036-45/+101
* sctp: improve address list scanningMichael Tuexen2021-05-031-1/+5
* sctp: improve restart handlingMichael Tuexen2021-05-031-8/+12
* Fix build after 5f2e1835054ee84f2e68ebc890d92716a91775b7.Alexander Motin2021-05-031-1/+1