summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_mcast.c
Commit message (Expand)AuthorAgeFilesLines
* sys/net*: minor spelling fixes.pfg2016-05-031-1/+1
* Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(),melifaro2015-12-091-13/+10
* in6_mc_get: Fix recursion on if_addr_lock on malloc failurecem2015-11-191-2/+2
* Fix the IPV6_MULTICAST_IF sockopt handling. RFC 3493 says when theae2015-04-101-5/+9
* Use new struct mbufq instead of struct ifqueue to manage packet queues inglebius2015-02-191-3/+3
* Move ifq drain into in6m_purge().ae2014-10-301-3/+2
* Fix mbuf leak in IPv6 multicast code.ae2014-10-301-0/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-6/+3
* Revert r267961, r267973:gjb2014-06-271-3/+6
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-6/+3
* Properly release the in6_multi lock.ae2014-04-121-36/+29
* Remove KASSERT from in6p_lookup_mcast_ifp().rodrigc2014-02-231-2/+0
* Mechanically replace direct accessing to if_xname to using if_name() macro.ae2014-01-101-3/+3
* Correct warnings comparing unsigned variables < 0 constantly reportedbz2013-12-251-4/+3
* In sys/netinet6/in6_mcast.c, in6m_is_ifp_detached() is only useddim2013-12-241-0/+4
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Fix an integer overflow in computing the size of a temporary bufferdelphij2013-08-221-0/+2
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-6/+3
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-7/+7
* Return the correct value for the IPV6_MULTICAST_HOPS getsockopt() call.bz2011-11-131-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-2/+3
* Adapt r197136 to IPv6 stack:bms2009-11-191-2/+21
* Adapt r197135 to IPv6 stack:bms2009-11-191-8/+14
* Adapt r197132 to IPv6 stack:bms2009-11-191-15/+35
* Adapt r197314 to IPv6 stack:bms2009-11-191-3/+5
* Adapt r197130 to IPv6 stack:bms2009-11-191-1/+3
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Fix a problem, whereby misbehaving IPv6 applications, which don't includebms2009-07-181-2/+12
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-13/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Merge final round of MLD changes from p4:bms2009-05-271-71/+132
* Silence unsolicited spam printed out when KTR_MLD happens to bekan2009-05-051-1/+1
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-4/+2
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-28/+137
* Import IPv6 SSM module but do not connect it to the build.bms2009-04-291-0/+2625
OpenPOWER on IntegriCloud