| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | No need to assert that a == b when we just set a = b. | julian | 2007-12-06 | 1 | -1/+0 |
* | Close a race when trying to lookup a gateway route in rt_check(). | jhb | 2007-10-22 | 1 | -1/+3 |
* | Add missing \n to printf | phk | 2007-06-11 | 1 | -1/+1 |
* | Some minor cleanups: | glebius | 2007-05-22 | 1 | -22/+15 |
* | Initialize a local variable in 2 places just before it is used, not always | bde | 2006-11-23 | 1 | -1/+2 |
* | Assuming the interface has an address of x.x.x.195, a mask of | qingli | 2006-06-05 | 1 | -0/+6 |
* | The current routing code allows insertion of indirect routes that have | qingli | 2006-05-16 | 1 | -0/+19 |
* | In rtrequest and rtinit check for sa_len != 0 for the given | bz | 2006-05-04 | 1 | -0/+6 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -1/+1 |
* | Several fixes to rt_setgate(), that fix problems with route changing: | glebius | 2005-09-21 | 1 | -35/+30 |
* | Use monotonic 'time_uptime' instead of 'time_second' as timebase | andre | 2005-09-19 | 1 | -1/+1 |
* | o Make rt_check() function more strict: | glebius | 2005-08-11 | 1 | -40/+40 |
* | In preparation for fixing races in ARP (and probably in other | glebius | 2005-08-09 | 1 | -3/+4 |
* | Require gateways for routes to be of the same address family as the | qingli | 2005-06-28 | 1 | -1/+4 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | When a prison is given the ability to create raw sockets (when the | csjp | 2004-08-21 | 1 | -0/+7 |