| Commit message (Expand) | Author | Age | Files | Lines |
* | Include necessary headers that now are available due to pollution | glebius | 2013-10-28 | 1 | -0/+1 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Switch the entire IPv4 stack to keep the IP packet header | glebius | 2012-10-22 | 1 | -4/+0 |
* | We don't need to convert ip6_len to host byte order before | glebius | 2012-10-15 | 1 | -2/+0 |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | After r241245 it appeared that in_delayed_cksum(), which still expects | glebius | 2012-10-08 | 1 | -2/+0 |
* | No reason to play with IP header before calling sctp_delayed_cksum() | glebius | 2012-10-08 | 1 | -2/+0 |
* | Make #error messages string-literals and remove punctuation. | bz | 2012-01-22 | 1 | -1/+1 |
* | Fix ip_divert handling of inet and inet6 and module building some more. | bz | 2012-01-22 | 1 | -3/+1 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+2 |
* | Add missing break; in r223593. | glebius | 2011-08-01 | 1 | -0/+1 |
* | Add possibility to pass IPv6 packets to a divert(4) socket. | glebius | 2011-06-27 | 1 | -54/+103 |
* | Implement a CPU-affine TCP and UDP connection lookup data structure, | rwatson | 2011-06-06 | 1 | -1/+2 |
* | IP divert sockets use their inpcbinfo for port reservation, although not | rwatson | 2011-06-04 | 1 | -0/+2 |
* | Decompose the current single inpcbinfo lock into two locks: | rwatson | 2011-05-30 | 1 | -3/+3 |
* | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | mdf | 2011-01-18 | 1 | -2/+2 |
* | 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 |
* | Ensure a minimum "slop" of 10 extra pcb structures when providing a | jhb | 2010-08-17 | 1 | -2/+2 |
* | Add pcb reference counting to the pcblist sysctl handler functions | bz | 2010-03-17 | 1 | -3/+14 |
* | Abstract out initialization of most aspects of struct inpcbinfo from | rwatson | 2010-03-14 | 1 | -21/+6 |
* | The proper fix for the delayed SCTP checksum is to | rrs | 2010-03-12 | 1 | -1/+1 |
* | Remove unnecessary locking of divcbinfo lock from div_output(): this has not | rwatson | 2010-03-06 | 1 | -3/+0 |
* | Following up on a request from Ermal Luci to make | luigi | 2010-01-07 | 1 | -24/+20 |
* | Various cleanup done in ipfw3-head branch including: | luigi | 2010-01-04 | 1 | -28/+28 |
* | Start splitting ip_fw2.c and ip_fw.h into smaller components. | luigi | 2009-12-15 | 1 | -0/+1 |
* | Introduce a div_destroy() function which takes over per-vnet cleanup tasks | zec | 2009-08-24 | 1 | -5/+30 |
* | Many network stack subsystems use a single global data structure to hold | rwatson | 2009-08-02 | 1 | -5/+5 |
* | 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 | -16/+5 |
* | Update various IPFW-related modules to use if_addr_rlock()/ | rwatson | 2009-06-26 | 1 | -2/+2 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -0/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Add internal 'mac_policy_count' counter to the MAC Framework, which is a | rwatson | 2009-06-02 | 1 | -2/+0 |
* | Reimplement the netisr framework in order to support parallel netisr | rwatson | 2009-06-01 | 1 | -1/+1 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 1 | -0/+3 |
* | In preparation for turning on options VIMAGE in next commits, | zec | 2009-04-26 | 1 | -0/+2 |
* | In divert_packet(), lock the interface address list before iterating over | rwatson | 2009-04-19 | 1 | -1/+5 |
* | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | rwatson | 2009-04-11 | 1 | -5/+5 |
* | Adds support for SCTP checksum offload. This means | rrs | 2009-02-03 | 1 | -1/+12 |
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 1 | -1/+2 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Merge more of currently non-functional (i.e. resolving to | zec | 2008-11-26 | 1 | -0/+1 |
* | Fix a scope problem in the multiple routing table code that stopped the | julian | 2008-11-19 | 1 | -0/+1 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -0/+2 |
* | Add cr_canseeinpcb() doing checks using the cached socket | bz | 2008-10-17 | 1 | -1/+1 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+10 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -45/+46 |