summaryrefslogtreecommitdiffstats
path: root/sys/net/route.c
Commit message (Expand)AuthorAgeFilesLines
...
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-16/+30
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Postpone route_init() until all domains are attached.luoqi1999-04-291-1/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-3/+3
* Staticize.eivind1998-02-091-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+2
* Make INET a proper option.eivind1998-01-081-1/+2
* Removed unused #includes.bde1997-10-281-8/+1
* Fixed gratuitous ANSIisms.bde1997-09-161-5/+9
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* add a bunch of comments to describe what's going on.julian1997-03-051-16/+123
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* fix mixleading comment (my error.. I wrote the comment)julian1997-01-261-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* No code changes what so ever, but added about 150 lines of commentsjulian1996-09-101-4/+149
* Bugfix and simplification for rev 1.34: make sure that the routefenner1996-09-021-16/+6
* route.c:RTM_ADD does not check for a netmask before doing a tree walkpeter1996-08-241-2/+2
* Disallow host routes that point to themselves. These routes serve nofenner1996-07-101-3/+32
* Eliminate panic("rtfree") caused by double-freeing the routefenner1996-03-291-5/+6
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-1/+2
* Add more options into the conf/options and i386/conf/options.i386 filespeter1996-03-021-1/+3
* Fix memory leak in case of adding a host route on top of another one.wollman1996-01-241-1/+3
* Another mega commit to staticize things.phk1995-12-141-6/+9
* Fixed call to mrt_ioctl(). mrt_ioctl() for some reason has differentbde1995-12-021-1/+5
* Second batch of cleanup changes.phk1995-10-291-2/+1
* When adding a route fails because there is already a route with the samewollman1995-10-161-1/+23
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-1/+5
* When adding a route, set rt_ifa and rt_ifp a little earlier so thatwollman1995-07-101-4/+13
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
* Finally finish the cloning cleanup work by making sure that cloneswollman1995-04-251-1/+131
* Don't delete clones if they are PINNED.wollman1995-03-241-2/+2
* radix.c: correct exit condition in rn_walktree_from()wollman1995-03-231-4/+11
* Protocol-cloned routes should gain a reference to their parents to makewollman1995-03-211-2/+9
* Made minor readability tweak.dg1995-03-201-6/+3
* Better fix for the deletion of parents of cloned routes problem,wollman1995-03-201-49/+27
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+2
* Added back the missing last few bytes of the file.dg1995-01-231-2/+3
* route.c: keep track of where cloned routes come from, and make sure towollman1995-01-231-3/+55
* Implemented rtalloc_ign().wollman1994-12-131-0/+10
* Add support for two separate cloning flags, one set by the lower layers,wollman1994-12-131-11/+13
* Collapse two fields so that we have space for another 32 flags.wollman1994-11-031-1/+4
* Add code to be a bit smarter about IP routes, conditioned on the optionwollman1994-11-021-19/+6
* Fix a bug which caused panics when attempting to change just the flags ofwollman1994-10-111-2/+30
* GCC cleanup.phk1994-10-021-4/+9
* Shuffle some functions and variables around to make it possible forwollman1994-09-141-5/+2
* The mrt_ioctl goop properly depends on MROUTING, not MULTICAST. (Oof!)wollman1994-09-081-2/+2
* Reviewed by: Stefan Esserse1994-09-071-2/+2
OpenPOWER on IntegriCloud