summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_rmx.c
Commit message (Expand)AuthorAgeFilesLines
* Time out routes created by redirect.ru2004-12-061-1/+4
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-2/+1
* Remove RTF_PRCLONING from routing table and adjust users of itandre2003-11-201-14/+5
* Remove the global one-level rtcache variable and associatedandre2003-11-141-7/+0
* Remove bogus RTFREE that was added in rev 1.47. The rmx code operatessam2003-11-031-3/+2
* Overhaul routing table entry cleanup by introducing a new rtexpungesam2003-10-301-24/+9
* Lock ip forwarding route cache. While we're at it, remove the globalsam2003-10-141-6/+3
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-041-11/+18
* Get cosmetic changes out of the way before I add routing table SMP locks.hsu2003-02-101-56/+47
* SMP locking for radix nodes.hsu2002-12-241-0/+8
* Remove __P.alfred2002-03-191-1/+1
* Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h>jlemon2001-09-291-2/+0
* In in_ifadown(), differentiate between whether the interface goesru2001-05-111-8/+12
* Invalidate cached forwarding route (ipforward_rt) whenever a new routeru2001-03-191-0/+12
* net/route.c:ru2001-03-151-10/+8
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-8/+9
* Converted the last instance of hzto() to tvtohz().bde1998-08-051-3/+3
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-8/+8
* A fix for a link down route cleanup panic, when the route cleanuppeter1998-03-271-1/+10
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Removed unused #includes.bde1997-08-021-12/+1
* Fix the mechanism for choosing wehether to save the slow-start thresholdwollman1997-02-141-18/+1
* Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interfacewollman1997-02-131-1/+49
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Put the 'debug' messages of the type:nate1996-06-201-1/+3
* Add three new route flags to help determine what sort of addresswollman1996-05-061-4/+33
* Delete #if 0 block containing remnants of pre-MTU discovery rmx_mtuwollman1996-04-261-17/+1
* First piece of fixing ppp/proxy arp problem:fenner1996-01-231-2/+28
* Actually call in_rtqdrain()as was originally intended.wollman1995-12-191-5/+2
* Path MTU Discovery is now standard.wollman1995-12-051-8/+8
* Completed function declarations and/or added prototypes.bde1995-12-021-1/+4
* New style sysctl & staticize alot of stuff.phk1995-11-141-6/+8
* Start adding new style sysctl here too.phk1995-11-091-5/+17
* Second batch of cleanup changes.phk1995-10-291-2/+1
* Initial back-end support for IP MTU discovery, gated on MTUDISC. The supportwollman1995-09-181-1/+9
* tcp_input.c - keep track of how many times a route contained a cached rttwollman1995-07-101-2/+39
* Fix an error in the comparison direction of the ap->updating case ofwollman1995-06-211-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-7/+7
* Removed redundant newlines that were in some panic strings.dg1995-03-191-2/+2
* Added missing newlines to calls to log().dg1995-02-201-3/+3
* After dynamically reducing rtq_reallyold, have in_rtqkill() reduce thewollman1995-02-141-4/+14
* Attempt to make the host route cache a bit smarter under conditions ofwollman1995-02-141-10/+73
* Change caching strategy somewhat:wollman1995-01-231-12/+17
* Avoid a serious race by blocking netisrs while walking the route tree.wollman1994-12-211-6/+6
* Update calls to rtalloc1(). Also merge rt_prflags with rt_flags.wollman1994-12-131-13/+24
* Delete old, confusing comment.wollman1994-12-021-9/+1
* Add a check to make sure that we don't fiddle with the NFS routing tableswollman1994-12-021-10/+3
* Add latest version of ``advanced route metric management'' :-)wollman1994-12-011-18/+71
OpenPOWER on IntegriCloud