aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_timewait.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 221891,229665,229672,229700:John Baldwin2012-01-131-4/+4
* MFC 221346,223049:John Baldwin2011-06-201-0/+3
* MFC r218909:Rebecca Cran2011-02-241-1/+1
* MFC r207369:Bjoern A. Zeeb2010-05-061-4/+4
* MFC r204838:Bjoern A. Zeeb2010-03-271-0/+2
* MFC rev 196410 - deal with 'ticks' going negative after 24 days of uptimePeter Wemm2009-08-201-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-23/+8
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-0/+14
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Unbreak options VIMAGE + nooptions INVARIANTS kernel builds.Marko Zec2009-05-021-2/+0
* In preparation for turning on options VIMAGE in next commits,Marko Zec2009-04-261-0/+2
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andRobert Watson2009-04-111-4/+4
* First pass at separating per-vnet initializer functionsMarko Zec2009-04-061-8/+8
* Correct a number of evolved problems with inp_vflag and inp_flags:Robert Watson2009-03-151-6/+6
* Remove unreachable code for generating RST segments from tcp_twcheck();Robert Watson2009-02-281-45/+0
* Use inc_flags instead of the inc_isipv6 alias which so farBjoern A. Zeeb2008-12-171-1/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Merge in6_pcbfree() into in_pcbfree() which after the previousBjoern A. Zeeb2008-11-271-8/+2
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-261-2/+2
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-1/+3
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+14
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-21/+22
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros toRobert Watson2008-04-171-14/+14
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-1/+1
* Add FBSDID to all files in netinet so that people can moreMike Silbersack2007-10-071-1/+3
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-1/+1
* Unbreak IPv4 kernel build.Oleg Bulyzhin2007-05-171-0/+2
* Move TIME_WAIT related functions and timer handling from filesAndre Oppermann2007-05-161-5/+194
* Complete the (mechanical) move of the TCP reassembly and timewaitAndre Oppermann2007-05-131-30/+4
* Drop everything that doesn't belong into this new file.Andre Oppermann2007-05-111-1929/+0
* Add the timestamp offset to struct tcptw so we can generate properAndre Oppermann2007-05-111-3/+6
* Move universally to ANSI C function declarations, with relativelyRobert Watson2007-05-101-3/+3
* When setting up timewait state for a TCP connection, don't hold theRobert Watson2007-05-071-1/+1
* Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead ofAndre Oppermann2007-05-061-2/+3
* Rename some fields of struct inpcbinfo to have the ipi_ prefix,Robert Watson2007-04-301-7/+8
* Make tcp_twrespond() use tcp_addoptions() instead of a home grown version.Andre Oppermann2007-04-181-11/+6
* Change the TCP timer system from using the callout system five timesAndre Oppermann2007-04-111-15/+14
* Retire unused TCP_SACK_DEBUG.Andre Oppermann2007-04-041-1/+0
* ANSIfy function declarations and remove register keywords for variables.Andre Oppermann2007-03-211-4/+4
* Remove tcp_minmssoverload DoS detection logic. The problem it tried toAndre Oppermann2007-03-211-12/+0
* Match up SYSCTL declaration style.Andre Oppermann2007-03-191-12/+14
* Remove unused and #if 0'd net.inet.tcp.tcp_rttdflt sysctl.Robert Watson2007-03-161-6/+0
* Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigateMohan Srinivasan2007-02-261-0/+1
* Whitespace fix and remove an extra cast.John Baldwin2006-12-301-1/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-2/+5
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* o Convert w/spaces to tabs in the previous commit.Maxim Konovalov2006-09-291-3/+3
* Rather than autoscaling the number of TIME_WAIT sockets to maxsockets / 5,Mike Silbersack2006-09-291-8/+24