summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_syncache.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r319556:tuexen2017-06-071-2/+2
* MFC r317244:tuexen2017-06-011-1/+2
* MFC r317208:tuexen2017-06-011-5/+21
* MFC r304572 (by bz):ae2017-03-181-54/+95
* MFC r308943hiren2016-12-051-3/+10
* MFC r307966:jch2016-11-071-4/+0
* MFC r306443:jch2016-10-091-1/+3
* tcp/syncache: Add comment for syncache_respondsephe2016-05-101-0/+9
* sys/net*: minor spelling fixes.pfg2016-05-031-2/+2
* tcp/syncache: Set flowid and hash type properly for SYN|ACKsephe2016-04-291-5/+11
* Indentation issues.pfg2016-04-201-3/+2
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-191-2/+2
* Mfp: r296309bz2016-04-091-2/+6
* Redo r294869. The array of counters for TCP states doesn't belong toglebius2016-03-151-3/+3
* Grab a snap amount of TCP connections in syncache from tcpstat.glebius2016-01-271-19/+0
* Augment struct tcpstat with tcps_states[], which is used for book-keepingglebius2016-01-271-1/+12
* Implementation of server-side TCP Fast Open (TFO) [RFC7413].pkelsey2015-12-241-8/+123
* First cut of the modularization of our TCP stack. Stillrrs2015-12-161-0/+22
* Use Jenkins hash for TCP syncache.glebius2015-09-051-52/+20
* Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability:jch2015-08-031-4/+16
* Make syncookie_mac() use 'tcp_seq irs' in computing hash.hiren2015-01-301-0/+1
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-011-3/+1
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-8/+8
* Fix typo.ae2014-10-311-1/+1
* * Split tcp_signature_compute() into 2 pieces:melifaro2014-09-271-12/+34
* In tcp_input(), don't acquire the pcbinfo global write lock for SYNjhb2014-09-041-3/+0
* syncache_lookup() is a file local function. Make it static andbz2014-05-241-2/+1
* Ensure that the flowid hashtype is assigned to the inp if the flowidadrian2014-05-181-0/+1
* Utilize SYSCTL_UMA_CUR() to export usage of syncache andglebius2014-02-071-13/+2
* Decrease lock contention within the TCP accept case by removinggnn2014-01-281-1/+3
* If the flowid is available for the mbuf that finalised the creationadrian2014-01-181-0/+10
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Implement the ip, tcp, and udp DTrace providers. The probe definitions usemarkj2013-08-251-1/+1
* Free the non-fatal "timestamp missing" debug string manually as it isandre2013-07-161-1/+4
* Improve SYN cookies by encoding the MSS, WSCALE (window scaling) and SACKandre2013-07-111-211/+359
* Extend debug logging of TCP timestamp related specificationandre2013-07-101-0/+17
* uma_zone_set_max() directly returns the rounded effective zoneandre2013-02-011-2/+2
* Add TCP_OFFLOAD hook in syncache_respond for IPv6 too, just like the onenp2013-01-251-0/+9
* Fix sysctl_handle_int() usage. Either arg1 or arg2 should be supplied,glebius2012-12-251-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* For retransmits of SYN|ACK from the syncache use the slightly moreandre2012-10-281-1/+1
* Change the syncache count reporting the current number of entriesandre2012-10-281-8/+15
* When SYN or SYN/ACK had to be retransmitted RFC5681 requires us toandre2012-10-281-2/+3
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-3/+3
* - Updated TOE support in the kernel.np2012-06-191-73/+62
* It turns out that too many drivers are not only parsing the L2/3/4bz2012-05-281-1/+2
* MFp4 bz_ipv6_fast:bz2012-05-251-5/+4
* Fix PAWS (Protect Against Wrapped Sequence numbers) in cases whenbz2012-02-151-4/+4
* Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL andglebius2012-02-051-1/+9
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
OpenPOWER on IntegriCloud