summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timewait.c
Commit message (Expand)AuthorAgeFilesLines
* When a connection is being dropped due to a listen queue overflow,jayanth2000-07-211-0/+12
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-8/+4
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-3/+3
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-3/+3
* Let initialize th_sum before in6_cksum(), again.shin2000-04-191-0/+1
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-271-22/+19
* Limit the maximum permissible TCP window size to 65535 octets ifps2000-02-281-1/+4
* Fix the bug that IPv4 ttl is not initialized when AF_INET6 socket is usedshin2000-01-251-8/+5
* Fixed the problem that IPsec connection hangs when bigger data is sent.shin2000-01-151-0/+1
* Added missing 'else' for 'if (isipv6)' at IPv6 length setting in tcp_respond().shin2000-01-151-1/+1
* Removed wrong(unnecessary) & operators for pointer, in ipsec_hdrsiz_tcp().shin2000-01-151-2/+2
* Clear rt after RTFREE. This might have sometime caused kernel panic at rtfree()shin2000-01-131-1/+4
* removed incorrect ip6 length setting for IPv6 tcp reset packet.shin2000-01-131-1/+0
* tcp updates to support IPv6.shin2000-01-091-68/+500
* Make tcp_drain() actually do something. When invoked (usually as amsmith1999-12-281-0/+29
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-2/+2
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+1
* KAME related header files additions and merges.shin1999-11-051-0/+6
* Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.green1999-09-191-4/+2
* Restructure TCP timeout handling:jlemon1999-08-301-3/+35
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add readonly OID ``net.inet.tcp.tcbhashsize'' so it is possible tojlemon1999-08-261-1/+6
* Two new sysctls: net.inet.tcp.getcred and net.inet.udp.getcred. These takegreen1999-07-111-1/+33
* Use the new tunable macros for the net.inet.tcp.tcbhashsize tunable.msmith1999-07-051-3/+2
* Close a race window where a tcp socket is closed while tcp_pcblist istegge1999-06-161-2/+7
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-11/+11
* This Implements the mumbled about "Jail" feature.phk1999-04-281-2/+2
* Nuke all the stupid ffs() stuff and use powerof2() instead.msmith1999-02-041-2/+2
* Fix power-of-2 check for the TCB hash size.msmith1999-02-041-2/+2
* Make TCBHASHSIZE a boot-time tunable as well, taking its value from themsmith1999-02-031-4/+14
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* The below patch helps to reduce the leakage of internal socket informationguido1998-11-151-2/+3
* RFC 1644 has the status "Experimental Protocol", which means:phk1998-09-061-2/+2
* Re-implement tcp and ip fragment reassembly to not store pointers in thedfr1998-08-241-15/+12
* Convert socket structures to be type-stable and add a version number.wollman1998-05-151-25/+92
* Fixed style bugs (mostly) in previous commit.bde1998-03-281-5/+7
* Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol createswollman1998-03-241-8/+46
* Improved connection establishment performance by doing local port lookups viadg1998-01-271-5/+5
* Make TCP_COMPAT_42 a new style option.eivind1998-01-251-1/+2
* Fix an incredibly horrible bug in the ipfw codejulian1997-12-191-1/+3
* Removed unused #includes.bde1997-10-281-5/+1
* Make TCPDEBUG a new-style option.joerg1997-09-161-1/+3
* Fixed gratuitous ANSIisms.bde1997-09-161-4/+5
* Reorganize elements of the inpcb struct to take better advantage ofdg1997-04-031-2/+2
* Improved performance of hash algorithm while (hopefully) not reducingdg1997-03-031-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Fix the mechanism for choosing wehether to save the slow-start thresholdwollman1997-02-141-2/+19
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Eliminate some more references to separate ip_v and ip_hl fields.wollman1996-07-241-2/+4
* Better selection of initial retransmit timeout when no cachedwollman1996-06-141-6/+4
OpenPOWER on IntegriCloud