aboutsummaryrefslogtreecommitdiff
path: root/sys/net/route.h
Commit message (Expand)AuthorAgeFilesLines
* Convert the two dimensional array to be malloced and introduceBjoern A. Zeeb2009-06-011-1/+2
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-3/+4
* revert RTM_VERSION change - it doesn't do what I thought it does and changing...Kip Macy2009-04-151-1/+1
* add an llentry to struct route{_in6} to allow it to be passed around withKip Macy2009-04-151-0/+1
* Extend route command:Kip Macy2009-04-141-6/+10
* Revive the RTF_LLINFO flag in route.h. The kernel code is guardedQing Li2009-01-121-1/+2
* This checkin addresses a couple of issues:Qing Li2008-12-261-0/+1
* This main goals of this project are:Qing Li2008-12-151-12/+7
* - convert radix node head lock from mutex to rwlockKip Macy2008-12-071-0/+1
* Move #defines for MRT-related constants from net/route.c toMarko Zec2008-09-201-0/+21
* come on Julian, make up if you're committing one change or the other.Julian Elischer2008-09-141-12/+28
* Revert a part of the MRT commit that proved un-needed.Julian Elischer2008-09-141-2/+1
* Be consistent about whether these multi-lined macros are separated byJulian Elischer2008-09-051-0/+2
* move a #define from a place it shouldn't have been to a place it shouldJulian Elischer2008-05-101-2/+1
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-4/+31
* This patch provides the back end support for equal-cost multi-pathQing Li2008-04-131-0/+3
* Add a workaround for a deadlock between the rt_setgate() and rt_check()Maxime Henrion2007-12-271-0/+1
* widen the routing event interface (arp update, redirect, and eventually pmtu ...Kip Macy2007-12-171-5/+4
* add interface for allowing consumers to register for ARP updates,Kip Macy2007-12-121-0/+7
* - Fill in the correct rtm_index for RTM_ADD and RTM_CHANGE messages.Andre Oppermann2006-03-151-1/+7
* Remove bogous semicolons at the end of the definitions ofAndre Oppermann2005-09-141-2/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Add 802.11-specific events that are dispatched through the routing socket.Sam Leffler2004-10-051-0/+2
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-2/+2
* document the locking behaviour of the functions that accessLuigi Rizzo2004-04-241-3/+15
* Document an assumption on the structure of 'struct rtentry'Luigi Rizzo2004-04-201-0/+5
* make route_init() staticLuigi Rizzo2004-04-171-1/+0
* route.h: introduce a macro, SA_SIZE(struct sockaddr *) which returnsLuigi Rizzo2004-04-131-0/+12
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* + arpresolve(): remove an unused argumentLuigi Rizzo2004-04-041-5/+2
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-201-2/+8
* Remove RTF_PRCLONING from routing table and adjust users of itAndre Oppermann2003-11-201-1/+5
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFSam Leffler2003-11-081-12/+25
* Overhaul routing table entry cleanup by introducing a new rtexpungeSam Leffler2003-10-301-0/+1
* Locking for updates to routing table entries. Each rtentry gets a mutexSam Leffler2003-10-041-16/+27
* cleanups prior to adding locking (and in some cases to eliminate locking):Sam Leffler2003-10-031-8/+0
* Add mutex for routing entries.Jeffrey Hsu2003-07-191-1/+8
* Finish driving a stake through the heart of netns and the associatedPeter Wemm2003-03-051-1/+0
* Reduce code duplication. This adds the function rt_check() to route.c.Matthew N. Dodd2003-03-021-0/+1
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-241-2/+2
* Remove __P.Alfred Perlstein2002-03-191-22/+21
* Introduce an interface announcement message for the routingRuslan Ermilov2002-01-181-0/+2
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodJonathan Lemon2001-11-221-1/+1
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.Ruslan Ermilov2001-10-171-0/+5
* 64-bit fixes from CSRG.Ruslan Ermilov2001-10-171-2/+2
* KSE Milestone 2Julian Elischer2001-09-121-1/+0
* Don't bother passing p to rtioctl just so it can fail to pass it to mrt_ioctlBill Fenner2001-07-251-1/+1
* When a connection is being dropped due to a listen queue overflow,Jayanth Vijayaraghavan2000-07-211-1/+1
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-1/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1