summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timewait.c
Commit message (Expand)AuthorAgeFilesLines
* Whitespace fix and remove an extra cast.jhb2006-12-301-1/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-2/+5
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* o Convert w/spaces to tabs in the previous commit.maxim2006-09-291-3/+3
* Rather than autoscaling the number of TIME_WAIT sockets to maxsockets / 5,silby2006-09-291-8/+24
* Add a sysctl net.inet.tcp.nolocaltimewait that allows to suppressglebius2006-09-081-4/+15
* Back when we had T/TCP support, we used to apply differentru2006-09-071-3/+2
* First step of TSO (TCP segmentation offload) support in our network stack.andre2006-09-061-5/+19
* o Backout rev. 1.125 of in_pcb.c. It appeared to behave extremelyglebius2006-09-061-4/+3
* Finally fix rev. 1.256glebius2006-09-051-3/+4
* Remove extra parenthesis in last commit.glebius2006-09-051-2/+2
* - Make net.inet.tcp.maxtcptw modifiable at run time.glebius2006-09-051-7/+28
* Fix for a bug that causes the computation of "len" in tcp_output() tomohans2006-08-261-0/+4
* Fixes an edge case bug in timewait handling where ticks rolling over causingmohans2006-08-111-1/+1
* Move soisdisconnected() in tcp_discardcb() to one of its calling contexts,rwatson2006-08-021-12/+7
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-211-37/+12
* Fix race conditions on enumerating pcb lists by moving the initializationups2006-07-181-2/+14
* Abstract inpcb drop logic, previously just setting of INP_DROPPED in TCP,rwatson2006-04-251-3/+2
* Replace isn_mtx direct use with ISN_*() lock macros so that lockingrwatson2006-04-231-5/+9
* Introduce a new TCP mutex, isn_mtx, which protects the initial sequencerwatson2006-04-221-3/+6
* Allow for nmbclusters and maxsockets to be increased via sysctl.ps2006-04-211-0/+11
* Add a tunable net.inet.tcp.maxtcptw, that allows to set a limitglebius2006-04-041-1/+8
* Before dereferencing intotw() when INP_TIMEWAIT, check for inp_ppcb beingrwatson2006-04-041-5/+15
* In TCP notify routines, check inpcb for INP_TIMEWAIT and INP_DROPPED.rwatson2006-04-031-66/+81
* Change inp_ppcb from caddr_t to void *, fix/remove associated relatedrwatson2006-04-031-7/+10
* Style tweaks: convert to ANSI from K&R function prototypes.rwatson2006-04-031-59/+26
* Update comment on tcp_close() for new world order.rwatson2006-04-031-4/+2
* Fix up locking surrounding tcp_drop sysctl: in the new world order, werwatson2006-04-031-8/+8
* Properly handle an edge case previously not handled correctly: arwatson2006-04-011-20/+37
* Update TCP for infrastructural changes to the socket/pcb refcount model,rwatson2006-04-011-33/+123
* Have TCP Inflight disable itself if the RTT is below a certainandre2006-02-161-1/+7
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-021-2/+2
* Unbreak the net.inet6.tcp6.getcred sysctl.philip2005-10-121-3/+3
* o Teach sysctl_drop() how to deal with the sockets in TIME_WAIT state.maxim2005-10-021-1/+5
* In tcp_ctlinput() do not swap ip->ip_len a second time. Itandre2005-09-101-2/+3
* Use the correct mbuf type for MGET().andre2005-08-301-1/+1
* recover the line which was wrongly disappeared during scope cleanup.ume2005-08-011-0/+1
* scope cleanup. with this changeume2005-07-251-12/+10
* Remove no-op spl's and most comment references to spls, as TCP lockingrwatson2005-07-191-16/+4
* 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
OpenPOWER on IntegriCloud