summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_rmx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge SVN r295220 (bz) from projects/vnet/dteske2016-02-111-1/+3
* MFP r287070,r287073: split radix implementation and route table structure.melifaro2016-01-251-10/+9
* Remove prefix check from in6_addroute().melifaro2016-01-091-29/+1
* Remove superfluous return (1) missed in r292601.bz2015-12-231-1/+0
* Since r256624 we've been leaking routing table allocationsbz2015-12-221-0/+1
* Rename rt_foreach_fib() to rt_foreach_fib_walk().melifaro2015-08-101-2/+3
* MFP r274295:melifaro2015-08-081-21/+9
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Kill custom in_matroute() radix mathing function removing one rte mutex lock.melifaro2014-11-111-19/+0
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-1/+1
* Make checks for rt_mtu generic:melifaro2014-11-061-2/+12
* Remove old hack abusing domattach from NFS code.melifaro2014-11-051-9/+2
* Remove lock init from radix.c.melifaro2014-10-011-1/+3
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-051-6/+5
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Eliminate code checking if found IPv6 rte is dynamic. IPv6 redirectsmelifaro2012-10-221-156/+0
* Cleanup documentation: cloning route support has been removed in r186119.melifaro2012-10-131-13/+0
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-33/+91
* After some off-list discussion, revert a number of changes to thedim2010-11-221-6/+6
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-6/+6
* 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
OpenPOWER on IntegriCloud