aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_mroute.c
Commit message (Expand)AuthorAgeFilesLines
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-3/+3
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-25/+6
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* Switch cmd argument to u_long. This matches what if_ethersubr.c does andRoman Divacky2009-06-211-2/+2
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* Add two missing INIT_VNET_INET6(curvnet) to make VIMAGE kernels happier.Bjoern A. Zeeb2009-05-181-0/+3
* Change the curvnet variable from a global const struct vnet *,Marko Zec2009-05-051-1/+5
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:Bruce M Simpson2009-04-291-16/+18
* Introduce a number of changes to the MROUTING code.Bruce M Simpson2009-03-191-129/+267
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+3
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-1/+20
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+10
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-45/+46
* un-__P()David E. O'Brien2008-01-081-11/+11
* Clean up VCS Ids.David E. O'Brien2007-12-101-6/+7
* Space cleanupXin LI2007-07-051-10/+10
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-42/+16
* Add comments about common idioms for cleanup pass at a later date.Bruce M Simpson2007-02-281-0/+3
* Remove code which would never be used, viz a viz Quality-of-Service;Bruce M Simpson2007-02-281-17/+1
* Add a comment about a struct which needs to be global.Bruce M Simpson2007-02-281-11/+8
* Fix tinderbox. ip6_mrouter should be defined in raw_ip6.c as it isBruce M Simpson2007-02-241-2/+1
* Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel.Bruce M Simpson2007-02-241-15/+48
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-38/+60
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-041-2/+0
* ip6_mrouter_done(): use if_allmulti(0) for disabling the multicast promiscuou...SUZUKI Shinsuke2006-04-101-7/+1
* added a note about the assumption for m->m_pkthdr.rcvifSUZUKI Shinsuke2006-01-091-0/+8
* fixed a kernel crash at the initialization time of PIM-SM register interfaceSUZUKI Shinsuke2005-12-091-13/+30
* fixed a kernel crash when IPv6 PIM-SM routing is enabled and a PIM register m...SUZUKI Shinsuke2005-10-171-9/+17
* IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,David E. O'Brien2005-09-071-19/+19
* added a knob to enable path MTU discovery for multicast packets.Hajimu UMEMOTO2005-08-131-13/+19
* fixed a kernel crash at the start-up time of an IPv6 multicast daemons oSUZUKI Shinsuke2005-08-101-0/+1
* scope cleanup. with this changeHajimu UMEMOTO2005-07-251-14/+17
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-2/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Catch a few places where NULL (pointer) was used where 0 (integer) wasPeter Wemm2003-12-231-1/+1
* validate the argument for multicast routing socket optionsHajimu UMEMOTO2003-12-101-27/+38
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-3/+4
* reduce calling in6_addr2zoneid().Hajimu UMEMOTO2003-10-221-6/+6
* - change scope to zone.Hajimu UMEMOTO2003-10-211-12/+21
* correct linkmtu handling.Hajimu UMEMOTO2003-10-201-2/+5
* - fix typo in comments.Hajimu UMEMOTO2003-10-081-42/+84
* return(code) -> return (code)Hajimu UMEMOTO2003-10-061-68/+63
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* fixed a bug that IPv6 multicast packet is not forwarded if its packet size is...SUZUKI Shinsuke2002-12-161-1/+1
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-1/+1
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-2/+0