| Commit message (Expand) | Author | Age | Files | Lines |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add sysctl descriptions to many SYSCTL_XXXs | billf | 1999-05-03 | 1 | -8/+9 |
* | Converted the last instance of hzto() to tvtohz(). | bde | 1998-08-05 | 1 | -3/+3 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -8/+8 |
* | A fix for a link down route cleanup panic, when the route cleanup | peter | 1998-03-27 | 1 | -1/+10 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -12/+1 |
* | Fix the mechanism for choosing wehether to save the slow-start threshold | wollman | 1997-02-14 | 1 | -18/+1 |
* | Provide PRC_IFDOWN and PRC_IFUP support for IP. Now, when an interface | wollman | 1997-02-13 | 1 | -1/+49 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Put the 'debug' messages of the type: | nate | 1996-06-20 | 1 | -1/+3 |
* | Add three new route flags to help determine what sort of address | wollman | 1996-05-06 | 1 | -4/+33 |
* | Delete #if 0 block containing remnants of pre-MTU discovery rmx_mtu | wollman | 1996-04-26 | 1 | -17/+1 |
* | First piece of fixing ppp/proxy arp problem: | fenner | 1996-01-23 | 1 | -2/+28 |
* | Actually call in_rtqdrain()as was originally intended. | wollman | 1995-12-19 | 1 | -5/+2 |
* | Path MTU Discovery is now standard. | wollman | 1995-12-05 | 1 | -8/+8 |
* | Completed function declarations and/or added prototypes. | bde | 1995-12-02 | 1 | -1/+4 |
* | New style sysctl & staticize alot of stuff. | phk | 1995-11-14 | 1 | -6/+8 |
* | Start adding new style sysctl here too. | phk | 1995-11-09 | 1 | -5/+17 |
* | Second batch of cleanup changes. | phk | 1995-10-29 | 1 | -2/+1 |
* | Initial back-end support for IP MTU discovery, gated on MTUDISC. The support | wollman | 1995-09-18 | 1 | -1/+9 |
* | tcp_input.c - keep track of how many times a route contained a cached rtt | wollman | 1995-07-10 | 1 | -2/+39 |
* | Fix an error in the comparison direction of the ap->updating case of | wollman | 1995-06-21 | 1 | -2/+2 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -7/+7 |
* | Removed redundant newlines that were in some panic strings. | dg | 1995-03-19 | 1 | -2/+2 |
* | Added missing newlines to calls to log(). | dg | 1995-02-20 | 1 | -3/+3 |
* | After dynamically reducing rtq_reallyold, have in_rtqkill() reduce the | wollman | 1995-02-14 | 1 | -4/+14 |
* | Attempt to make the host route cache a bit smarter under conditions of | wollman | 1995-02-14 | 1 | -10/+73 |
* | Change caching strategy somewhat: | wollman | 1995-01-23 | 1 | -12/+17 |
* | Avoid a serious race by blocking netisrs while walking the route tree. | wollman | 1994-12-21 | 1 | -6/+6 |
* | Update calls to rtalloc1(). Also merge rt_prflags with rt_flags. | wollman | 1994-12-13 | 1 | -13/+24 |
* | Delete old, confusing comment. | wollman | 1994-12-02 | 1 | -9/+1 |
* | Add a check to make sure that we don't fiddle with the NFS routing tables | wollman | 1994-12-02 | 1 | -10/+3 |
* | Add latest version of ``advanced route metric management'' :-) | wollman | 1994-12-01 | 1 | -18/+71 |
* | Completely replace JTW's idea with my (incompletely implemented) original | wollman | 1994-11-03 | 1 | -148/+23 |
* | This is the file that actually implements the smarter behavior. | wollman | 1994-11-02 | 1 | -0/+283 |