aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_syncache.c
Commit message (Expand)AuthorAgeFilesLines
* tcp/syncache: Set flowid and hash type properly for SYN|ACKSepherosa Ziehau2016-04-291-5/+11
* Indentation issues.Pedro F. Giffuni2016-04-201-3/+2
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-191-2/+2
* Mfp: r296309Bjoern A. Zeeb2016-04-091-2/+6
* Redo r294869. The array of counters for TCP states doesn't belong toGleb Smirnoff2016-03-151-3/+3
* Grab a snap amount of TCP connections in syncache from tcpstat.Gleb Smirnoff2016-01-271-19/+0
* Augment struct tcpstat with tcps_states[], which is used for book-keepingGleb Smirnoff2016-01-271-1/+12
* Implementation of server-side TCP Fast Open (TFO) [RFC7413].Patrick Kelsey2015-12-241-8/+123
* First cut of the modularization of our TCP stack. StillRandall Stewart2015-12-161-0/+22
* Use Jenkins hash for TCP syncache.Gleb Smirnoff2015-09-051-52/+20
* Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability:Julien Charbon2015-08-031-4/+16
* Make syncookie_mac() use 'tcp_seq irs' in computing hash.Hiren Panchasara2015-01-301-0/+1
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-3/+1
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-071-8/+8
* Fix typo.Andrey V. Elsukov2014-10-311-1/+1
* * Split tcp_signature_compute() into 2 pieces:Alexander V. Chernikov2014-09-271-12/+34
* In tcp_input(), don't acquire the pcbinfo global write lock for SYNJohn Baldwin2014-09-041-3/+0
* syncache_lookup() is a file local function. Make it static andBjoern A. Zeeb2014-05-241-2/+1
* Ensure that the flowid hashtype is assigned to the inp if the flowidAdrian Chadd2014-05-181-0/+1
* Utilize SYSCTL_UMA_CUR() to export usage of syncache andGleb Smirnoff2014-02-071-13/+2
* Decrease lock contention within the TCP accept case by removingGeorge V. Neville-Neil2014-01-281-1/+3
* If the flowid is available for the mbuf that finalised the creationAdrian Chadd2014-01-181-0/+10
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Implement the ip, tcp, and udp DTrace providers. The probe definitions useMark Johnston2013-08-251-1/+1
* Free the non-fatal "timestamp missing" debug string manually as it isAndre Oppermann2013-07-161-1/+4
* Improve SYN cookies by encoding the MSS, WSCALE (window scaling) and SACKAndre Oppermann2013-07-111-207/+355
* Extend debug logging of TCP timestamp related specificationAndre Oppermann2013-07-101-0/+17
* uma_zone_set_max() directly returns the rounded effective zoneAndre Oppermann2013-02-011-2/+2
* Add TCP_OFFLOAD hook in syncache_respond for IPv6 too, just like the oneNavdeep Parhar2013-01-251-0/+9
* Fix sysctl_handle_int() usage. Either arg1 or arg2 should be supplied,Gleb Smirnoff2012-12-251-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* For retransmits of SYN|ACK from the syncache use the slightly moreAndre Oppermann2012-10-281-1/+1
* Change the syncache count reporting the current number of entriesAndre Oppermann2012-10-281-8/+15
* When SYN or SYN/ACK had to be retransmitted RFC5681 requires us toAndre Oppermann2012-10-281-2/+3
* Switch the entire IPv4 stack to keep the IP packet headerGleb Smirnoff2012-10-221-3/+3
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-191-73/+62
* It turns out that too many drivers are not only parsing the L2/3/4Bjoern A. Zeeb2012-05-281-1/+2
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-251-5/+4
* Fix PAWS (Protect Against Wrapped Sequence numbers) in cases whenBjoern A. Zeeb2012-02-151-4/+4
* Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL andGleb Smirnoff2012-02-051-1/+9
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Implement a CPU-affine TCP and UDP connection lookup data structure,Robert Watson2011-06-061-1/+8
* Add _mbuf() variants of various inpcb-related interfaces, including lookup,Robert Watson2011-06-041-4/+4
* Decompose the current single inpcbinfo lock into two locks:Robert Watson2011-05-301-0/+5
* Make the TCP code compile without INET. Sort #includes and add #ifdef INETs.Bjoern A. Zeeb2011-04-301-5/+24
* Add the possibility to verify MD5 hash of incoming TCP packets.Attilio Rao2011-04-251-4/+5
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-5/+5
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-3/+3
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-3/+3