aboutsummaryrefslogtreecommitdiff
path: root/sys/net/route.c
Commit message (Expand)AuthorAgeFilesLines
* ouch, newrt is used on the return path, my fault.Dmitry Chagin2011-03-191-1/+1
* A bit rearranged rtalloc1_fib() code.Dmitry Chagin2011-03-191-6/+6
* Remove a now unused variable.Dmitry Chagin2011-03-191-2/+1
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-2/+2
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-1/+1
* This patch fixes the problem where proxy ARP entries cannot be addedQing Li2010-05-251-3/+3
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-5/+7
* One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is toQing Li2010-03-091-8/+30
* The proxy arp entries could not be added into the system over theQing Li2009-12-301-3/+1
* Move the scan for max_keylen into route.c::route_init(),Luigi Rizzo2009-12-141-1/+8
* Fix a LOR showing up with sctp_bsd_addr(): Do not hold a rt lockMichael Tuexen2009-11-171-0/+4
* Put #ifdef INET around parts of the FLOWTABLE code, to unbreakBjoern A. Zeeb2009-10-031-0/+4
* The flow-table associates TCP/UDP flows and IP destinations withQing Li2009-10-011-0/+61
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Introduce and use a sysinit-based initialization scheme for virtualRobert Watson2009-07-231-27/+13
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-4/+4
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-60/+10
* Re-factoring for adding weighted routes introduced aKip Macy2009-07-111-1/+11
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-231-9/+33
* Move virtualization of routing related variables into their ownBjoern A. Zeeb2009-06-221-8/+47
* Collect all VIMAGE_GLOBALS variables in one place.Bjoern A. Zeeb2009-06-221-8/+4
* Add a new function, ifa_ifwithaddr_check(), which rather than returningRobert Watson2009-06-221-1/+1
* Clean up common ifaddr management:Robert Watson2009-06-211-6/+6
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-2/+39
* Convert the two dimensional array to be malloced and introduceBjoern A. Zeeb2009-06-011-23/+52
* 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