summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_mroute.c
Commit message (Expand)AuthorAgeFilesLines
* Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-211-1/+1
* Simplify ip[6] simploop:melifaro2015-08-081-9/+2
* o Make net.inet6.ip6.mif6table return special API structure, that doesn'tglebius2015-04-061-3/+28
* When deciding whether to call m_pullup() even though there is adequaterwatson2014-10-121-6/+3
* Change pr_output's prototype to avoid the need for explicit casts.kevlo2014-08-151-1/+1
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we havekevlo2014-08-081-3/+2
* Only count table lookups when we're actually processing packets.brueffer2014-02-101-1/+1
* For IPv6, return the same error code as IPv4 when mrouter is not initialized.brueffer2014-02-101-1/+1
* Remove extra nesting from X_ip6_mforward() function.ae2014-01-091-160/+146
* Add MRT6_DLOG() macro for debugging.ae2014-01-091-198/+96
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Fix mbuf leak.glebius2013-10-071-1/+1
* Use an unsigned long when indexing into mfchashtbl[] and mf6ctable[]. Thisjhb2013-09-051-2/+2
* Implement the ip, tcp, and udp DTrace providers. The probe definitions usemarkj2013-08-251-0/+5
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-191-0/+1
* - Use time_uptime instead of time_second in data structures forhrs2013-08-051-2/+2
* Use PIM6STAT_INC() and MRT6STAT_INC() macros for IPv6 multicastae2013-06-191-24/+26
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-091-3/+3
* - Use m_getcl() instead of hand allocating.glebius2013-03-151-3/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Remove opt_inet.h, it isn't required here.ae2012-11-201-1/+0
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Remove route caching from IP multicast routing code. There is noglebius2012-07-021-14/+16
* o Convert IPv6 read-only stats sysctls to the read-write ones.maxim2011-12-191-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* After some off-list discussion, revert a number of changes to thedim2010-11-221-3/+3
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-3/+3
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-17/+2
* 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-3/+3
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-25/+6
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* Switch cmd argument to u_long. This matches what if_ethersubr.c does andrdivacky2009-06-211-2/+2
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Add two missing INIT_VNET_INET6(curvnet) to make VIMAGE kernels happier.bz2009-05-181-0/+3
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-1/+5
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-16/+18
* Introduce a number of changes to the MROUTING code.bms2009-03-191-129/+267
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+3
* Change the initialization methodology for global variables scheduledzec2008-11-191-1/+20
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+10
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-45/+46
* un-__P()obrien2008-01-081-11/+11
* Clean up VCS Ids.obrien2007-12-101-6/+7
* Space cleanupdelphij2007-07-051-10/+10
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-42/+16
* Add comments about common idioms for cleanup pass at a later date.bms2007-02-281-0/+3
OpenPOWER on IntegriCloud