aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Enabling the IPPROTO_IPV6 level socket option IPV6_USE_MIN_MTU on a TCPMichael Tuexen2018-08-214-0/+42
* Fix the inheritance of IPv6 level socket options on TCP sockets.Michael Tuexen2018-08-211-3/+7
* Whitespace change.Michael Tuexen2018-08-211-0/+1
* Refactor the SHUTDOWN_PENDING state handling.Michael Tuexen2018-08-219-14/+26
* GC inc_isipv6; it was added for "temp" compatibility in 2001, r86764Bjoern A. Zeeb2018-08-201-1/+0
* This change represents a substantial restructure of the way weRandall Stewart2018-08-207-137/+878
* Don't expose the uptime via the TCP timestamps.Michael Tuexen2018-08-194-35/+52
* Add the ability to look up the 3b PCP of a VLAN interface. Use it inNavdeep Parhar2018-08-161-10/+17
* Fix in6_multi double freeMatt Macy2018-08-153-10/+29
* Late style follow up on r312770.Luiz Otavio O Souza2018-08-151-2/+1
* 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