summaryrefslogtreecommitdiffstats
path: root/sys/net/route.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 260488, r260508.melifaro2014-05-081-0/+6
* Merge r260379, r260460.melifaro2014-05-081-1/+2
* Merge r263203: garbage collect long time obsoleted (or never used) stuffglebius2014-04-091-31/+3
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-21/+18
* Due to the routing related networking kernel redesign workqingli2013-06-251-0/+3
* Fix long-standing issue with interface routes being unprotected:melifaro2013-03-081-1/+1
* When ip_output()/ip6_output() is supplied a struct route *ro argument,glebius2012-07-041-1/+14
* Hide kernel option ROUTETABLES evaluations in the implementationbz2012-03-181-21/+0
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-0/+3
* Pass the fibnum where we need filtering of the message on thebz2011-09-281-0/+2
* Make KBI changes required for future MFCing of inpcb rtentry / llentry caching.kmacy2011-09-201-0/+4
* Garbage collect never used global, sysctl, externs.bz2011-06-211-2/+0
* Remove dead code.dchagin2011-03-201-17/+0
* Verify interface up status using its link state onlyqingli2010-03-161-2/+1
* The if_tap interface is of IFT_ETHERNET type, but itqingli2010-03-111-1/+3
* One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is toqingli2010-03-091-0/+2
* The proxy arp entries could not be added into the system over theqingli2009-12-301-0/+1
* Add arp_update_event. This replaces route_arp_update_event, whichnp2009-09-081-0/+1
* Collect all VIMAGE_GLOBALS variables in one place.bz2009-06-221-1/+0
* Convert the two dimensional array to be malloced and introducebz2009-06-011-1/+2
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-3/+4
* revert RTM_VERSION change - it doesn't do what I thought it does and changing...kmacy2009-04-151-1/+1
* add an llentry to struct route{_in6} to allow it to be passed around withkmacy2009-04-151-0/+1
* Extend route command:kmacy2009-04-141-6/+10
* Revive the RTF_LLINFO flag in route.h. The kernel code is guardedqingli2009-01-121-1/+2
* This checkin addresses a couple of issues:qingli2008-12-261-0/+1
* This main goals of this project are:qingli2008-12-151-12/+7
* - convert radix node head lock from mutex to rwlockkmacy2008-12-071-0/+1
* Move #defines for MRT-related constants from net/route.c tozec2008-09-201-0/+21
* come on Julian, make up if you're committing one change or the other.julian2008-09-141-12/+28
* Revert a part of the MRT commit that proved un-needed.julian2008-09-141-2/+1
* Be consistent about whether these multi-lined macros are separated byjulian2008-09-051-0/+2
* move a #define from a place it shouldn't have been to a place it shouldjulian2008-05-101-2/+1
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-4/+31
* This patch provides the back end support for equal-cost multi-pathqingli2008-04-131-0/+3
* Add a workaround for a deadlock between the rt_setgate() and rt_check()mux2007-12-271-0/+1
* widen the routing event interface (arp update, redirect, and eventually pmtu ...kmacy2007-12-171-5/+4
* add interface for allowing consumers to register for ARP updates,kmacy2007-12-121-0/+7
* - Fill in the correct rtm_index for RTM_ADD and RTM_CHANGE messages.andre2006-03-151-1/+7
* Remove bogous semicolons at the end of the definitions ofandre2005-09-141-2/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Add 802.11-specific events that are dispatched through the routing socket.sam2004-10-051-0/+2
* Avoid casts as lvalues.kan2004-07-281-2/+2
* document the locking behaviour of the functions that accessluigi2004-04-241-3/+15
* Document an assumption on the structure of 'struct rtentry'luigi2004-04-201-0/+5
* make route_init() staticluigi2004-04-171-1/+0
* route.h: introduce a macro, SA_SIZE(struct sockaddr *) which returnsluigi2004-04-131-0/+12
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* + arpresolve(): remove an unused argumentluigi2004-04-041-5/+2
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-2/+8
OpenPOWER on IntegriCloud