aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_syncache.c
Commit message (Expand)AuthorAgeFilesLines
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* The soisconnected() call removed from syncache_socket() in r307966 wasPatrick Kelsey2017-10-011-0/+1
* tcp: Don't "negotiate" MSS.Sepherosa Ziehau2017-09-271-6/+4
* Listening sockets improvements.Gleb Smirnoff2017-06-081-3/+4
* Fix the ICMP6 handling for TCP.Michael Tuexen2017-06-031-2/+2
* Represent "a syncache overflow hasn't happend yet" by usingMichael Tuexen2017-04-211-1/+2
* Syncoockies can be used in combination with the syncache. If the cacheMichael Tuexen2017-04-201-5/+21
* Hide struct inpcb, struct tcpcb from the userland.Gleb Smirnoff2017-03-211-7/+7
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-54/+95
* Add a knob to change default behavior of inheriting listen socket's tcp stackHiren Panchasara2017-01-271-1/+9
* Remove assigned only variable.Gleb Smirnoff2016-12-211-2/+1
* For RTT calculations mid-session, we explicitly ignore ACKs with tsecr of 0 asHiren Panchasara2016-11-211-3/+10
* Remove an extraneous call to soisconnected() in syncache_socket(),Julien Charbon2016-10-261-4/+0
* Fix cases where the TFO pending counter would leak references, and eventually...Patrick Kelsey2016-10-151-10/+24
* The TFO server-side code contains some changes that are not conditioned onJonathan T. Looney2016-10-121-1/+1
* Fix an issue with accept_filter introduced with r261242:Julien Charbon2016-09-291-1/+3
* Here we update the modular tcp to be able to switch to anRandall Stewart2016-08-161-1/+1
* tcp/syncache: Add comment for syncache_respondSepherosa Ziehau2016-05-101-0/+9
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* 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-211/+359
* 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