summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_syncache.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-141-5/+0
* Backout removal of UMA_ZONE_NOFREE flag for all zones which are establishedandre2004-08-111-1/+1
* Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP andandre2004-08-111-1/+1
* Fix the !INET6 build.dwmalone2004-07-171-0/+4
* The tcp syncache code was leaving the IPv6 flowlabel uninitialiseddwmalone2004-07-171-6/+31
* Add support for TCP Selective Acknowledgements. The work for thisps2004-06-231-1/+14
* Convert GIANT_REQUIRED to NET_ASSERT_GIANT for socket access.rwatson2004-06-161-1/+1
* Socket MAC labels so_label and so_peerlabel are now protected byrwatson2004-06-131-0/+2
* Switch to using the inpcb MAC label instead of socket MAC label whenrwatson2004-05-041-1/+1
* Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:pjd2004-03-271-2/+4
* Final brucification pass. Spell types consistently (u_int). Remove bogusbms2004-02-141-1/+1
* Brucification.bms2004-02-131-6/+6
OpenPOWER on IntegriCloud