summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_syncache.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement a CPU-affine TCP and UDP connection lookup data structure,rwatson2011-06-061-1/+8
* Add _mbuf() variants of various inpcb-related interfaces, including lookup,rwatson2011-06-041-4/+4
* Decompose the current single inpcbinfo lock into two locks:rwatson2011-05-301-0/+5
* Make the TCP code compile without INET. Sort #includes and add #ifdef INETs.bz2011-04-301-5/+24
* Add the possibility to verify MD5 hash of incoming TCP packets.attilio2011-04-251-4/+5
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-5/+5
* After some off-list discussion, revert a number of changes to thedim2010-11-221-3/+3
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-3/+3
* Initializing the new error variable to zero in syncache_socket()andre2010-08-151-1/+1
* Add more logging points for failures in syncache_socket() toandre2010-08-151-5/+24
* Fix a bug in syncache where the initial CWND for new incoming connectionsandre2010-07-301-1/+2
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-12/+7
* Upon virtual network stack teardown properly release the TCP syncachebz2010-02-201-2/+24
OpenPOWER on IntegriCloud