aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_mcast.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing braces around MCAST_EXCLUDE check when KTR support isEnji Cooper2017-05-131-1/+2
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(),Alexander V. Chernikov2015-12-091-13/+10
* in6_mc_get: Fix recursion on if_addr_lock on malloc failureConrad Meyer2015-11-191-2/+2
* Fix the IPV6_MULTICAST_IF sockopt handling. RFC 3493 says when theAndrey V. Elsukov2015-04-101-5/+9
* Use new struct mbufq instead of struct ifqueue to manage packet queues inGleb Smirnoff2015-02-191-3/+3
* Move ifq drain into in6m_purge().Andrey V. Elsukov2014-10-301-3/+2
* Fix mbuf leak in IPv6 multicast code.Andrey V. Elsukov2014-10-301-0/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-6/+3
* Revert r267961, r267973:Glen Barber2014-06-271-3/+6
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-6/+3
* Properly release the in6_multi lock.Andrey V. Elsukov2014-04-121-36/+29
* Remove KASSERT from in6p_lookup_mcast_ifp().Craig Rodrigues2014-02-231-2/+0
* Mechanically replace direct accessing to if_xname to using if_name() macro.Andrey V. Elsukov2014-01-101-3/+3
* Correct warnings comparing unsigned variables < 0 constantly reportedBjoern A. Zeeb2013-12-251-4/+3
* In sys/netinet6/in6_mcast.c, in6m_is_ifp_detached() is only usedDimitry Andric2013-12-241-0/+4
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Fix an integer overflow in computing the size of a temporary bufferXin LI2013-08-221-0/+2
* Add multi-FIB IPv6 support to the core network stack supplementingBjoern A. Zeeb2012-02-031-6/+3
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyJohn Baldwin2012-01-051-7/+7
* Return the correct value for the IPV6_MULTICAST_HOPS getsockopt() call.Bjoern A. Zeeb2011-11-131-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-2/+3
* Adapt r197136 to IPv6 stack:Bruce M Simpson2009-11-191-2/+21
* Adapt r197135 to IPv6 stack:Bruce M Simpson2009-11-191-8/+14
* Adapt r197132 to IPv6 stack:Bruce M Simpson2009-11-191-15/+35
* Adapt r197314 to IPv6 stack:Bruce M Simpson2009-11-191-3/+5
* Adapt r197130 to IPv6 stack:Bruce M Simpson2009-11-191-1/+3
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Fix a problem, whereby misbehaving IPv6 applications, which don't includeBruce M Simpson2009-07-181-2/+12
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-13/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* Merge final round of MLD changes from p4:Bruce M Simpson2009-05-271-71/+132
* Silence unsolicited spam printed out when KTR_MLD happens to beAlexander Kabaev2009-05-051-1/+1
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-4/+2
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:Bruce M Simpson2009-04-291-28/+137
* Import IPv6 SSM module but do not connect it to the build.Bruce M Simpson2009-04-291-0/+2625