| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r265942: | Pyun YongHyeon | 2014-05-16 | 1 | -2/+3 |
| * | MFC r242079: | Andrey V. Elsukov | 2012-11-27 | 1 | -11/+11 |
| * | Merge r238002, r238016, r238092 from head: | Gleb Smirnoff | 2012-09-10 | 1 | -2/+1 |
| * | MFC r236959: | Michael Tuexen | 2012-07-01 | 1 | -0/+6 |
| * | MFC 229621: | John Baldwin | 2012-03-19 | 1 | -4/+4 |
| * | MFhead 226401,226402: | Gleb Smirnoff | 2011-10-20 | 1 | -5/+0 |
| * | Correct comments and debug logging in ipsec to better match reality. | Bjoern A. Zeeb | 2011-06-08 | 1 | -1/+1 |
| * | MfP4 CH=192004: | Bjoern A. Zeeb | 2011-04-27 | 1 | -5/+0 |
| * | MFp4 CH=191470: | Bjoern A. Zeeb | 2011-04-20 | 1 | -15/+0 |
| * | MFp4 CH=191466: | Bjoern A. Zeeb | 2011-04-20 | 1 | -2/+0 |
| * | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 1 | -1/+1 |
| * | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -11/+11 |
| * | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -11/+11 |
| * | MFp4 CH=183052 183053 183258: | Bjoern A. Zeeb | 2010-09-02 | 1 | -10/+6 |
| * | Allow carp(4) to be loaded as a kernel module. Follow precedent set by | Will Andrews | 2010-08-11 | 1 | -7/+1 |
| * | MFP4: @176978-176982, 176984, 176990-176994, 177441 | Bjoern A. Zeeb | 2010-04-29 | 1 | -39/+33 |
| * | Avoid memory access after free. Use the (shortend) copy for the | Bjoern A. Zeeb | 2010-04-21 | 1 | -1/+1 |
| * | - boot-time size the ipv4 flowtable and the maximum number of flows | Kip Macy | 2010-03-22 | 1 | -2/+14 |
| * | - restructure flowtable to support ipv6 | Kip Macy | 2010-03-12 | 1 | -1/+1 |
| * | Split up ip_drain() into an outer lock and iterator part and | Bjoern A. Zeeb | 2010-02-20 | 1 | -8/+34 |
| * | Correct spelling typo in ip_input comment. | Robert Watson | 2009-10-24 | 1 | -1/+1 |
| * | Improve grammar in ip_input comment while attempting to maintain what | Robert Watson | 2009-10-23 | 1 | -2/+2 |
| * | Rewrap ip_input() comment so that it prints more nicely. | Robert Watson | 2009-10-18 | 1 | -3/+3 |
| * | Virtualize the pfil hooks so that different jails may chose different | Julian Elischer | 2009-10-11 | 1 | -10/+10 |
| * | Many network stack subsystems use a single global data structure to hold | Robert Watson | 2009-08-02 | 1 | -0/+21 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
| * | Back out the moving in r195782 of V_ip_id's initialization from the top | Robert Watson | 2009-07-20 | 1 | -1/+2 |
| * | Garbage collect vnet module registrations that have neither constructors | Robert Watson | 2009-07-20 | 1 | -20/+1 |
| * | Reimplement and/or implement vnet list locking by replacing a mostly | Robert Watson | 2009-07-19 | 1 | -4/+4 |
| * | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -11/+11 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -110/+74 |
| * | Initialize in_ifaddr_lock using RW_SYSINIT() instead of in ip_init(), | Robert Watson | 2009-06-25 | 1 | -1/+2 |
| * | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | Robert Watson | 2009-06-25 | 1 | -0/+6 |
| * | Clear 'ia' after iterating if_addrhead for unicast address matching: since | Robert Watson | 2009-06-24 | 1 | -6/+9 |
| * | Modify most routines returning 'struct ifaddr *' to return references | Robert Watson | 2009-06-23 | 1 | -4/+22 |
| * | V_irtualize flowtable state. | Marko Zec | 2009-06-22 | 1 | -7/+11 |
| * | Move the kernel option FLOWTABLE chacking from the header file to the | Bjoern A. Zeeb | 2009-06-12 | 1 | -1/+6 |
| * | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
| * | More cleanup in preparation of ipfw relocation (no actual code change): | Luigi Rizzo | 2009-06-05 | 1 | -10/+0 |
| * | Reimplement the netisr framework in order to support parallel netisr | Robert Watson | 2009-06-01 | 1 | -11/+45 |
| * | Don't discard packets with 'Destination Unreachable' at the beginning | Edward Tomasz Napierala | 2009-05-27 | 1 | -3/+11 |
| * | Change the curvnet variable from a global const struct vnet *, | Marko Zec | 2009-05-05 | 1 | -1/+1 |
| * | Permit buiding kernels with options VIMAGE, restricted to only a single | Marko Zec | 2009-04-30 | 1 | -0/+1 |
| * | In ip_input(), cache the received mbuf's network interface in a local | Robert Watson | 2009-04-20 | 1 | -16/+23 |
| * | - Allocate a small flowtable in ip_input.c (changeable by tuneable) | Kip Macy | 2009-04-19 | 1 | -0/+9 |
| * | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | Robert Watson | 2009-04-11 | 1 | -39/+39 |
| * | Introduce vnet module registration / initialization framework with | Marko Zec | 2009-04-11 | 1 | -0/+17 |
| * | First pass at separating per-vnet initializer functions | Marko Zec | 2009-04-06 | 1 | -11/+16 |
| * | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | Bruce M Simpson | 2009-03-09 | 1 | -11/+3 |
| * | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+1 |