| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | Gleb Smirnoff | 2014-11-07 | 1 | -1/+1 |
* | Fix a race condition in TCP timewait between tcp_tw_2msl_reuse() and | Julien Charbon | 2014-10-30 | 1 | -63/+75 |
* | Add a comment for easier code understanding. | Hiren Panchasara | 2014-08-04 | 1 | -0/+5 |
* | While PAWS is disabled, there are no consumers for the tcp options | Bjoern A. Zeeb | 2014-05-30 | 1 | -1/+1 |
* | Make tcp_twrespond() file local private; this removes it from the | Bjoern A. Zeeb | 2014-05-24 | 1 | -1/+2 |
* | Remove the function tcp_twrecycleable; it has been #if 0'd for | Mike Silbersack | 2014-05-16 | 1 | -33/+0 |
* | Some whitespace and style fixes. | John Baldwin | 2014-04-11 | 1 | -26/+22 |
* | The tw_pcbrele() function does not need the global timewait lock. | John Baldwin | 2014-04-11 | 1 | -14/+4 |
* | Don't leak the TCP pcbinfo lock if a time wait connection is closed | John Baldwin | 2014-04-11 | 1 | -1/+3 |
* | Currently, the TCP slow timer can starve TCP input processing while it | John Baldwin | 2014-04-10 | 1 | -23/+123 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -1/+1 |
* | Initialize hdrlen to 0 to avoid clang warning in NOINET case. | Roman Divacky | 2012-11-10 | 1 | -0/+1 |
* | Switch the entire IPv4 stack to keep the IP packet header | Gleb Smirnoff | 2012-10-22 | 1 | -2/+2 |
* | It turns out that too many drivers are not only parsing the L2/3/4 | Bjoern A. Zeeb | 2012-05-28 | 1 | -1/+2 |
* | MFp4 bz_ipv6_fast: | Bjoern A. Zeeb | 2012-05-25 | 1 | -4/+4 |
* | Fix PAWS (Protect Against Wrapped Sequence numbers) in cases when | Bjoern A. Zeeb | 2012-02-15 | 1 | -1/+1 |
* | Tweak the last fix to match what was actually tested. | John Baldwin | 2012-01-06 | 1 | -1/+1 |
* | Fix a typo. | Sergey Kandaurov | 2012-01-06 | 1 | -1/+1 |
* | Remove the assertion from tcp_input() that rcv_nxt is always greater | John Baldwin | 2012-01-05 | 1 | -4/+4 |
* | Oops, fix order of sequence numbers in KASSERT()'s to catch negative | John Baldwin | 2011-05-14 | 1 | -1/+1 |
* | Handle a rare edge case with nearly full TCP receive buffers. If a TCP | John Baldwin | 2011-05-02 | 1 | -0/+3 |
* | Make the TCP code compile without INET. Sort #includes and add #ifdef INETs. | Bjoern A. Zeeb | 2011-04-30 | 1 | -17/+45 |
* | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 1 | -1/+1 |
* | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -2/+2 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -2/+2 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | Bjoern A. Zeeb | 2010-04-29 | 1 | -4/+4 |
* | Destroy TCP UMA zones (empty or not) upon network stack teardown | Bjoern A. Zeeb | 2010-03-07 | 1 | -0/+2 |
* | Fix signed comparison bug when ticks goes negative after 24 days of | Peter Wemm | 2009-08-20 | 1 | -1/+1 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+1 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -2/+2 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -23/+8 |
* | Introduce an infrastructure for dismantling vnet instances. | Marko Zec | 2009-06-08 | 1 | -0/+14 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
* | Unbreak options VIMAGE + nooptions INVARIANTS kernel builds. | Marko Zec | 2009-05-02 | 1 | -2/+0 |
* | In preparation for turning on options VIMAGE in next commits, | Marko Zec | 2009-04-26 | 1 | -0/+2 |
* | Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and | Robert Watson | 2009-04-11 | 1 | -4/+4 |
* | First pass at separating per-vnet initializer functions | Marko Zec | 2009-04-06 | 1 | -8/+8 |
* | Correct a number of evolved problems with inp_vflag and inp_flags: | Robert Watson | 2009-03-15 | 1 | -6/+6 |
* | Remove unreachable code for generating RST segments from tcp_twcheck(); | Robert Watson | 2009-02-28 | 1 | -45/+0 |
* | Use inc_flags instead of the inc_isipv6 alias which so far | Bjoern A. Zeeb | 2008-12-17 | 1 | -1/+1 |
* | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
* | Merge in6_pcbfree() into in_pcbfree() which after the previous | Bjoern A. Zeeb | 2008-11-27 | 1 | -8/+2 |
* | Merge more of currently non-functional (i.e. resolving to | Marko Zec | 2008-11-26 | 1 | -2/+2 |
* | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -1/+3 |
* | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+14 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -21/+22 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | Robert Watson | 2008-04-17 | 1 | -14/+14 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -1/+1 |
* | Add FBSDID to all files in netinet so that people can more | Mike Silbersack | 2007-10-07 | 1 | -1/+3 |