summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_syncache.c
Commit message (Expand)AuthorAgeFilesLines
* Change incorrect stale cookie detection in syncookie_lookup() that prematurelyups2008-06-161-1/+1
* Fix a check in SYN cache expansion (syncache_expand()) to accept packets that...ups2008-06-161-4/+7
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-0/+4
* Always bump tcpstat.tcps_badrst if we get a RST for a connection in thejhb2008-05-081-4/+5
* move tcbinfo lock acquisition in to syncachekmacy2008-04-191-0/+3
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-6/+6
* Fix bugs in the TCP syncache timeout code. including:ru2007-12-191-8/+18
* incorporate feedback since initial commitkmacy2007-12-171-14/+22
* Add interface for tcp offload to syncache:kmacy2007-12-121-15/+47
* Remove spurious timestamp check. RFC 1323 explicitly states that timestamps MAYkmacy2007-12-121-17/+1
* Add padding for anticipated functionalitykmacy2007-12-071-0/+3
* Fix SACK negotiation that was broken in rev 1.105.silby2007-12-041-1/+1
* Move call to tcp_signature_compute() after we adjusted the payload offsetbz2007-11-301-5/+6
* Comment out the syncache's test which ensures that hosts which negotiate TCPsilby2007-11-201-0/+6
* Normalize TCP syncache-related MAC Framework entry points to match mostrwatson2007-10-251-6/+6
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-1/+1
* Pick the smallest possible TCP window scaling factor that will still allowsilby2007-10-191-6/+17
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-2/+3
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-1/+0
* Fix a typo in a log message: s/Reveived/Received/.bmah2007-07-291-1/+1
* Fix a panic introduced in rev 1.126.silby2007-07-281-1/+1
* o Move setting/resetting logic of syncache timer from macroandre2007-07-281-19/+49
* o Move all detailed checks for RST in LISTEN state from tcp_input() toandre2007-07-281-1/+41
* Export the contents of the syncache to netstat.silby2007-07-271-0/+74
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-3/+3
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-12/+0
* Correctly print SEQ and IRS in the corresponding log message inandre2007-06-061-1/+1
* Make log messages more verbose and simpler to understand for non-experts.andre2007-05-281-12/+14
* Refactor and rewrite in parts the SYN handling code on listen socketsandre2007-05-281-0/+4
* Be more restrictive with segment validity checks in syncache_expand()andre2007-05-181-3/+42
* o Add syslog logging under LOG_DEBUG to various failures caused byandre2007-05-181-5/+38
* Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead ofandre2007-05-061-3/+1
* 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
OpenPOWER on IntegriCloud