summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_timewait.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: 282215gnn2015-05-131-0/+7
* MFC r264321, r264342, r264351, r264356, r273850, r274629:jch2014-12-021-25/+130
* MFC r266907:bz2014-08-161-1/+1
* MFC r266618:bz2014-08-161-1/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Initialize hdrlen to 0 to avoid clang warning in NOINET case.rdivacky2012-11-101-0/+1
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-2/+2
* It turns out that too many drivers are not only parsing the L2/3/4bz2012-05-281-1/+2
* MFp4 bz_ipv6_fast:bz2012-05-251-4/+4
* Fix PAWS (Protect Against Wrapped Sequence numbers) in cases whenbz2012-02-151-1/+1
* Tweak the last fix to match what was actually tested.jhb2012-01-061-1/+1
* Fix a typo.pluknet2012-01-061-1/+1
* Remove the assertion from tcp_input() that rcv_nxt is always greaterjhb2012-01-051-4/+4
* Oops, fix order of sequence numbers in KASSERT()'s to catch negativejhb2011-05-141-1/+1
* Handle a rare edge case with nearly full TCP receive buffers. If a TCPjhb2011-05-021-0/+3
* Make the TCP code compile without INET. Sort #includes and add #ifdef INETs.bz2011-04-301-17/+45
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* After some off-list discussion, revert a number of changes to thedim2010-11-221-2/+2
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-2/+2
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-4/+4
* Destroy TCP UMA zones (empty or not) upon network stack teardownbz2010-03-071-0/+2
* Fix signed comparison bug when ticks goes negative after 24 days ofpeter2009-08-201-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-23/+8
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+14
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Unbreak options VIMAGE + nooptions INVARIANTS kernel builds.zec2009-05-021-2/+0
* In preparation for turning on options VIMAGE in next commits,zec2009-04-261-0/+2
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andrwatson2009-04-111-4/+4
* First pass at separating per-vnet initializer functionszec2009-04-061-8/+8
* Correct a number of evolved problems with inp_vflag and inp_flags:rwatson2009-03-151-6/+6
* Remove unreachable code for generating RST segments from tcp_twcheck();rwatson2009-02-281-45/+0
* Use inc_flags instead of the inc_isipv6 alias which so farbz2008-12-171-1/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Merge in6_pcbfree() into in_pcbfree() which after the previousbz2008-11-271-8/+2
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-2/+2
* Change the initialization methodology for global variables scheduledzec2008-11-191-1/+3
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+14
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-21/+22
* 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
OpenPOWER on IntegriCloud