summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timewait.c
Commit message (Expand)AuthorAgeFilesLines
* White space cleanup for netinet before branch:rwatson2004-08-161-68/+68
* In tcp6_ctlinput, lock tcbinfo around the call to syncache_unreachdwmalone2004-08-121-0/+2
* Backout removal of UMA_ZONE_NOFREE flag for all zones which are establishedandre2004-08-111-4/+4
* Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP andandre2004-08-111-4/+4
* Pass pcbinfo structures to in6_pcbnotify() rather than pcbheadrwatson2004-08-061-2/+2
* o Move the inflight sysctls to their own sub-tree under net.inet.tcp to beandre2004-08-031-5/+9
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-2/+2
* Let IN_FASTREOCOVERY macro decide if we are in recovery mode.jayanth2004-07-191-4/+0
* Move the sack sysctl's under net.inet.tcp.sackps2004-06-231-4/+4
* Add support for TCP Selective Acknowledgements. The work for thisps2004-06-231-0/+16
* If debug.mpsafenet is set, initialize TCP callouts as CALLOUT_MPSAFE.rwatson2004-06-201-5/+12
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketrwatson2004-06-121-2/+3
* Switch to using the inpcb MAC label instead of socket MAC label whenrwatson2004-05-041-2/+7
* Enhance our RFC1948 implementation to perform better in some pathlogicalsilby2004-04-201-2/+53
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Two missed in previous commit -- compare pointer with NULL rather thanrwatson2004-04-051-2/+2
* Prefer NULL to 0 when checking pointer values as integers or booleans.rwatson2004-04-051-19/+20
* Remove now unneeded arguments to tcp_twrespond() -- so and msrc. Theserwatson2004-02-281-10/+2
* Split the mlock() kernel code into two parts, mlock(), which unpackstruckman2004-02-261-1/+3
* Convert the tcp segment reassembly queue to UMA and limit the maximumandre2004-02-241-2/+7
* Fixed ucred structure leak.pjd2004-02-191-0/+2
* Final brucification pass. Spell types consistently (u_int). Remove bogusbms2004-02-141-1/+1
* Brucification.bms2004-02-131-10/+14
* supported IPV6_RECVPATHMTU socket option.ume2004-02-131-2/+2
* Update the prototype for tcpsignature_apply() to reflect the spelling ofbms2004-02-121-2/+2
* style(9) pass; whitespace and comments.bms2004-02-121-17/+22
* Initial import of RFC 2385 (TCP-MD5) digest support.bms2004-02-111-0/+114
* Limiters and sanity checks for TCP MSS (maximum segement size)andre2004-01-081-0/+24
* If path mtu discovery is enabled set the DF bit in all cases weandre2004-01-081-0/+4
* Enable the following TCP options by default to give it more exposure:andre2004-01-061-1/+1
* Fix some becuase -> because typos.jhb2003-12-171-1/+1
* Switch TCP over to using the inpcb label when responding in timedrwatson2003-12-171-4/+1
* Make sure all uses of stack allocated struct route's are properlyandre2003-11-261-2/+2
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-223/+125
* o correct locking problem: the inpcb must be held across tcp_respondsam2003-11-081-15/+20
* Add an additional check to the tcp_twrecycleable function; I hadsilby2003-11-021-3/+16
* - Add a new function tcp_twrecycleable, which tells us if the ISN whichsilby2003-11-011-0/+19
* Reduce the number of tcp time_wait structs to maxsockets / 5; this ensuressilby2003-10-241-1/+1
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-211-1/+1
* Fix a bunch of off-by-one errors in the range checking code.ru2003-09-111-2/+2
* Introduce two new MAC Framework and MAC policy entry points:rwatson2003-08-211-3/+3
* Correct a bug introduced with reduced TCP state handling; makerwatson2003-05-071-3/+18
* Remove a potential panic condition introduced by reduced TCP waitrwatson2003-04-101-5/+15
* Remove a panic(); if the zone allocator can't provide more timewaitjlemon2003-03-081-20/+19
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-1/+1
* When generating a TCP response to a connection, not only test if therwatson2003-02-251-1/+1
* - m = m_gethdr(M_NOWAIT, MT_HEADER);phk2003-02-211-1/+1
* Unbreak non-IPV6 compilation.jlemon2003-02-191-4/+10
* Add a TCP TIMEWAIT state which uses less space than a fullblown TCPjlemon2003-02-191-48/+268
* Convert tcp_fillheaders(tp, ...) -> tcpip_fillheaders(inp, ...) so thejlemon2003-02-191-35/+32
OpenPOWER on IntegriCloud