aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Lower the default limits on the IPv4 reassembly queue.Jonathan T. Looney2018-08-141-5/+21
* Implement a limit on on the number of IPv4 reassembly queues per bucket.Jonathan T. Looney2018-08-141-31/+89
* Add a global limit on the number of IPv4 fragments.Jonathan T. Looney2018-08-141-7/+40
* Improve hashing of IPv4 fragments.Jonathan T. Looney2018-08-141-3/+7
* Remove a set but not used warning showing up in usrsctp.Michael Tuexen2018-08-141-4/+2
* Restore ability to send ICMP and ICMPv6 redirects.Andrey V. Elsukov2018-08-141-1/+3
* Use the stacb instead of the asoc in state macros.Michael Tuexen2018-08-1310-218/+220
* Use consistently the macors to modify the assoc state.Michael Tuexen2018-08-136-44/+41
* Add explicit cast to silence a warning for the userland stack.Michael Tuexen2018-08-121-2/+2
* Fix misspellings of transmitter/transmittedDevin Teske2018-08-101-3/+3
* Remove unneeded ipsec-related includes.Andrey V. Elsukov2018-08-101-5/+0
* [ppc] Fix kernel panic when using BOOTP_NFSROOTLeandro Lupori2018-08-091-0/+5
* Fix a small bug in rack where it willRandall Stewart2018-08-081-7/+4
* Address concerns about CPU usage while doing TCP reassembly.Jonathan T. Looney2018-08-061-1/+11
* This fixes a bug in Rack where we wereRandall Stewart2018-08-061-1/+1
* Now that after r335979 the kernel addresses in API structures areGleb Smirnoff2018-08-041-4/+1
* Add a dtrace provider for UDP-Lite.Michael Tuexen2018-07-314-7/+58
* Fix INET only builds.Michael Tuexen2018-07-311-1/+4
* Allow implicit TCP connection setup for TCP/IPv6.Michael Tuexen2018-07-301-5/+132
* Send consistent SEG.WIN when using timewait codepath for TCP.Michael Tuexen2018-07-301-5/+11
* Fix some TCP fast open issues.Michael Tuexen2018-07-303-16/+19
* Add missing send/recv dtrace probes for TCP.Michael Tuexen2018-07-303-2/+19
* Make timespecadd(3) and friends publicAlan Somers2018-07-301-1/+1
* This fixes a hole where rack could end upRandall Stewart2018-07-301-1/+4
* icmp_quotelen was accidentially changes in r336676, undo this.Andrew Turner2018-07-241-1/+1
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-2427-138/+138
* Delete the example tcp stack "fastpath" whichRandall Stewart2018-07-241-2360/+0
* Fix a potential use after free in getsockopt() access to inp_optionsMatt Macy2018-07-221-6/+16
* NULL out cc_data in pluggable TCP {cc}_cb_destroyMatt Macy2018-07-228-18/+18
* Set the IPv4 version in the IP header for UDP and UDPLite.Michael Tuexen2018-07-211-2/+2
* Add missing dtrace probes for received UDP packets.Michael Tuexen2018-07-201-0/+2
* Whitespace changes due to changes in ident.Michael Tuexen2018-07-1923-134/+278
* Revert https://svnweb.freebsd.org/changeset/base/336503Michael Tuexen2018-07-1928-809/+713
* Whitespace changes due to change if ident.Michael Tuexen2018-07-1928-713/+809
* Bump the ICMP echo limits to match the RFCRandall Stewart2018-07-182-4/+2
* Move invoking of callout_stop(&lle->lle_timer) into llentry_free().Andrey V. Elsukov2018-07-171-4/+0
* There was quite a bit of feedback on r336282 that has led to theSean Bruno2018-07-141-10/+4
* Fixup memory management for fetching options in ip_ctloutput()Sean Bruno2018-07-141-4/+10
* Remove a duplicate check.Mark Johnston2018-07-111-2/+1
* Use uintptr_t alone when assigning to kvaddr_t variables.Brooks Davis2018-07-102-2/+2
* Add support for printing the TCP FO client-side cookie cache via theMichael Tuexen2018-07-101-0/+88
* Use appropriate MSS value when populating the TCP FO client cookie cacheMichael Tuexen2018-07-103-12/+48
* Removed pointless NULL checkSteven Hartland2018-07-101-2/+0
* Add "record-state", "set-limit" and "defer-action" rule options to ipfw.Andrey V. Elsukov2018-07-091-0/+2
* Allow alternate TCP stack to populate the TCP FO client cookieMichael Tuexen2018-07-072-0/+22
* When initializing the TCP FO client cookie cache, take into accountMichael Tuexen2018-07-071-1/+10
* One more 32-bit fix for r335979.Brooks Davis2018-07-061-1/+1
* Correct breakage on 32-bit platforms from r335979.Brooks Davis2018-07-061-1/+1
* Create a new macro for static DPCPU data.Andrew Turner2018-07-051-1/+1
* Make struct xinpcb and friends word-size independent.Brooks Davis2018-07-055-12/+11