| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 1 | -14/+14 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -1/+1 |
* | Add FBSDID to all files in netinet so that people can more | silby | 2007-10-07 | 1 | -1/+3 |
* | Despite several examples in the kernel, the third argument of | dwmalone | 2007-06-04 | 1 | -1/+1 |
* | Unbreak IPv4 kernel build. | oleg | 2007-05-17 | 1 | -0/+2 |
* | Move TIME_WAIT related functions and timer handling from files | andre | 2007-05-16 | 1 | -5/+194 |
* | Complete the (mechanical) move of the TCP reassembly and timewait | andre | 2007-05-13 | 1 | -30/+4 |
* | Drop everything that doesn't belong into this new file. | andre | 2007-05-11 | 1 | -1929/+0 |
* | Add the timestamp offset to struct tcptw so we can generate proper | andre | 2007-05-11 | 1 | -3/+6 |
* | Move universally to ANSI C function declarations, with relatively | rwatson | 2007-05-10 | 1 | -3/+3 |
* | When setting up timewait state for a TCP connection, don't hold the | rwatson | 2007-05-07 | 1 | -1/+1 |
* | Use existing TF_SACK_PERMIT flag in struct tcpcb t_flags field instead of | andre | 2007-05-06 | 1 | -2/+3 |
* | Rename some fields of struct inpcbinfo to have the ipi_ prefix, | rwatson | 2007-04-30 | 1 | -7/+8 |