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
/
net
/
route.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce code duplication. This adds the function rt_check() to route.c.
mdodd
2003-03-02
1
-0
/
+51
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
I'm not sure what was the problem at the time of revision 1.37
ru
2002-12-25
1
-11
/
+0
*
Revision 1.67 changes correspond to CSRG revision 8.3.1.1 changes.
ru
2002-12-25
1
-1
/
+1
*
If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy of
ru
2002-12-25
1
-17
/
+5
*
SMP locking for radix nodes.
hsu
2002-12-24
1
-10
/
+27
*
rn_walktree*() compute the next leaf before applying a function
ru
2002-12-23
1
-4
/
+7
*
Lock up ifaddr reference counts.
hsu
2002-12-18
1
-21
/
+8
*
Massive cleanup of the ip_mroute code.
luigi
2002-11-15
1
-1
/
+1
*
Ensure that packet counts are always reset to 0 when
silby
2002-05-31
1
-0
/
+1
*
Remove __P.
alfred
2002-03-19
1
-5
/
+5
*
Fix a typo in a comment
brian
2001-11-28
1
-1
/
+1
*
Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.
ru
2001-10-17
1
-103
/
+153
*
64-bit fixes from CSRG.
ru
2001-10-17
1
-2
/
+2
*
Don't even attempt to clone host routes.
ru
2001-10-15
1
-2
/
+4
*
Don't bother passing p to rtioctl just so it can fail to pass it to mrt_ioctl
fenner
2001-07-25
1
-6
/
+1
*
As commented in defined in sys/net/route.c, rt_fixchange() has a bad
ume
2001-07-25
1
-5
/
+25
*
When looking for an interface appropriate for the (new or changing)
ru
2001-06-04
1
-1
/
+1
*
net/route.c:
ru
2001-03-15
1
-3
/
+4
*
A couple months ago, Kirk and I were doing a walkthrough of the radix-tree
wollman
2000-04-23
1
-1
/
+1
*
Clear ro->ro_rt just after RTFREE().
shin
2000-01-15
1
-0
/
+1
*
IPSEC support in the kernel.
shin
1999-12-22
1
-1
/
+2
*
Fix a route table leak in rtalloc() and rtalloc_ign(). It is
jdp
1999-12-09
1
-5
/
+12
*
rtcalloc() is removed because it turned out not to be necessary for FreeBSD.
shin
1999-12-09
1
-10
/
+0
*
Only emit the ``wrong ifa'' message if the matching interface
brian
1999-11-23
1
-3
/
+5
*
KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP
shin
1999-11-22
1
-16
/
+30
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Postpone route_init() until all domains are attached.
luoqi
1999-04-29
1
-1
/
+4
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-3
/
+3
*
Staticize.
eivind
1998-02-09
1
-2
/
+2
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-2
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+2
*
Make INET a proper option.
eivind
1998-01-08
1
-1
/
+2
*
Removed unused #includes.
bde
1997-10-28
1
-8
/
+1
*
Fixed gratuitous ANSIisms.
bde
1997-09-16
1
-5
/
+9
*
Added used #include - don't depend on <sys/mbuf.h> including
bde
1997-09-02
1
-1
/
+2
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
add a bunch of comments to describe what's going on.
julian
1997-03-05
1
-16
/
+123
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
fix mixleading comment (my error.. I wrote the comment)
julian
1997-01-26
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
No code changes what so ever, but added about 150 lines of comments
julian
1996-09-10
1
-4
/
+149
*
Bugfix and simplification for rev 1.34: make sure that the route
fenner
1996-09-02
1
-16
/
+6
*
route.c:RTM_ADD does not check for a netmask before doing a tree walk
peter
1996-08-24
1
-2
/
+2
*
Disallow host routes that point to themselves. These routes serve no
fenner
1996-07-10
1
-3
/
+32
*
Eliminate panic("rtfree") caused by double-freeing the route
fenner
1996-03-29
1
-5
/
+6
*
Move or add #include <queue.h> in preparation for upcoming struct socket
dg
1996-03-11
1
-1
/
+2
*
Add more options into the conf/options and i386/conf/options.i386 files
peter
1996-03-02
1
-1
/
+3
[next]