| Commit message (Expand) | Author | Age | Files | Lines |
| * | Unbreak options VIMAGE + nooptions INVARIANTS kernel builds. | Marko Zec | 2009-05-02 | 1 | -1/+1 |
| * | In preparation for turning on options VIMAGE in next commits, | Marko Zec | 2009-04-26 | 1 | -1/+1 |
| * | Extend route command: | Kip Macy | 2009-04-14 | 1 | -58/+103 |
| * | Introduce vnet module registration / initialization framework with | Marko Zec | 2009-04-11 | 1 | -0/+12 |
| * | First pass at separating per-vnet initializer functions | Marko Zec | 2009-04-06 | 1 | -11/+22 |
| * | The log message should terminate with a newline instead | Qing Li | 2009-01-02 | 1 | -1/+1 |
| * | style and spelling fix | Kip Macy | 2008-12-16 | 1 | -1/+1 |
| * | This main goals of this project are: | Qing Li | 2008-12-15 | 1 | -541/+61 |
| * | fix a reported panic when adding a route and one hit here when deleting a route | Kip Macy | 2008-12-10 | 1 | -2/+2 |
| * | Fix a bug introduced in r185747: rather than dereferencing an uninitialized | Bjoern A. Zeeb | 2008-12-09 | 1 | -1/+1 |
| * | - avoid recursively locking the radix node head lock | Kip Macy | 2008-12-08 | 1 | -2/+4 |
| * | - convert radix node head lock from mutex to rwlock | Kip Macy | 2008-12-07 | 1 | -61/+107 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+2 |
| * | Merge more of currently non-functional (i.e. resolving to | Marko Zec | 2008-11-26 | 1 | -0/+1 |
| * | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -0/+2 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+7 |
| * | Move #defines for MRT-related constants from net/route.c to | Marko Zec | 2008-09-20 | 1 | -20/+0 |
| * | Hey, committed the same typo twice! must be a record | Julian Elischer | 2008-09-15 | 1 | -1/+1 |
| * | rewrite rt_check. Ztake into account that whiel teh rtentry is unlocked, | Julian Elischer | 2008-09-15 | 1 | -40/+83 |
| * | come on Julian, make up if you're committing one change or the other. | Julian Elischer | 2008-09-14 | 1 | -1/+1 |
| * | Revert a part of the MRT commit that proved un-needed. | Julian Elischer | 2008-09-14 | 1 | -10/+3 |
| * | Wrap a line that became too long with the addition of V_. | Brooks Davis | 2008-09-01 | 1 | -1/+2 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -15/+16 |
| * | Add the ability to add new addresses for interfacesto just one FIB | Julian Elischer | 2008-07-27 | 1 | -3/+23 |
| * | move a #define from a place it shouldn't have been to a place it should | Julian Elischer | 2008-05-10 | 1 | -2/+2 |
| * | undef MAXFIBS before redefining it | Julian Elischer | 2008-05-10 | 1 | -0/+1 |
| * | Add code to allow the system to handle multiple routing tables. | Julian Elischer | 2008-05-09 | 1 | -128/+390 |
| * | Fix the build in case RADIX_MPATH is not defined. | Bjoern A. Zeeb | 2008-04-13 | 1 | -1/+3 |
| * | This patch provides the back end support for equal-cost multi-path | Qing Li | 2008-04-13 | 1 | -1/+121 |
| * | Use RTFREE_LOCKED() instead of rtfree() when releasing a reference on the | John Baldwin | 2008-02-13 | 1 | -1/+1 |
| * | Add a workaround for a deadlock between the rt_setgate() and rt_check() | Maxime Henrion | 2007-12-27 | 1 | -1/+10 |
| * | widen the routing event interface (arp update, redirect, and eventually pmtu ... | Kip Macy | 2007-12-17 | 1 | -2/+2 |
| * | add interface for allowing consumers to register for ARP updates, | Kip Macy | 2007-12-12 | 1 | -4/+13 |
| * | No need to assert that a == b when we just set a = b. | Julian Elischer | 2007-12-06 | 1 | -1/+0 |
| * | Close a race when trying to lookup a gateway route in rt_check(). | John Baldwin | 2007-10-22 | 1 | -1/+3 |
| * | Add missing \n to printf | Poul-Henning Kamp | 2007-06-11 | 1 | -1/+1 |
| * | Some minor cleanups: | Gleb Smirnoff | 2007-05-22 | 1 | -22/+15 |
| * | Initialize a local variable in 2 places just before it is used, not always | Bruce Evans | 2006-11-23 | 1 | -1/+2 |
| * | Assuming the interface has an address of x.x.x.195, a mask of | Qing Li | 2006-06-05 | 1 | -0/+6 |
| * | The current routing code allows insertion of indirect routes that have | Qing Li | 2006-05-16 | 1 | -0/+19 |
| * | In rtrequest and rtinit check for sa_len != 0 for the given | Bjoern A. Zeeb | 2006-05-04 | 1 | -0/+6 |
| * | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -1/+1 |
| * | Several fixes to rt_setgate(), that fix problems with route changing: | Gleb Smirnoff | 2005-09-21 | 1 | -35/+30 |
| * | Use monotonic 'time_uptime' instead of 'time_second' as timebase | Andre Oppermann | 2005-09-19 | 1 | -1/+1 |
| * | o Make rt_check() function more strict: | Gleb Smirnoff | 2005-08-11 | 1 | -40/+40 |
| * | In preparation for fixing races in ARP (and probably in other | Gleb Smirnoff | 2005-08-09 | 1 | -3/+4 |
| * | Require gateways for routes to be of the same address family as the | Qing Li | 2005-06-28 | 1 | -1/+4 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | When a prison is given the ability to create raw sockets (when the | Christian S.J. Peron | 2004-08-21 | 1 | -0/+7 |
| * | Convert the routing table to use an UMA zone for rtentries. The zone is | Andre Oppermann | 2004-08-11 | 1 | -4/+10 |