aboutsummaryrefslogtreecommitdiff
path: root/sys/net/route.c
Commit message (Expand)AuthorAgeFilesLines
* Remove __P.Alfred Perlstein2002-03-191-5/+5
* Fix a typo in a commentBrian Somers2001-11-281-1/+1
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.Ruslan Ermilov2001-10-171-103/+153
* 64-bit fixes from CSRG.Ruslan Ermilov2001-10-171-2/+2
* Don't even attempt to clone host routes.Ruslan Ermilov2001-10-151-2/+4
* Don't bother passing p to rtioctl just so it can fail to pass it to mrt_ioctlBill Fenner2001-07-251-6/+1
* As commented in defined in sys/net/route.c, rt_fixchange() has a badHajimu UMEMOTO2001-07-251-5/+25
* When looking for an interface appropriate for the (new or changing)Ruslan Ermilov2001-06-041-1/+1
* net/route.c:Ruslan Ermilov2001-03-151-3/+4
* A couple months ago, Kirk and I were doing a walkthrough of the radix-treeGarrett Wollman2000-04-231-1/+1
* Clear ro->ro_rt just after RTFREE().Yoshinobu Inoue2000-01-151-0/+1
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-1/+2
* Fix a route table leak in rtalloc() and rtalloc_ign(). It isJohn Polstra1999-12-091-5/+12
* rtcalloc() is removed because it turned out not to be necessary for FreeBSD.Yoshinobu Inoue1999-12-091-10/+0
* Only emit the ``wrong ifa'' message if the matching interfaceBrian Somers1999-11-231-3/+5
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-16/+30
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Postpone route_init() until all domains are attached.Luoqi Chen1999-04-291-1/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-3/+3
* Staticize.Eivind Eklund1998-02-091-2/+2
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-2/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+2
* Make INET a proper option.Eivind Eklund1998-01-081-1/+2
* Removed unused #includes.Bruce Evans1997-10-281-8/+1
* Fixed gratuitous ANSIisms.Bruce Evans1997-09-161-5/+9
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* add a bunch of comments to describe what's going on.Julian Elischer1997-03-051-16/+123
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* fix mixleading comment (my error.. I wrote the comment)Julian Elischer1997-01-261-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* No code changes what so ever, but added about 150 lines of commentsJulian Elischer1996-09-101-4/+149
* Bugfix and simplification for rev 1.34: make sure that the routeBill Fenner1996-09-021-16/+6
* route.c:RTM_ADD does not check for a netmask before doing a tree walkPeter Wemm1996-08-241-2/+2
* Disallow host routes that point to themselves. These routes serve noBill Fenner1996-07-101-3/+32
* Eliminate panic("rtfree") caused by double-freeing the routeBill Fenner1996-03-291-5/+6
* Move or add #include <queue.h> in preparation for upcoming struct socketDavid Greenman1996-03-111-1/+2
* Add more options into the conf/options and i386/conf/options.i386 filesPeter Wemm1996-03-021-1/+3
* Fix memory leak in case of adding a host route on top of another one.Garrett Wollman1996-01-241-1/+3
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-6/+9
* Fixed call to mrt_ioctl(). mrt_ioctl() for some reason has differentBruce Evans1995-12-021-1/+5
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-2/+1
* When adding a route fails because there is already a route with the sameGarrett Wollman1995-10-161-1/+23
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-291-1/+5
* When adding a route, set rt_ifa and rt_ifp a little earlier so thatGarrett Wollman1995-07-101-4/+13
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-9/+9
* Finally finish the cloning cleanup work by making sure that clonesGarrett Wollman1995-04-251-1/+131
* Don't delete clones if they are PINNED.Garrett Wollman1995-03-241-2/+2
* radix.c: correct exit condition in rn_walktree_from()Garrett Wollman1995-03-231-4/+11