aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_syncache.h
Commit message (Expand)AuthorAgeFilesLines
* 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