aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Fix cases where the TFO pending counter would leak references, and eventually...Patrick Kelsey2016-10-152-12/+26
* r307082 added the TCP_HHOOK kernel option and made some existing code onlyJonathan T. Looney2016-10-151-1/+4
* The code currently resets the keepalive timer each time a packet isJonathan T. Looney2016-10-143-6/+20
* - Revert r300854, r303657 which tried to fix regression from r297225.Gleb Smirnoff2016-10-132-13/+3
* With build without TCP_HHOOK and with INVARIANTS. Before mutex.h cameGleb Smirnoff2016-10-131-0/+2
* Mark the socket as un-writable when it is 1-to-1 and the SCTP associationMichael Tuexen2016-10-131-0/+1
* Whitespace changes.Michael Tuexen2016-10-131-90/+38
* The TFO server-side code contains some changes that are not conditioned onJonathan T. Looney2016-10-125-13/+28
* Currently, when tcp_input() receives a packet on a session that matches aJonathan T. Looney2016-10-121-3/+3
* In the TCP stack, the hhook(9) framework provides hooks for kernel modulesJonathan T. Looney2016-10-125-0/+44
* Lock the ND prefix list and add refcounting for prefixes.Mark Johnston2016-10-071-0/+4
* Remove "long" variables from the TCP stack (not including the modularJonathan T. Looney2016-10-0614-137/+138
* If the new window size is less than the old window size, skip theJonathan T. Looney2016-10-061-3/+4
* Correctly calculate snd_max in persist case.Jonathan T. Looney2016-10-061-1/+1
* Remove declaration of un-defined function tcp_seq_subtract().Jonathan T. Looney2016-10-061-1/+0
* Remove an alias if_list, use if_link consistently.Kevin Lo2016-10-061-2/+2
* Add GARP retransmit capabilityEric van Gyzen2016-10-023-0/+138
* r297225 broke udp_output() for the case where the "addr" argumentRick Macklem2016-10-011-1/+7
* This adds a sysctl which allows you to disable the TCP hostcache. This is handyHiren Panchasara2016-09-301-1/+25
* Properly preserve ip_tos bits for IPv4 packetsKurt Lidl2016-09-291-15/+8
* Fix an issue with accept_filter introduced with r261242:Julien Charbon2016-09-291-1/+3
* Remove ifa_list, use ifa_link (structure field) instead.Kevin Lo2016-09-281-2/+2
* capsicum: propagate rights on accept(2)Mariusz Zaborski2016-09-221-3/+3
* Fix the handling of unordered fragmented user messages using DATA chunks.Michael Tuexen2016-09-211-0/+5
* Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead.Kevin Lo2016-09-155-9/+10
* Ensure that the IPPROTO_TCP level socket optionsMichael Tuexen2016-09-141-4/+6
* With clang 3.9.0, compiling sys/netinet/igmp.c results in the followingDimitry Andric2016-09-041-4/+4
* Adjust TCP module fastpath after r304803's cc_ack_received() changes.Hiren Panchasara2016-08-261-6/+20
* Update TCPS_HAVERCVDFIN() macro to correctly include all states a connectionHiren Panchasara2016-08-261-1/+2
* Fix a bug, where no SACK is sent when receiving a FORWARD-TSN orMichael Tuexen2016-08-261-0/+5
* Pass the number of segments coalesced by LRO up the stack by repurposing theLawrence Stewart2016-08-255-12/+22
* When aborting an association, send the ABORT before notifying the upperMichael Tuexen2016-08-241-8/+8
* Temporarily disable the optimization from r304436Ryan Stone2016-08-221-1/+1
* Improve the locking when sending user messages.Michael Tuexen2016-08-221-1/+8
* Remove duplicate code, which is not protected by the appropriate locks.Michael Tuexen2016-08-221-5/+0
* Remove the kernel optoion for IPSEC_FILTERTUNNEL, which was deprecatedBjoern A. Zeeb2016-08-211-4/+0
* Permit disabling net.inet.udp.require_l2_bcast in VIMAGE kernels.Marko Zec2016-08-201-1/+2
* Unbreak sctp_connectx().Michael Tuexen2016-08-201-3/+3
* Fix unlocked access to ifnet address listRyan Stone2016-08-181-3/+9
* Don't check for broadcast IPs on non-bcast pktsRyan Stone2016-08-181-1/+7
* Don't iterate over the ifnet addr list in ip_output()Ryan Stone2016-08-183-19/+24
* A few more wording tweaks as suggested (with some modificationsRandall Stewart2016-08-161-8/+8
* Here we update the modular tcp to be able to switch to anRandall Stewart2016-08-164-33/+65
* Comments describing how to properly use the new lock_add functionsRandall Stewart2016-08-161-0/+19
* This cleans up the timer code in TCP and also makes it so we do notRandall Stewart2016-08-162-98/+93
* tcp/lro: Make # of LRO entries tunableSepherosa Ziehau2016-08-161-1/+11
* Ensure that sctp_it_ctl.cur_it does not point to a free object (duringMichael Tuexen2016-08-151-2/+2
* Add `stats reset` command implementation to NPTv6 moduleAndrey V. Elsukov2016-08-131-0/+1
* Add ipfw_nat64 module that implements stateless and stateful NAT64.Andrey V. Elsukov2016-08-131-0/+21
* Fix kernel build with TCP_RFC7413 optionMike Karels2016-08-111-0/+1