summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_syncache.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-201-2/+4
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-78/+79
* Minor style tweaks.jhb2008-08-051-6/+5
* MFp4 (//depot/projects/tcpecn/):rpaulo2008-07-311-1/+12
* add interface for external consumers to syncache_expand - rename syncache_add...kmacy2008-07-211-1/+14
* 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
OpenPOWER on IntegriCloud