| Commit message (Expand) | Author | Age | Files | Lines |
* | When ip_output()/ip6_output() is supplied a struct route *ro argument, | glebius | 2012-07-04 | 1 | -1/+14 |
* | Hide kernel option ROUTETABLES evaluations in the implementation | bz | 2012-03-18 | 1 | -21/+0 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -0/+3 |
* | Pass the fibnum where we need filtering of the message on the | bz | 2011-09-28 | 1 | -0/+2 |
* | Make KBI changes required for future MFCing of inpcb rtentry / llentry caching. | kmacy | 2011-09-20 | 1 | -0/+4 |
* | Garbage collect never used global, sysctl, externs. | bz | 2011-06-21 | 1 | -2/+0 |
* | Remove dead code. | dchagin | 2011-03-20 | 1 | -17/+0 |
* | Verify interface up status using its link state only | qingli | 2010-03-16 | 1 | -2/+1 |
* | The if_tap interface is of IFT_ETHERNET type, but it | qingli | 2010-03-11 | 1 | -1/+3 |
* | One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is to | qingli | 2010-03-09 | 1 | -0/+2 |
* | The proxy arp entries could not be added into the system over the | qingli | 2009-12-30 | 1 | -0/+1 |
* | Add arp_update_event. This replaces route_arp_update_event, which | np | 2009-09-08 | 1 | -0/+1 |
* | Collect all VIMAGE_GLOBALS variables in one place. | bz | 2009-06-22 | 1 | -1/+0 |
* | Convert the two dimensional array to be malloced and introduce | bz | 2009-06-01 | 1 | -1/+2 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 1 | -3/+4 |
* | revert RTM_VERSION change - it doesn't do what I thought it does and changing... | kmacy | 2009-04-15 | 1 | -1/+1 |
* | add an llentry to struct route{_in6} to allow it to be passed around with | kmacy | 2009-04-15 | 1 | -0/+1 |
* | Extend route command: | kmacy | 2009-04-14 | 1 | -6/+10 |
* | Revive the RTF_LLINFO flag in route.h. The kernel code is guarded | qingli | 2009-01-12 | 1 | -1/+2 |
* | This checkin addresses a couple of issues: | qingli | 2008-12-26 | 1 | -0/+1 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -12/+7 |
* | - convert radix node head lock from mutex to rwlock | kmacy | 2008-12-07 | 1 | -0/+1 |
* | Move #defines for MRT-related constants from net/route.c to | zec | 2008-09-20 | 1 | -0/+21 |
* | come on Julian, make up if you're committing one change or the other. | julian | 2008-09-14 | 1 | -12/+28 |
* | Revert a part of the MRT commit that proved un-needed. | julian | 2008-09-14 | 1 | -2/+1 |
* | Be consistent about whether these multi-lined macros are separated by | julian | 2008-09-05 | 1 | -0/+2 |
* | move a #define from a place it shouldn't have been to a place it should | julian | 2008-05-10 | 1 | -2/+1 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -4/+31 |
* | This patch provides the back end support for equal-cost multi-path | qingli | 2008-04-13 | 1 | -0/+3 |
* | Add a workaround for a deadlock between the rt_setgate() and rt_check() | mux | 2007-12-27 | 1 | -0/+1 |
* | widen the routing event interface (arp update, redirect, and eventually pmtu ... | kmacy | 2007-12-17 | 1 | -5/+4 |
* | add interface for allowing consumers to register for ARP updates, | kmacy | 2007-12-12 | 1 | -0/+7 |
* | - Fill in the correct rtm_index for RTM_ADD and RTM_CHANGE messages. | andre | 2006-03-15 | 1 | -1/+7 |
* | Remove bogous semicolons at the end of the definitions of | andre | 2005-09-14 | 1 | -2/+2 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Add 802.11-specific events that are dispatched through the routing socket. | sam | 2004-10-05 | 1 | -0/+2 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 1 | -2/+2 |
* | document the locking behaviour of the functions that access | luigi | 2004-04-24 | 1 | -3/+15 |
* | Document an assumption on the structure of 'struct rtentry' | luigi | 2004-04-20 | 1 | -0/+5 |
* | make route_init() static | luigi | 2004-04-17 | 1 | -1/+0 |
* | route.h: introduce a macro, SA_SIZE(struct sockaddr *) which returns | luigi | 2004-04-13 | 1 | -0/+12 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | + arpresolve(): remove an unused argument | luigi | 2004-04-04 | 1 | -5/+2 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 1 | -2/+8 |
* | Remove RTF_PRCLONING from routing table and adjust users of it | andre | 2003-11-20 | 1 | -1/+5 |
* | replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREF | sam | 2003-11-08 | 1 | -12/+25 |
* | Overhaul routing table entry cleanup by introducing a new rtexpunge | sam | 2003-10-30 | 1 | -0/+1 |
* | Locking for updates to routing table entries. Each rtentry gets a mutex | sam | 2003-10-04 | 1 | -16/+27 |
* | cleanups prior to adding locking (and in some cases to eliminate locking): | sam | 2003-10-03 | 1 | -8/+0 |
* | Add mutex for routing entries. | hsu | 2003-07-19 | 1 | -1/+8 |