aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_rmx.c
Commit message (Expand)AuthorAgeFilesLines
* Converted the last instance of hzto() to tvtohz().Bruce Evans1998-08-051-3/+3
* Eradicate the variable "time" from the kernel, using various measures.Poul-Henning Kamp1998-03-301-8/+8
* A fix for a link down route cleanup panic, when the route cleanupPeter Wemm1998-03-271-1/+10
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Removed unused #includes.Bruce Evans1997-08-021-12/+1
* Fix the mechanism for choosing wehether to save the slow-start thresholdGarrett Wollman1997-02-141-18/+1
* Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interfaceGarrett Wollman1997-02-131-1/+49
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Put the 'debug' messages of the type:Nate Williams1996-06-201-1/+3
* Add three new route flags to help determine what sort of addressGarrett Wollman1996-05-061-4/+33
* Delete #if 0 block containing remnants of pre-MTU discovery rmx_mtuGarrett Wollman1996-04-261-17/+1
* First piece of fixing ppp/proxy arp problem:Bill Fenner1996-01-231-2/+28
* Actually call in_rtqdrain()as was originally intended.Garrett Wollman1995-12-191-5/+2
* Path MTU Discovery is now standard.Garrett Wollman1995-12-051-8/+8
* Completed function declarations and/or added prototypes.Bruce Evans1995-12-021-1/+4
* New style sysctl & staticize alot of stuff.Poul-Henning Kamp1995-11-141-6/+8
* Start adding new style sysctl here too.Poul-Henning Kamp1995-11-091-5/+17
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-2/+1
* Initial back-end support for IP MTU discovery, gated on MTUDISC. The supportGarrett Wollman1995-09-181-1/+9
* tcp_input.c - keep track of how many times a route contained a cached rttGarrett Wollman1995-07-101-2/+39
* Fix an error in the comparison direction of the ap->updating case ofGarrett Wollman1995-06-211-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-7/+7
* Removed redundant newlines that were in some panic strings.David Greenman1995-03-191-2/+2
* Added missing newlines to calls to log().David Greenman1995-02-201-3/+3
* After dynamically reducing rtq_reallyold, have in_rtqkill() reduce theGarrett Wollman1995-02-141-4/+14
* Attempt to make the host route cache a bit smarter under conditions ofGarrett Wollman1995-02-141-10/+73
* Change caching strategy somewhat:Garrett Wollman1995-01-231-12/+17
* Avoid a serious race by blocking netisrs while walking the route tree.Garrett Wollman1994-12-211-6/+6
* Update calls to rtalloc1(). Also merge rt_prflags with rt_flags.Garrett Wollman1994-12-131-13/+24
* Delete old, confusing comment.Garrett Wollman1994-12-021-9/+1
* Add a check to make sure that we don't fiddle with the NFS routing tablesGarrett Wollman1994-12-021-10/+3
* Add latest version of ``advanced route metric management'' :-)Garrett Wollman1994-12-011-18/+71
* Completely replace JTW's idea with my (incompletely implemented) originalGarrett Wollman1994-11-031-148/+23
* This is the file that actually implements the smarter behavior.Garrett Wollman1994-11-021-0/+283