summaryrefslogtreecommitdiffstats
path: root/sys/net/route.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* When a prison is given the ability to create raw sockets (when thecsjp2004-08-211-0/+7
* Convert the routing table to use an UMA zone for rtentries. The zone isandre2004-08-111-4/+10
* Avoid casts as lvalues.kan2004-07-281-1/+1
* fix one typo and remove one wrong lineluigi2004-04-251-2/+1
* Correct and extend the description of the behaviour of rt_check().luigi2004-04-241-7/+27
* Clearly comment the assumptions that allow us to cast aluigi2004-04-211-17/+27
* Fix the initial check for NULL arguments in rtfree (previouslyluigi2004-04-201-126/+82
* replace Bcopy with bcopy as in the rest of the file.luigi2004-04-181-3/+3
* make route_init() staticluigi2004-04-171-2/+2
* Consistently use ifaddr_byindex() to access the link-level addressluigi2004-04-161-1/+1
* route.h: introduce a macro, SA_SIZE(struct sockaddr *) which returnsluigi2004-04-131-4/+2
* in rtinit(), remove one useless variable, and move a few othersluigi2004-04-121-9/+9
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Remove extraneous unlock. This fixes a panic seen when manipulating staticsam2004-01-071-1/+1
* bandaid LOR in rt_setgate; a proper fix requires code refactoringsam2003-12-071-4/+7
* workaround LOR in rt_setgatesam2003-11-251-1/+3
* Remove RTF_PRCLONING from routing table and adjust users of itandre2003-11-201-13/+14
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFsam2003-11-081-8/+9
* Overhaul routing table entry cleanup by introducing a new rtexpungesam2003-10-301-9/+104
* avoid recursive lock panic by unlocking before calling rtrequest;sam2003-10-291-1/+2
* Correct handling of cloning loop avoidance: rtalloc1 may return a nullsam2003-10-161-1/+2
* fix braino: null the pointer who's memory we just free'd, not some othersam2003-10-111-1/+1
* insure local variable is initialized prior to usesam2003-10-071-1/+1
* fix typo that caused a panic when processing an ICMP redirectsam2003-10-051-1/+1
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-041-170/+203
* cleanups prior to adding locking (and in some cases to eliminate locking):sam2003-10-031-1/+0
* No need to unlock if error detected before locking.hsu2003-04-131-2/+4
* Reduce code duplication. This adds the function rt_check() to route.c.mdodd2003-03-021-0/+51
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* I'm not sure what was the problem at the time of revision 1.37ru2002-12-251-11/+0
* Revision 1.67 changes correspond to CSRG revision 8.3.1.1 changes.ru2002-12-251-1/+1
* If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy ofru2002-12-251-17/+5
* SMP locking for radix nodes.hsu2002-12-241-10/+27
* rn_walktree*() compute the next leaf before applying a functionru2002-12-231-4/+7
* Lock up ifaddr reference counts.hsu2002-12-181-21/+8
* Massive cleanup of the ip_mroute code.luigi2002-11-151-1/+1
* Ensure that packet counts are always reset to 0 whensilby2002-05-311-0/+1
* Remove __P.alfred2002-03-191-5/+5
* Fix a typo in a commentbrian2001-11-281-1/+1
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.ru2001-10-171-103/+153
* 64-bit fixes from CSRG.ru2001-10-171-2/+2
* Don't even attempt to clone host routes.ru2001-10-151-2/+4
* Don't bother passing p to rtioctl just so it can fail to pass it to mrt_ioctlfenner2001-07-251-6/+1
* As commented in defined in sys/net/route.c, rt_fixchange() has a badume2001-07-251-5/+25
* When looking for an interface appropriate for the (new or changing)ru2001-06-041-1/+1
* net/route.c:ru2001-03-151-3/+4
* A couple months ago, Kirk and I were doing a walkthrough of the radix-treewollman2000-04-231-1/+1
* Clear ro->ro_rt just after RTFREE().shin2000-01-151-0/+1
OpenPOWER on IntegriCloud