summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timewait.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for a bug in the change that defers sack option processing untilps2005-07-011-2/+1
* Assert tcbinfo lock in tcp_drop() due to its call of tcp_close()rwatson2005-06-011-0/+6
* Fix two issues which were missed in FreeBSD-SA-05:08.kmem.cperciva2005-05-071-0/+2
* If we don't get a suggested MTU during path MTU discoveryandre2005-05-041-9/+20
* - Make the sack scoreboard logic use the TAILQ macros. This improvesps2005-04-211-0/+2
* Move Path MTU discovery ICMP processing from icmp_input() toandre2005-04-211-7/+36
* Ignore ICMP Source Quench messages for TCP sessions. Source Quench isandre2005-04-211-24/+11
* - If the reassembly queue limit was reached or if we couldn't allocateps2005-04-101-0/+1
* Use NET_CALLOUT_MPSAFE macro.glebius2005-03-011-7/+5
* o Add handling of an IPv4-mapped IPv6 address.maxim2005-02-141-0/+98
* teach scope of IPv6 address to net.inet6.tcp6.getcred.ume2005-02-041-4/+10
* 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
OpenPOWER on IntegriCloud