summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_var.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Randomize the TCP initial sequence numbers more thoroughly.Kris Kennaway2001-04-171-0/+4
* Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly.Jonathan Lemon2001-02-261-1/+0
* Remove tcp_drop_all_states, which is unneeded after jlemon removed itJesper Skriver2001-02-251-1/+0
* Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotifyPoul-Henning Kamp2001-02-181-0/+1
* Update the "icmp_admin_prohib_like_rst" code to check the tcp-window andPoul-Henning Kamp2000-12-241-0/+1
* We currently does not react to ICMP administratively prohibitedPoul-Henning Kamp2000-12-161-0/+1
* When a connection is being dropped due to a listen queue overflow,Jayanth Vijayaraghavan2000-07-211-0/+1
* Fix a comment which was broken in rev 1.36.Sheldon Hearn2000-07-181-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Implement TCP NewReno, as documented in RFC 2582. This allowsJonathan Lemon2000-05-061-0/+3
* tcp updates to support IPv6.Yoshinobu Inoue2000-01-091-6/+26
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-1/+1
* KAME related header files additions and merges.Yoshinobu Inoue1999-11-051-1/+4
* Restructure TCP timeout handling:Jonathan Lemon1999-08-301-7/+18
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-1/+6
* Add a flag, passed to pru_send routines, PRUS_MORETOCOME. ThisBill Fenner1999-01-201-17/+18
* Re-implement tcp and ip fragment reassembly to not store pointers in theDoug Rabson1998-08-241-13/+2
* Yow! Completely change the way socket options are handled, eliminatingGarrett Wollman1998-08-231-3/+2
* Declare tcp_seq and tcp_cc as fixed-size types. Half fixed typeBruce Evans1998-07-131-2/+2
* Only make struct xtcpcb visable if _NETINET_IN_PCB_H_ and _SYS_SOCKETVAR_H_John Hay1998-06-271-4/+4
* Convert socket structures to be type-stable and add a version number.Garrett Wollman1998-05-151-2/+19
* Ensure that TCP_REXMTVAL doesn't return a value less than t_rttmin. ThisDavid Greenman1998-04-241-2/+2
* Remove the last traces of TUBA.Poul-Henning Kamp1998-04-061-4/+1
* Changes to support the addition of a new sysctl variable:David Greenman1998-02-261-1/+2
* Improved connection establishment performance by doing local port lookups viaDavid Greenman1998-01-271-38/+30
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-2/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Move TCPCTL_KEEPINIT to end of MIB list (sigh)Paul Traina1996-09-131-4/+4
* Make the misnamed tcp initial keepalive timer value (which is really thePaul Traina1996-09-131-4/+6
* Modify the kernel to use the new pr_usrreqs interface rather than the oldGarrett Wollman1996-07-111-3/+2
* Correct formula for TCP RTO calculation. Also try to do a better job inGarrett Wollman1996-06-051-3/+3