index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
in_rmx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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