summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_rmx.c
Commit message (Expand)AuthorAgeFilesLines
* Add a bandaid for a long-standing race condition during route entrydelphij2010-09-271-1/+3
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-14/+9
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-6/+6
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-25/+20
* In r194702 I meant to remove vnet.h which is no longer needed, not route.h.bz2009-06-231-1/+1
* in6_rtqdrain() has been unused. Cleanup.bz2009-06-231-23/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-2/+0
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+15
* Convert the two dimensional array to be malloced and introducebz2009-06-011-9/+17
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-5/+11
* In preparation for turning on options VIMAGE in next commits,zec2009-04-261-4/+2
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+2
* Assert the radix head lock in in6_rtqkill().rwatson2009-02-231-0/+2
* in6_clsroute() was applied to prefix routes causing someqingli2008-12-171-28/+0
* This main goals of this project are:qingli2008-12-151-32/+6
* in6_addroute is called through rnh_addadr which is always called with the rad...kmacy2008-12-131-2/+2
* Add missing include to sys/lock.h before sys/rwlock.himp2008-12-081-0/+1
* - convert radix node head lock from mutex to rwlockkmacy2008-12-071-0/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+3
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-6/+6
* Change the initialization methodology for global variables scheduledzec2008-11-191-7/+16
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+12
* As part of step 1.5 of the vimage framework resolve conflicts withbz2008-08-181-19/+19
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-17/+18
* Repair botched variable rename.kan2008-06-291-4/+4
* Rename two vars so that they are different from the same vars in ipv4.julian2008-06-291-7/+7
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-4/+8
* un-__P()obrien2008-01-081-1/+1
* Clean up VCS Ids.obrien2007-12-101-3/+5
* Space cleanupdelphij2007-07-051-1/+1
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-1/+1
* Complete timebase (time_second -> time_uptime) conversion.oleg2006-07-051-7/+8
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseandre2005-09-191-5/+5
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-2/+2
* fixed too delayed routing cache expiry. (tvtohz() converts a time interval t...suz2004-10-061-4/+4
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-2/+1
* Remove RTF_PRCLONING from routing table and adjust users of itandre2003-11-201-11/+2
* Overhaul routing table entry cleanup by introducing a new rtexpungesam2003-10-301-16/+5
* correct linkmtu handling.ume2003-10-201-1/+2
* - fix typo in comments.ume2003-10-081-3/+3
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-041-15/+18
* SMP locking for radix nodes.hsu2002-12-241-2/+9
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-2/+2
* Sync with recent KAME.ume2001-06-111-18/+1
* split net.inet6.ip6.rtexpire (and others) from net.inet.ip.*.itojun2000-07-051-3/+5
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-7/+25
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+477
OpenPOWER on IntegriCloud