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