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
*
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
*
Fix memory leak in case of adding a host route on top of another one.
wollman
1996-01-24
1
-1
/
+3
*
Another mega commit to staticize things.
phk
1995-12-14
1
-6
/
+9
*
Fixed call to mrt_ioctl(). mrt_ioctl() for some reason has different
bde
1995-12-02
1
-1
/
+5
*
Second batch of cleanup changes.
phk
1995-10-29
1
-2
/
+1
*
When adding a route fails because there is already a route with the same
wollman
1995-10-16
1
-1
/
+23
*
Eliminate sloppy common-style declarations. There should be none left for
bde
1995-07-29
1
-1
/
+5
*
When adding a route, set rt_ifa and rt_ifp a little earlier so that
wollman
1995-07-10
1
-4
/
+13
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-9
/
+9
*
Finally finish the cloning cleanup work by making sure that clones
wollman
1995-04-25
1
-1
/
+131
*
Don't delete clones if they are PINNED.
wollman
1995-03-24
1
-2
/
+2
*
radix.c: correct exit condition in rn_walktree_from()
wollman
1995-03-23
1
-4
/
+11
*
Protocol-cloned routes should gain a reference to their parents to make
wollman
1995-03-21
1
-2
/
+9
*
Made minor readability tweak.
dg
1995-03-20
1
-6
/
+3
*
Better fix for the deletion of parents of cloned routes problem,
wollman
1995-03-20
1
-49
/
+27
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-2
/
+2
*
Added back the missing last few bytes of the file.
dg
1995-01-23
1
-2
/
+3
*
route.c: keep track of where cloned routes come from, and make sure to
wollman
1995-01-23
1
-3
/
+55
*
Implemented rtalloc_ign().
wollman
1994-12-13
1
-0
/
+10
*
Add support for two separate cloning flags, one set by the lower layers,
wollman
1994-12-13
1
-11
/
+13
*
Collapse two fields so that we have space for another 32 flags.
wollman
1994-11-03
1
-1
/
+4
[next]