summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_syncache.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Somewhere along the line accept sockets stopped honoring thejulian2009-07-281-4/+2
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-3/+3
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-49/+31
* Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface tolstewart2009-07-131-4/+17
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+13
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Add internal 'mac_policy_count' counter to the MAC Framework, which is arwatson2009-06-021-2/+0
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-0/+3
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andrwatson2009-04-111-24/+24
* Since we allow conditional allocation of labels on syncache entries,rwatson2009-01-111-2/+0
* Use inc_flags instead of the inc_isipv6 alias which so farbz2008-12-171-15/+16
* Another step assimilating IPv[46] PCB code - directly usebz2008-12-151-4/+4
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-9/+13
* Change the initialization methodology for global variables scheduledzec2008-11-191-5/+11
* Remove endearing but syntactically unnecessary "return;" statementsrwatson2008-10-261-2/+0
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-2/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-12/+37
* Implement IPv6 support for TCP MD5 Signature Option (RFC 2385)bz2008-09-131-1/+1
* Move some struct defs around. This is a prep step for Vimage.Ajulian2008-08-251-66/+0
* Cache the cred locally in _syncache_add() while holding the locks, sobz2008-08-231-0/+12
* Add an explicit comment why we NULLify the two variables.bz2008-08-231-0/+1
OpenPOWER on IntegriCloud