summaryrefslogtreecommitdiffstats
path: root/sys/net/route.h
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- 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
* Remove RTF_PRCLONING from routing table and adjust users of itandre2003-11-201-1/+5
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFsam2003-11-081-12/+25
* Overhaul routing table entry cleanup by introducing a new rtexpungesam2003-10-301-0/+1
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-041-16/+27
* cleanups prior to adding locking (and in some cases to eliminate locking):sam2003-10-031-8/+0
* Add mutex for routing entries.hsu2003-07-191-1/+8
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-1/+0
* Reduce code duplication. This adds the function rt_check() to route.c.mdodd2003-03-021-0/+1
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-241-2/+2
* Remove __P.alfred2002-03-191-22/+21
* Introduce an interface announcement message for the routingru2002-01-181-0/+2
* Introduce a syncache, which enables FreeBSD to withstand a SYN floodjlemon2001-11-221-1/+1
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.ru2001-10-171-0/+5
* 64-bit fixes from CSRG.ru2001-10-171-2/+2
* KSE Milestone 2julian2001-09-121-1/+0
* Don't bother passing p to rtioctl just so it can fail to pass it to mrt_ioctlfenner2001-07-251-1/+1
* When a connection is being dropped due to a listen queue overflow,jayanth2000-07-211-1/+1
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-1/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* rtcalloc() is removed because it turned out not to be necessary for FreeBSD.shin1999-12-091-1/+0
* KAME related header files additions and merges.shin1999-11-051-2/+4
* Add comments, fix typos.ru1999-09-141-2/+8
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Increase the size of the route reference count from 15 bits to 31 bits.msmith1999-06-301-3/+2
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-5/+7
* Added a forward struct declaration so that this file is lessbde1998-03-231-2/+2
* Some staticized variables were still declared to be extern.bde1997-09-071-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Use the new if_multiaddrs list for multicast addresses rather than thewollman1997-01-131-1/+7
* Get rid of obsolete RTF_MASK and RTF_CHAINDELETE flags.wollman1996-10-091-3/+3
* change a comment to match what the BSD4.4 book says.julian1996-08-261-2/+2
* Add three new route flags to help determine what sort of addresswollman1996-05-061-2/+5
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-3/+3
* Another mega commit to staticize things.phk1995-12-141-4/+1
* All net.* sysctl converted now.phk1995-11-161-5/+1
* Reviewed by: julian and jhay@mikom.csir.co.zajulian1995-10-261-1/+2
* Change signature of rt->rt_output() so that it is compatible withwollman1995-10-161-3/+3
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-4/+4
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
OpenPOWER on IntegriCloud