aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_syncache.h
Commit message (Expand)AuthorAgeFilesLines
* tcp: add support for TCP over UDPMichael Tuexen2021-04-181-5/+7
* tcp_syncache: add net.inet.tcp.syncache.see_other sysctlGleb Smirnoff2021-04-151-0/+1
* syncache: simplify syncache_add() KPI to return struct socket pointerGleb Smirnoff2021-04-121-2/+2
* Fix the following issues related to the TCP SYN-cache:Michael Tuexen2020-08-101-2/+2
* Add flags for upcoming patches related to improved ECN handling.Michael Tuexen2019-12-311-0/+4
* In order for the TCP Handshake to support ECN++, and further ECN-relatedMichael Tuexen2019-12-011-1/+1
* Now that there is no R/W lock on PCB list the pcblist sysctlsGleb Smirnoff2019-11-071-1/+1
* Add new functionality to switch to using cookies exclusively when we theJonathan T. Looney2019-09-261-0/+8
* The handling of RST segments in the SYN-RCVD state exists in theMichael Tuexen2018-10-181-1/+1
* When retransmitting TCP SYN-ACK segments with the TCP timestamp optionMichael Tuexen2018-06-151-1/+0
* Greatly reduce the number of #ifdefs supporting the TCP_RFC7413 kernel option.Patrick Kelsey2018-02-261-2/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Fix the ICMP6 handling for TCP.Michael Tuexen2017-06-031-1/+1
* Syncoockies can be used in combination with the syncache. If the cacheMichael Tuexen2017-04-201-0/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Grab a snap amount of TCP connections in syncache from tcpstat.Gleb Smirnoff2016-01-271-1/+0
* Implementation of server-side TCP Fast Open (TFO) [RFC7413].Patrick Kelsey2015-12-241-2/+4
* Use Jenkins hash for TCP syncache.Gleb Smirnoff2015-09-051-1/+1
* Introduce spares in the TCP syncache and timewait structuresBjoern A. Zeeb2013-09-211-0/+1
* Unbreak VIMAGE by correctly naming the vnet pointer in struct tcp_syncache.Andre Oppermann2013-07-121-1/+1
* Improve SYN cookies by encoding the MSS, WSCALE (window scaling) and SACKAndre Oppermann2013-07-111-8/+24
* Change the syncache count reporting the current number of entriesAndre Oppermann2012-10-281-1/+0
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-191-13/+6
* Add spares to the network stack for FreeBSD-9:Bjoern A. Zeeb2011-07-171-0/+2
* Trim extra spaces before tabs.John Baldwin2011-01-071-1/+1
* Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface toLawrence Stewart2009-07-131-2/+4
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-0/+3
* Unifdef MAC label pointer in syncache entries -- in general, ifdef'dRobert Watson2009-06-051-2/+0
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-0/+1
* Move syncache flag definitions below data structure, compress some verticalRobert Watson2008-12-101-10/+12
* Move some struct defs around. This is a prep step for Vimage.AJulian Elischer2008-08-251-1/+67
* add interface for external consumers to syncache_expand - rename syncache_add...Kip Macy2008-07-211-1/+4
* Add interface for tcp offload to syncache:Kip Macy2007-12-121-0/+3
* Export the contents of the syncache to netstat.Mike Silbersack2007-07-271-0/+49