summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timewait.c
Commit message (Expand)AuthorAgeFilesLines
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-14/+14
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-1/+1
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-1/+3
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-1/+1
* Unbreak IPv4 kernel build.oleg2007-05-171-0/+2
* Move TIME_WAIT related functions and timer handling from filesandre2007-05-161-5/+194
* Complete the (mechanical) move of the TCP reassembly and timewaitandre2007-05-131-30/+4
* Drop everything that doesn't belong into this new file.andre2007-05-111-1929/+0
* Add the timestamp offset to struct tcptw so we can generate properandre2007-05-111-3/+6
* Move universally to ANSI C function declarations, with relativelyrwatson2007-05-101-3/+3
* When setting up timewait state for a TCP connection, don't hold therwatson2007-05-071-1/+1
* Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead ofandre2007-05-061-2/+3
* Rename some fields of struct inpcbinfo to have the ipi_ prefix,rwatson2007-04-301-7/+8
* Make tcp_twrespond() use tcp_addoptions() instead of a home grown version.andre2007-04-181-11/+6
* Change the TCP timer system from using the callout system five timesandre2007-04-111-15/+14
* Retire unused TCP_SACK_DEBUG.andre2007-04-041-1/+0
* ANSIfy function declarations and remove register keywords for variables.andre2007-03-211-4/+4
* Remove tcp_minmssoverload DoS detection logic. The problem it tried toandre2007-03-211-12/+0
* Match up SYSCTL declaration style.andre2007-03-191-12/+14
* Remove unused and #if 0'd net.inet.tcp.tcp_rttdflt sysctl.rwatson2007-03-161-6/+0
* Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigatemohans2007-02-261-0/+1
* 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
OpenPOWER on IntegriCloud