| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | rewrite rt_check. Ztake into account that whiel teh rtentry is unlocked, | julian | 2008-09-15 | 1 | -40/+83 |
* | come on Julian, make up if you're committing one change or the other. | julian | 2008-09-14 | 1 | -1/+1 |
* | Revert a part of the MRT commit that proved un-needed. | julian | 2008-09-14 | 1 | -10/+3 |
* | Wrap a line that became too long with the addition of V_. | brooks | 2008-09-01 | 1 | -1/+2 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -15/+16 |
* | Add the ability to add new addresses for interfacesto just one FIB | julian | 2008-07-27 | 1 | -3/+23 |
* | move a #define from a place it shouldn't have been to a place it should | julian | 2008-05-10 | 1 | -2/+2 |
* | undef MAXFIBS before redefining it | julian | 2008-05-10 | 1 | -0/+1 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -128/+390 |
* | Fix the build in case RADIX_MPATH is not defined. | bz | 2008-04-13 | 1 | -1/+3 |
* | This patch provides the back end support for equal-cost multi-path | qingli | 2008-04-13 | 1 | -1/+121 |
* | Use RTFREE_LOCKED() instead of rtfree() when releasing a reference on the | jhb | 2008-02-13 | 1 | -1/+1 |
* | Add a workaround for a deadlock between the rt_setgate() and rt_check() | mux | 2007-12-27 | 1 | -1/+10 |
* | widen the routing event interface (arp update, redirect, and eventually pmtu ... | kmacy | 2007-12-17 | 1 | -2/+2 |
* | add interface for allowing consumers to register for ARP updates, | kmacy | 2007-12-12 | 1 | -4/+13 |