summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_syncache.c
Commit message (Expand)AuthorAgeFilesLines
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-261-9/+13
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-5/+11
* Remove endearing but syntactically unnecessary "return;" statementsRobert Watson2008-10-261-2/+0
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-231-2/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-12/+37
* Implement IPv6 support for TCP MD5 Signature Option (RFC 2385)Bjoern A. Zeeb2008-09-131-1/+1
* Move some struct defs around. This is a prep step for Vimage.AJulian Elischer2008-08-251-66/+0
* Cache the cred locally in _syncache_add() while holding the locks, soBjoern A. Zeeb2008-08-231-0/+12
* Add an explicit comment why we NULLify the two variables.Bjoern A. Zeeb2008-08-231-0/+1
* A bunch of formatting fixes brough to light by, or created by the Vimage commitJulian Elischer2008-08-201-2/+4
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-78/+79
* Minor style tweaks.John Baldwin2008-08-051-6/+5
* MFp4 (//depot/projects/tcpecn/):Rui Paulo2008-07-311-1/+12
* add interface for external consumers to syncache_expand - rename syncache_add...Kip Macy2008-07-211-1/+14
* Change incorrect stale cookie detection in syncookie_lookup() that prematurelyStephan Uphoff2008-06-161-1/+1
* Fix a check in SYN cache expansion (syncache_expand()) to accept packets that...Stephan Uphoff2008-06-161-4/+7
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-0/+4
* Always bump tcpstat.tcps_badrst if we get a RST for a connection in theJohn Baldwin2008-05-081-4/+5
* move tcbinfo lock acquisition in to syncacheKip Macy2008-04-191-0/+3
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros toRobert Watson2008-04-171-6/+6
* Fix bugs in the TCP syncache timeout code. including:Ruslan Ermilov2007-12-191-8/+18
* incorporate feedback since initial commitKip Macy2007-12-171-14/+22
* Add interface for tcp offload to syncache:Kip Macy2007-12-121-15/+47
* Remove spurious timestamp check. RFC 1323 explicitly states that timestamps MAYKip Macy2007-12-121-17/+1
* Add padding for anticipated functionalityKip Macy2007-12-071-0/+3
* Fix SACK negotiation that was broken in rev 1.105.Mike Silbersack2007-12-041-1/+1
* Move call to tcp_signature_compute() after we adjusted the payload offsetBjoern A. Zeeb2007-11-301-5/+6
* Comment out the syncache's test which ensures that hosts which negotiate TCPMike Silbersack2007-11-201-0/+6
* Normalize TCP syncache-related MAC Framework entry points to match mostRobert Watson2007-10-251-6/+6
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-1/+1
* Pick the smallest possible TCP window scaling factor that will still allowMike Silbersack2007-10-191-6/+17
* Add FBSDID to all files in netinet so that people can moreMike Silbersack2007-10-071-2/+3
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-061-1/+0
* Fix a typo in a log message: s/Reveived/Received/.Bruce A. Mah2007-07-291-1/+1
* Fix a panic introduced in rev 1.126.Mike Silbersack2007-07-281-1/+1
* o Move setting/resetting logic of syncache timer from macroAndre Oppermann2007-07-281-19/+49
* o Move all detailed checks for RST in LISTEN state from tcp_input() toAndre Oppermann2007-07-281-1/+41
* Export the contents of the syncache to netstat.Mike Silbersack2007-07-271-0/+74
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-3/+3
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-12/+0
* Correctly print SEQ and IRS in the corresponding log message inAndre Oppermann2007-06-061-1/+1
* Make log messages more verbose and simpler to understand for non-experts.Andre Oppermann2007-05-281-12/+14
* Refactor and rewrite in parts the SYN handling code on listen socketsAndre Oppermann2007-05-281-0/+4
* Be more restrictive with segment validity checks in syncache_expand()Andre Oppermann2007-05-181-3/+42
* o Add syslog logging under LOG_DEBUG to various failures caused byAndre Oppermann2007-05-181-5/+38
* Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead ofAndre Oppermann2007-05-061-3/+1
* o Remove unused and redundant TCP option definitionsAndre Oppermann2007-04-201-1/+1
* Remove bogus check for accept queue length and associated failure handlingAndre Oppermann2007-04-201-2/+2