summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_syncache.c
Commit message (Expand)AuthorAgeFilesLines
* o Remove unused and redundant TCP option definitionsandre2007-04-201-1/+1
* Remove bogus check for accept queue length and associated failure handlingandre2007-04-201-2/+2
* Simplifly syncache_expand() and clarify its semantics. Zero is returnedandre2007-04-201-17/+4
* Only update TCP timestamp on SYN duplication if it is present onandre2007-04-201-1/+3
* o Plug memory leak in syncache_add() on MAC label allocation failure.andre2007-04-201-18/+12
* When we run into the syncache entry limits syncache_add() triesandre2007-04-171-2/+2
* Change the TCP timer system from using the callout system five timesandre2007-04-111-1/+1
* Move last tcpcb initialization for the inbound connection case fromandre2007-04-041-0/+3
* Unbreak IPv6 after consolidation of TCP options insertion.andre2007-03-171-3/+2
* Fix the most obvious of the bugs introduced by recent syncache changeskmacy2007-03-171-0/+3
* Consolidate insertion of TCP options into a segment from within tcp_output()andre2007-03-151-75/+43
* Change the way the advertized TCP window scaling is computed. Instead ofandre2007-02-011-2/+8
* Fix LOR between the syncache and inpcb locks when MAC is present in thecsjp2006-12-131-43/+44
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Add missing #ifdef INET6 (can't be compiled)ache2006-09-141-0/+2
* Remove unessary includes and follow common ordering style.andre2006-09-131-10/+2
* Rewrite of TCP syncookies to remove locking requirements and to enhanceandre2006-09-131-191/+277
* In syncache_respond() do not reply with a MSS that is larger than whatandre2006-06-261-0/+2
* Some cleanups and janitorial work to tcp_syncache:andre2006-06-261-45/+33
* Reverse the source/destination parameters to in[6]_pcblookup_hash() inandre2006-06-261-2/+2
* Decrement the global syncache counter in syncache_expand() when the entryandre2006-06-251-0/+1
* Move the syncookie MD5 context from globals to the stack to make it MP safe.andre2006-06-221-2/+2
* Allocate a zero'ed syncache hashtable. mtx_init() tests the suppliedandre2006-06-201-1/+1
* Do not access syncache entry before it was allocated for the TF_NOOPT caseandre2006-06-181-3/+4
* Move all syncache related structures to tcp_syncache.c. They are only usedandre2006-06-181-0/+35
* Remove double lock acquisition in syncookie_lookup() which came from lastandre2006-06-181-1/+0
* Fix the !INET6 compile.andre2006-06-171-2/+4
* ANSIfy and tidy up comments.andre2006-06-171-52/+23
* Add locking to TCP syncache and drop the global tcpinfo lock as earlyandre2006-06-171-254/+285
* Change soabort() from returning int to returning void, since allrwatson2006-03-161-1/+1
* Rework TCP window scaling (RFC1323) to properly scale the send windowandre2006-02-281-1/+1
* Set the M_ZERO flag when calling uma_zalloc() to allocate a syncache entry.qingli2006-02-091-5/+4
* Redo the previous fix by setting the UMA_ZONE_ZINIT bit in the syncacheqingli2006-02-081-3/+2
* Fixes a crash due to the memory of the newly allocated syncache entryqingli2006-02-071-0/+1
* In syncache_expand() insert a proper syncache_free() to fix a caseandre2006-01-181-1/+4
* UMA can return NULL not only in case when our zone is full, butglebius2006-01-141-1/+7
* Consolidate all IP Options handling functions into ip_options.[ch] andandre2005-11-181-0/+1
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-021-1/+1
* Do not ignore all other TCP options (eg. timestamp, window scaling)andre2005-09-141-1/+1
* - Refuse hashsize of 0, since it is invalid.glebius2005-08-251-2/+2
* Remove no-op spl's and most comment references to spls, as TCP lockingrwatson2005-07-191-1/+0
* Remove some code that snuck in by accident.ps2005-04-211-5/+0
* Fix for interaction problems between TCP SACK and TCP Signature.ps2005-04-211-10/+22
* Undo rev 1.71 as it is the wrong change.ps2005-04-211-10/+7
* Fix for 2 bugs related to TCP Signatures :ps2005-04-211-7/+10
* Use NET_CALLOUT_MPSAFE macro.glebius2005-03-011-2/+1
* Remove clause three from tcp_syncache.c license per permission ofrwatson2005-01-301-6/+3
* Remove RFC1644 T/TCP support from the TCP side of the network stack.andre2004-11-021-90/+2
* Remove the last two global variables that are used to store packet state whileandre2004-09-151-2/+2
* White space cleanup for netinet before branch:rwatson2004-08-161-34/+34
OpenPOWER on IntegriCloud