| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass the fibnum where we need filtering of the message on the | bz | 2011-09-28 | 1 | -3/+3 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -1/+1 |
* | In rtinit1(), before rtrequest1_fib() is called, info.rti_flags is | kevlo | 2011-08-08 | 1 | -1/+1 |
* | Garbage collect never used global, sysctl, externs. | bz | 2011-06-21 | 1 | -6/+0 |
* | Leave an extra comment about flowtable and IPv6 support rectifying a | bz | 2011-06-20 | 1 | -0/+1 |
* | ouch, newrt is used on the return path, my fault. | dchagin | 2011-03-19 | 1 | -1/+1 |
* | A bit rearranged rtalloc1_fib() code. | dchagin | 2011-03-19 | 1 | -6/+6 |
* | Remove a now unused variable. | dchagin | 2011-03-19 | 1 | -2/+1 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -2/+2 |
* | 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 |
* | This patch fixes the problem where proxy ARP entries cannot be added | qingli | 2010-05-25 | 1 | -3/+3 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -5/+7 |
* | One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is to | qingli | 2010-03-09 | 1 | -8/+30 |
* | The proxy arp entries could not be added into the system over the | qingli | 2009-12-30 | 1 | -3/+1 |
* | Move the scan for max_keylen into route.c::route_init(), | luigi | 2009-12-14 | 1 | -1/+8 |
* | Fix a LOR showing up with sctp_bsd_addr(): Do not hold a rt lock | tuexen | 2009-11-17 | 1 | -0/+4 |
* | Put #ifdef INET around parts of the FLOWTABLE code, to unbreak | bz | 2009-10-03 | 1 | -0/+4 |
* | The flow-table associates TCP/UDP flows and IP destinations with | qingli | 2009-10-01 | 1 | -0/+61 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | Introduce and use a sysinit-based initialization scheme for virtual | rwatson | 2009-07-23 | 1 | -27/+13 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -4/+4 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -60/+10 |
* | Re-factoring for adding weighted routes introduced a | kmacy | 2009-07-11 | 1 | -1/+11 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -9/+33 |
* | Move virtualization of routing related variables into their own | bz | 2009-06-22 | 1 | -8/+47 |
* | Collect all VIMAGE_GLOBALS variables in one place. | bz | 2009-06-22 | 1 | -8/+4 |
* | Add a new function, ifa_ifwithaddr_check(), which rather than returning | rwatson | 2009-06-22 | 1 | -1/+1 |
* | Clean up common ifaddr management: | rwatson | 2009-06-21 | 1 | -6/+6 |
* | Introduce an infrastructure for dismantling vnet instances. | zec | 2009-06-08 | 1 | -2/+39 |
* | Convert the two dimensional array to be malloced and introduce | bz | 2009-06-01 | 1 | -23/+52 |
* | Unbreak options VIMAGE + nooptions INVARIANTS kernel builds. | zec | 2009-05-02 | 1 | -1/+1 |
* | In preparation for turning on options VIMAGE in next commits, | zec | 2009-04-26 | 1 | -1/+1 |
* | Extend route command: | kmacy | 2009-04-14 | 1 | -58/+103 |
* | Introduce vnet module registration / initialization framework with | zec | 2009-04-11 | 1 | -0/+12 |
* | First pass at separating per-vnet initializer functions | zec | 2009-04-06 | 1 | -11/+22 |
* | The log message should terminate with a newline instead | qingli | 2009-01-02 | 1 | -1/+1 |
* | style and spelling fix | kmacy | 2008-12-16 | 1 | -1/+1 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -541/+61 |
* | fix a reported panic when adding a route and one hit here when deleting a route | kmacy | 2008-12-10 | 1 | -2/+2 |
* | Fix a bug introduced in r185747: rather than dereferencing an uninitialized | bz | 2008-12-09 | 1 | -1/+1 |
* | - avoid recursively locking the radix node head lock | kmacy | 2008-12-08 | 1 | -2/+4 |
* | - convert radix node head lock from mutex to rwlock | kmacy | 2008-12-07 | 1 | -61/+107 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+2 |
* | Merge more of currently non-functional (i.e. resolving to | zec | 2008-11-26 | 1 | -0/+1 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -0/+2 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+7 |
* | Move #defines for MRT-related constants from net/route.c to | zec | 2008-09-20 | 1 | -20/+0 |
* | Hey, committed the same typo twice! must be a record | julian | 2008-09-15 | 1 | -1/+1 |