| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct spelling typo in ip_input comment. | rwatson | 2009-10-24 | 1 | -1/+1 |
* | Improve grammar in ip_input comment while attempting to maintain what | rwatson | 2009-10-23 | 1 | -2/+2 |
* | Rewrap ip_input() comment so that it prints more nicely. | rwatson | 2009-10-18 | 1 | -3/+3 |
* | Virtualize the pfil hooks so that different jails may chose different | julian | 2009-10-11 | 1 | -10/+10 |
* | Many network stack subsystems use a single global data structure to hold | rwatson | 2009-08-02 | 1 | -0/+21 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Back out the moving in r195782 of V_ip_id's initialization from the top | rwatson | 2009-07-20 | 1 | -1/+2 |
* | Garbage collect vnet module registrations that have neither constructors | rwatson | 2009-07-20 | 1 | -20/+1 |
* | Reimplement and/or implement vnet list locking by replacing a mostly | rwatson | 2009-07-19 | 1 | -4/+4 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -11/+11 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -110/+74 |
* | Initialize in_ifaddr_lock using RW_SYSINIT() instead of in ip_init(), | rwatson | 2009-06-25 | 1 | -1/+2 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 1 | -0/+6 |
* | Clear 'ia' after iterating if_addrhead for unicast address matching: since | rwatson | 2009-06-24 | 1 | -6/+9 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -4/+22 |
* | V_irtualize flowtable state. | zec | 2009-06-22 | 1 | -7/+11 |
* | Move the kernel option FLOWTABLE chacking from the header file to the | bz | 2009-06-12 | 1 | -1/+6 |
* | 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 | -10/+0 |
* | Reimplement the netisr framework in order to support parallel netisr | rwatson | 2009-06-01 | 1 | -11/+45 |
* | Don't discard packets with 'Destination Unreachable' at the beginning | trasz | 2009-05-27 | 1 | -3/+11 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -1/+1 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 1 | -0/+1 |
* | In ip_input(), cache the received mbuf's network interface in a local | rwatson | 2009-04-20 | 1 | -16/+23 |
* | - Allocate a small flowtable in ip_input.c (changeable by tuneable) | kmacy | 2009-04-19 | 1 | -0/+9 |
* | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | rwatson | 2009-04-11 | 1 | -39/+39 |
* | Introduce vnet module registration / initialization framework with | zec | 2009-04-11 | 1 | -0/+17 |
* | First pass at separating per-vnet initializer functions | zec | 2009-04-06 | 1 | -11/+16 |
* | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | bms | 2009-03-09 | 1 | -11/+3 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+1 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -2/+2 |
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 1 | -1/+15 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+2 |
* | Unhide declarations of network stack virtualization structs from | zec | 2008-11-28 | 1 | -1/+1 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -28/+52 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -49/+87 |
* | Move CTASSERT from header file to source file, per implementation note now | emaste | 2008-09-26 | 1 | -0/+4 |
* | Another V_ forgotten | julian | 2008-08-25 | 1 | -1/+1 |
* | Fix some of the formatting fixes.. It's amazing how some thing stand out | julian | 2008-08-20 | 1 | -1/+1 |
* | A bunch of formatting fixes brough to light by, or created by the Vimage commit | julian | 2008-08-20 | 1 | -1/+2 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -98/+99 |
* | Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly | rwatson | 2008-07-04 | 1 | -1/+1 |
* | Remove a bogusly introduced rtalloc_ign() in rev. 1.335/SVN 178029, | bz | 2008-07-03 | 1 | -1/+0 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -5/+5 |
* | Take the route mtu into account, if available, when sending an | bz | 2008-04-09 | 1 | -4/+26 |
* | Consider the following situation: | guido | 2007-12-02 | 1 | -1/+2 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -6/+6 |
* | Add FBSDID to all files in netinet so that people can more | silby | 2007-10-07 | 1 | -1/+3 |
* | Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL. | bz | 2007-08-05 | 1 | -1/+1 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | gnn | 2007-07-03 | 1 | -10/+10 |