| Commit message (Expand) | Author | Age | Files | Lines |
* | Use monotonic 'time_uptime' instead of 'time_second' as timebase | andre | 2005-09-19 | 1 | -4/+4 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Time out routes created by redirect. | ru | 2004-12-06 | 1 | -1/+4 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 1 | -2/+1 |
* | Remove RTF_PRCLONING from routing table and adjust users of it | andre | 2003-11-20 | 1 | -14/+5 |
* | Remove the global one-level rtcache variable and associated | andre | 2003-11-14 | 1 | -7/+0 |
* | Remove bogus RTFREE that was added in rev 1.47. The rmx code operates | sam | 2003-11-03 | 1 | -3/+2 |
* | Overhaul routing table entry cleanup by introducing a new rtexpunge | sam | 2003-10-30 | 1 | -24/+9 |
* | Lock ip forwarding route cache. While we're at it, remove the global | sam | 2003-10-14 | 1 | -6/+3 |
* | Locking for updates to routing table entries. Each rtentry gets a mutex | sam | 2003-10-04 | 1 | -11/+18 |
* | Get cosmetic changes out of the way before I add routing table SMP locks. | hsu | 2003-02-10 | 1 | -56/+47 |
* | SMP locking for radix nodes. | hsu | 2002-12-24 | 1 | -0/+8 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -1/+1 |
* | Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h> | jlemon | 2001-09-29 | 1 | -2/+0 |
* | In in_ifadown(), differentiate between whether the interface goes | ru | 2001-05-11 | 1 | -8/+12 |
* | Invalidate cached forwarding route (ipforward_rt) whenever a new route | ru | 2001-03-19 | 1 | -0/+12 |
* | net/route.c: | ru | 2001-03-15 | 1 | -10/+8 |
* | $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 |