| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | Introduce new link-layer PFIL hook V_link_pfil_hook. | melifaro | 2012-09-04 | 1 | -145/+49 |
* | Revert r234834 per luigi@ request. | melifaro | 2012-05-03 | 1 | -0/+1 |
* | Move several enums and structures required for L2 filtering from ip_fw_privat... | melifaro | 2012-04-30 | 1 | -1/+0 |
* | Properly restore curvnet context when returning early from | zec | 2012-03-04 | 1 | -1/+4 |
* | A major overhaul of the CARP implementation. The ip_carp.c was started | glebius | 2011-12-16 | 1 | -1/+1 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | When adding IPv6 fwd support to ipfw in r225044 these two files were | bz | 2011-08-27 | 1 | -0/+1 |
* | Tag mbufs of all incoming frames or packets with the interface's FIB | bz | 2011-07-03 | 1 | -0/+2 |
* | Add an optional netisr dispatch point at ether_input(), but set the | rwatson | 2011-06-01 | 1 | -1/+41 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -1/+1 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -1/+1 |
* | When moving an ethernet ifnet from one vnet to another, destroy the | zec | 2010-08-13 | 1 | -0/+25 |
* | Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, with | will | 2010-08-11 | 1 | -5/+0 |
* | Allow carp(4) to be loaded as a kernel module. Follow precedent set by | will | 2010-08-11 | 1 | -13/+8 |
* | Bring in the most recent version of ipfw and dummynet, developed | luigi | 2010-03-02 | 1 | -6/+5 |
* | put ip_var before ip_fw_private.h as this will be needed in | luigi | 2010-01-07 | 1 | -1/+1 |
* | Various cleanup done in ipfw3-head branch including: | luigi | 2010-01-04 | 1 | -7/+6 |
* | bring in several cleanups tested in ipfw3-head branch, namely: | luigi | 2009-12-28 | 1 | -5/+10 |
* | merge code from ipfw3-head to reduce contention on the ipfw lock | luigi | 2009-12-22 | 1 | -5/+7 |
* | Start splitting ip_fw2.c and ip_fw.h into smaller components. | luigi | 2009-12-15 | 1 | -0/+1 |
* | Virtualize the pfil hooks so that different jails may chose different | julian | 2009-10-11 | 1 | -3/+3 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | The new flow table caches both the routing table entry as well as the | qingli | 2009-07-28 | 1 | -1/+2 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -1/+1 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -9/+5 |
* | Break at_ifawithnet() into two variants: | rwatson | 2009-06-24 | 1 | -1/+5 |
* | carp(4) allows people to share a set of IP addresses and can only | bz | 2009-06-11 | 1 | -0/+6 |
* | Close long existed race with net.inet.ip.fw.one_pass = 0: | oleg | 2009-06-09 | 1 | -13/+16 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -1/+0 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | More cleanup in preparation of ipfw relocation (no actual code change): | luigi | 2009-06-05 | 1 | -3/+3 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -2/+10 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 1 | -4/+15 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+1 |
* | Adds support for SCTP checksum offload. This means | rrs | 2009-02-03 | 1 | -0/+4 |
* | Remove the rt argument from nd6_storelladdr() because | qingli | 2008-12-17 | 1 | -1/+1 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -2/+17 |
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 1 | -1/+4 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | convert calls to IFQ_HANDOFF to if_transmit | kmacy | 2008-11-22 | 1 | -3/+1 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -0/+2 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -2/+2 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -2/+5 |
* | Move CTASSERT of ether header sizes out of the header file and into | emaste | 2008-08-27 | 1 | -0/+5 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -3/+4 |
* | Add missing braces in #if 0ed code. | antoine | 2008-05-10 | 1 | -1/+2 |
* | Add an option (compiled out by default) | julian | 2008-04-29 | 1 | -0/+2 |
* | back out last change as Sam believes that it breaks multicast - need to revis... | kmacy | 2008-03-20 | 1 | -2/+1 |