summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_var.h
Commit message (Expand)AuthorAgeFilesLines
...
* Enhance our RFC1948 implementation to perform better in some pathlogicalsilby2004-04-201-0/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Remove now unneeded arguments to tcp_twrespond() -- so and msrc. Theserwatson2004-02-281-1/+1
* Fixed namespace pollution in rev.1.74. Implementation of the syncachebde2004-02-251-1/+4
* Don't use the negatively-opaque type uma_zone_t or be chummy withbde2004-02-251-3/+1
* Convert the tcp segment reassembly queue to UMA and limit the maximumandre2004-02-241-3/+6
* Brucification.bms2004-02-131-6/+3
* Update the prototype for tcpsignature_apply() to reflect the spelling ofbms2004-02-121-1/+1
* Initial import of RFC 2385 (TCP-MD5) digest support.bms2004-02-111-0/+25
* Limiters and sanity checks for TCP MSS (maximum segement size)andre2004-01-081-0/+7
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-11/+33
* Add an additional check to the tcp_twrecycleable function; I hadsilby2003-11-021-0/+1
* - Add a new function tcp_twrecycleable, which tells us if the ISN whichsilby2003-11-011-0/+2
* Unify the "send high" and "recover" variables as specified in thehsu2003-07-151-22/+27
* Correct a bug introduced with reduced TCP state handling; makerwatson2003-05-071-1/+1
* Observe conservation of packets when entering Fast Recovery whilehsu2003-04-011-0/+1
* Remove a panic(); if the zone allocator can't provide more timewaitjlemon2003-03-081-2/+4
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPjlemon2003-02-191-0/+18
* Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so thejlemon2003-02-191-2/+2
* Fix NewReno.hsu2003-01-131-1/+3
* Implement TCP bandwidth delay product window limiting, similar to (butdillon2002-08-171-0/+7
* Add the tcps_sndrexmitbad statistic, keep track of late acks that causeddillon2002-07-191-0/+1
* Notify functions can destroy the pcb, so they have to return anhsu2002-06-141-3/+6
* Re-commit w/fix:silby2002-06-141-0/+1
* Back out ip_tos/ip_ttl/DF "fix", it just panic'd my box. :)silby2002-06-141-1/+0
* Ensure that the syn cache's syn-ack packets contain the samesilby2002-06-141-0/+1
* Lock up inpcb.hsu2002-06-101-0/+1
* Remove __P.alfred2002-03-191-28/+27
* Fix a bug with transmitter restart after receiving a 0 window. Thedillon2001-12-021-0/+1
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodjlemon2001-11-221-7/+75
* Add a flag TF_LASTIDLE, that forces a previously idle connectionjayanth2001-10-051-0/+1
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-031-1/+1
* Much delayed but now present: RFC 1948 style sequence numberssilby2001-08-221-5/+1
* Temporary feature: Runtime tuneable tcp initial sequence numbersilby2001-07-081-0/+1
* Eliminate the allocation of a tcp template structure for eachsilby2001-06-231-2/+3
* Randomize the TCP initial sequence numbers more thoroughly.kris2001-04-171-0/+4
* Remove in_pcbnotify and use in_pcblookup_hash to find the cb directly.jlemon2001-02-261-1/+0
* Remove tcp_drop_all_states, which is unneeded after jlemon removed itjesper2001-02-251-1/+0
* Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotifyphk2001-02-181-0/+1
* Update the "icmp_admin_prohib_like_rst" code to check the tcp-window andphk2000-12-241-0/+1
* We currently does not react to ICMP administratively prohibitedphk2000-12-161-0/+1
* When a connection is being dropped due to a listen queue overflow,jayanth2000-07-211-0/+1
* Fix a comment which was broken in rev 1.36.sheldonh2000-07-181-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Implement TCP NewReno, as documented in RFC 2582. This allowsjlemon2000-05-061-0/+3
* tcp updates to support IPv6.shin2000-01-091-6/+26
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* IPSEC support in the kernel.shin1999-12-221-1/+1
* KAME related header files additions and merges.shin1999-11-051-1/+4
OpenPOWER on IntegriCloud