summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_var.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-071-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_4'.cvs2svn2005-04-201-2/+0
* MFC: rev 1.10 tcp_sack.c, 1.118 tcp_var.h, 1.69 inet.cPaul Saab2005-04-191-0/+1
* MFC: rev 1.271 tcp_input.c, rev 1.13 tcp_sack.c, rev 1.119 tcp_var.hPaul Saab2005-04-191-0/+1
* o MFC tcpdrop(8):Maxim Konovalov2005-03-141-1/+2
* MFC:Paul Saab2005-02-271-3/+1
* MFC: /*- and related license changesWarner Losh2005-01-311-1/+1
* Merge tcp_timer.c:1.72 and tcp_var.h:1.113 from HEAD to RELENG_5:Robert Watson2005-01-061-1/+0
* MFC:Paul Saab2004-11-081-1/+4
* White space cleanup for netinet before branch:Robert Watson2004-08-161-13/+13
* The tcp syncache code was leaving the IPv6 flowlabel uninitialisedDavid Malone2004-07-171-0/+1
* Whitespace.Bruce M Simpson2004-06-251-3/+3
* Add support for TCP Selective Acknowledgements. The work for thisPaul Saab2004-06-231-1/+48
* Tighten up reset handling in order to make reset attacks as difficult asMike Silbersack2004-04-261-0/+1
* Fix a typo in a comment.Bruce M Simpson2004-04-201-1/+1
* Enhance our RFC1948 implementation to perform better in some pathlogicalMike Silbersack2004-04-201-0/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Remove now unneeded arguments to tcp_twrespond() -- so and msrc. TheseRobert Watson2004-02-281-1/+1
* Fixed namespace pollution in rev.1.74. Implementation of the syncacheBruce Evans2004-02-251-1/+4
* Don't use the negatively-opaque type uma_zone_t or be chummy withBruce Evans2004-02-251-3/+1
* Convert the tcp segment reassembly queue to UMA and limit the maximumAndre Oppermann2004-02-241-3/+6
* Brucification.Bruce M Simpson2004-02-131-6/+3
* Update the prototype for tcpsignature_apply() to reflect the spelling ofBruce M Simpson2004-02-121-1/+1
* Initial import of RFC 2385 (TCP-MD5) digest support.Bruce M Simpson2004-02-111-0/+25
* Limiters and sanity checks for TCP MSS (maximum segement size)Andre Oppermann2004-01-081-0/+7
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-201-11/+33
* Add an additional check to the tcp_twrecycleable function; I hadMike Silbersack2003-11-021-0/+1
* - Add a new function tcp_twrecycleable, which tells us if the ISN whichMike Silbersack2003-11-011-0/+2
* Unify the "send high" and "recover" variables as specified in theJeffrey Hsu2003-07-151-22/+27
* Correct a bug introduced with reduced TCP state handling; makeRobert Watson2003-05-071-1/+1
* Observe conservation of packets when entering Fast Recovery whileJeffrey Hsu2003-04-011-0/+1
* Remove a panic(); if the zone allocator can't provide more timewaitJonathan Lemon2003-03-081-2/+4
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPJonathan Lemon2003-02-191-0/+18
* Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so theJonathan Lemon2003-02-191-2/+2
* Fix NewReno.Jeffrey Hsu2003-01-131-1/+3
* Implement TCP bandwidth delay product window limiting, similar to (butMatthew Dillon2002-08-171-0/+7
* Add the tcps_sndrexmitbad statistic, keep track of late acks that causedMatthew Dillon2002-07-191-0/+1
* Notify functions can destroy the pcb, so they have to return anJeffrey Hsu2002-06-141-3/+6
* Re-commit w/fix:Mike Silbersack2002-06-141-0/+1
* Back out ip_tos/ip_ttl/DF "fix", it just panic'd my box. :)Mike Silbersack2002-06-141-1/+0
* Ensure that the syn cache's syn-ack packets contain the sameMike Silbersack2002-06-141-0/+1
* Lock up inpcb.Jeffrey Hsu2002-06-101-0/+1
* Remove __P.Alfred Perlstein2002-03-191-28/+27
* Fix a bug with transmitter restart after receiving a 0 window. TheMatthew Dillon2001-12-021-0/+1
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodJonathan Lemon2001-11-221-7/+75
* Add a flag TF_LASTIDLE, that forces a previously idle connectionJayanth Vijayaraghavan2001-10-051-0/+1
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>Julian Elischer2001-09-031-1/+1
* Much delayed but now present: RFC 1948 style sequence numbersMike Silbersack2001-08-221-5/+1
* Temporary feature: Runtime tuneable tcp initial sequence numberMike Silbersack2001-07-081-0/+1
* Eliminate the allocation of a tcp template structure for eachMike Silbersack2001-06-231-2/+3