summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_syncache.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud