summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_syncache.c
Commit message (Expand)AuthorAgeFilesLines
* Tie new "Fast IPsec" code into the build. This involves the usualSam Leffler2002-10-161-1/+9
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-10/+4
* Handle PMTU discovery in syn-ack packets slightly differently;Mike Silbersack2002-08-051-8/+6
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+8
* One possible code path for syncache_respond() is:Jonathan Lemon2002-06-281-1/+7
* Re-commit w/fix:Mike Silbersack2002-06-141-2/+16
* Back out ip_tos/ip_ttl/DF "fix", it just panic'd my box. :)Mike Silbersack2002-06-141-18/+0
* Ensure that the syn cache's syn-ack packets contain the sameMike Silbersack2002-06-141-0/+18
* Every array elt is initialized in the following loop, so removeJeffrey Hsu2002-06-101-1/+1
* Lock up inpcb.Jeffrey Hsu2002-06-101-0/+5
* Modify the arguments to syncache_socket() to include the mbuf (m) thatRobert Watson2002-05-141-4/+6
* Switch vm_zone.h with uma.h. Change over to uma interfaces.Jeff Roberson2002-03-201-8/+9
* This is the first part of the new kernel memory allocator. This replacesJeff Roberson2002-03-191-1/+1
* NAI DBA updateRobert Watson2002-03-141-1/+1
* - Set inc_isipv6 in tcp6_usr_connect().Hajimu UMEMOTO2002-02-281-0/+1
* When expanding a syncache entry into a socket, inherit the socket optionsJonathan Lemon2002-02-201-1/+1
* When a duplicate SYN arrives which matches an entry in the syncache,Jonathan Lemon2002-02-121-0/+5
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-2/+2
* The ENDPTS_EQ macro was comparing the one of the fports to itself. Fix.Jonathan Lemon2002-01-221-1/+1
* If syncookies are disabled (net.inet.tcp.syncookies) then use the fasterJonathan Lemon2001-12-211-1/+4
* When storing an int value in a void *, use intptr_t as the cast typeJonathan Lemon2001-12-191-2/+2
* Extend the SYN DoS defense by adding syncookies to the syncache.Jonathan Lemon2001-12-191-14/+193
* Undo one of my last minute changes; move sc_iss up earlier so itJonathan Lemon2001-12-131-1/+1
* Fix a bug with transmitter restart after receiving a 0 window. TheMatthew Dillon2001-12-021-1/+1
* Clear a new syncache entry first, followed by filling in values. ThisSeigo Tanimura2001-11-271-4/+4
* Fixed a buffer overrun. In my kernel configuration, tcp_syncache happensBruce Evans2001-11-231-1/+1
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodJonathan Lemon2001-11-221-0/+1161