summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timewait.c
Commit message (Expand)AuthorAgeFilesLines
...
* Update an additional reference to the rate of ISN tick callouts that wasrwatson2005-01-311-1/+1
* Have tcp_isn_tick() fire 100 times a second, rather than HZ times arwatson2005-01-301-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Attempt to consistently use () around return values in calls torwatson2004-12-231-18/+18
* Remove an XXXRW comment relating to whether or not the TCP timers arerwatson2004-12-231-6/+1
* Assert inpcb lock in:rwatson2004-12-051-1/+12
* tcp_timewait() performs multiple non-atomic reads on the tcptwrwatson2004-11-231-0/+2
* Assert the inpcb lock in tcp_twstart(), which does both read-modify-writerwatson2004-11-231-0/+10
* Assert inpcb lock in tcp_quench(), tcp_drop_syn_sent(), tcp_mtudisc(),rwatson2004-11-231-0/+4
* Assert the tcbinfo write lock in tcp_new_isn(), as the tcbinfo lockrwatson2004-11-231-4/+11
* support TCP-MD5(IPv4) in KAME-IPSEC, too.suz2004-11-081-0/+1
* Remove RFC1644 T/TCP support from the TCP side of the network stack.andre2004-11-021-39/+2
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-181-0/+1
* - Estimate the amount of data in flight in sack recovery and use itps2004-10-051-5/+0
* fix up socket/ip layer violation... don't assume/know thatjmg2004-09-051-1/+2
* For IPv6 access pointer to tcpcb only after we have checked it is valid.andre2004-08-191-1/+4
* 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
OpenPOWER on IntegriCloud