aboutsummaryrefslogtreecommitdiff
path: root/sys/net/route.c
Commit message (Expand)AuthorAgeFilesLines
* Unbreak options VIMAGE + nooptions INVARIANTS kernel builds.Marko Zec2009-05-021-1/+1
* In preparation for turning on options VIMAGE in next commits,Marko Zec2009-04-261-1/+1
* Extend route command:Kip Macy2009-04-141-58/+103
* Introduce vnet module registration / initialization framework withMarko Zec2009-04-111-0/+12
* First pass at separating per-vnet initializer functionsMarko Zec2009-04-061-11/+22
* The log message should terminate with a newline insteadQing Li2009-01-021-1/+1
* style and spelling fixKip Macy2008-12-161-1/+1
* This main goals of this project are:Qing Li2008-12-151-541/+61
* fix a reported panic when adding a route and one hit here when deleting a routeKip Macy2008-12-101-2/+2
* Fix a bug introduced in r185747: rather than dereferencing an uninitializedBjoern A. Zeeb2008-12-091-1/+1
* - avoid recursively locking the radix node head lockKip Macy2008-12-081-2/+4
* - convert radix node head lock from mutex to rwlockKip Macy2008-12-071-61/+107
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+2
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-261-0/+1
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-0/+2
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+7
* Move #defines for MRT-related constants from net/route.c toMarko Zec2008-09-201-20/+0
* Hey, committed the same typo twice! must be a recordJulian Elischer2008-09-151-1/+1
* rewrite rt_check. Ztake into account that whiel teh rtentry is unlocked,Julian Elischer2008-09-151-40/+83
* come on Julian, make up if you're committing one change or the other.Julian Elischer2008-09-141-1/+1
* Revert a part of the MRT commit that proved un-needed.Julian Elischer2008-09-141-10/+3
* Wrap a line that became too long with the addition of V_.Brooks Davis2008-09-011-1/+2
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-15/+16
* Add the ability to add new addresses for interfacesto just one FIBJulian Elischer2008-07-271-3/+23
* move a #define from a place it shouldn't have been to a place it shouldJulian Elischer2008-05-101-2/+2
* undef MAXFIBS before redefining itJulian Elischer2008-05-101-0/+1
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-128/+390
* Fix the build in case RADIX_MPATH is not defined.Bjoern A. Zeeb2008-04-131-1/+3
* This patch provides the back end support for equal-cost multi-pathQing Li2008-04-131-1/+121
* Use RTFREE_LOCKED() instead of rtfree() when releasing a reference on theJohn Baldwin2008-02-131-1/+1
* Add a workaround for a deadlock between the rt_setgate() and rt_check()Maxime Henrion2007-12-271-1/+10
* widen the routing event interface (arp update, redirect, and eventually pmtu ...Kip Macy2007-12-171-2/+2
* add interface for allowing consumers to register for ARP updates,Kip Macy2007-12-121-4/+13
* No need to assert that a == b when we just set a = b.Julian Elischer2007-12-061-1/+0
* Close a race when trying to lookup a gateway route in rt_check().John Baldwin2007-10-221-1/+3
* Add missing \n to printfPoul-Henning Kamp2007-06-111-1/+1
* Some minor cleanups:Gleb Smirnoff2007-05-221-22/+15
* Initialize a local variable in 2 places just before it is used, not alwaysBruce Evans2006-11-231-1/+2
* Assuming the interface has an address of x.x.x.195, a mask ofQing Li2006-06-051-0/+6
* The current routing code allows insertion of indirect routes that haveQing Li2006-05-161-0/+19
* In rtrequest and rtinit check for sa_len != 0 for the givenBjoern A. Zeeb2006-05-041-0/+6
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1
* Several fixes to rt_setgate(), that fix problems with route changing:Gleb Smirnoff2005-09-211-35/+30
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseAndre Oppermann2005-09-191-1/+1
* o Make rt_check() function more strict:Gleb Smirnoff2005-08-111-40/+40
* In preparation for fixing races in ARP (and probably in otherGleb Smirnoff2005-08-091-3/+4
* Require gateways for routes to be of the same address family as theQing Li2005-06-281-1/+4
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* When a prison is given the ability to create raw sockets (when theChristian S.J. Peron2004-08-211-0/+7
* Convert the routing table to use an UMA zone for rtentries. The zone isAndre Oppermann2004-08-111-4/+10