aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_mcast.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a few issues related to the legacy 4.4 BSD multicast APIs.Bruce M Simpson2010-04-101-7/+19
* Correct a comment.Bruce M Simpson2009-11-191-1/+1
* Return ENOBUFS consistently if user attempts to exceedBruce M Simpson2009-09-181-2/+4
* Comment some flawed assumptions in inp_join_group() aboutBruce M Simpson2009-09-121-2/+21
* Don't allow joins w/o source on an existing group.Bruce M Simpson2009-09-121-8/+14
* Tighten input checking in inp_join_group():Bruce M Simpson2009-09-121-15/+35
* Fix an obvious logic error in the IPv4 multicast leave processing,Bruce M Simpson2009-09-121-2/+4
* Fix an API issue in leave processing for IPv4 multicast groups.Bruce M Simpson2009-09-121-0/+3
* When joining a multicast group, the inp_lookup_mcast_ifp callShteryana Shopova2009-09-071-3/+6
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-17/+0
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of theRobert Watson2009-06-251-0/+2
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-231-0/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-2/+0
* Cut over to KTR_INET for CTR.Bruce M Simpson2009-04-291-3/+6
* In preparation for turning on options VIMAGE in next commits,Marko Zec2009-04-261-2/+2
* remove IFF_ASSERTGIANTBruce M Simpson2009-04-211-13/+0
* If KTR_SUBSYS is compiled in, it does not necessarily mean that userAlexander Kabaev2009-04-051-1/+1
* Deal with the case where ifma_protospec may be NULL, duringBruce M Simpson2009-03-171-0/+9
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedRobert Watson2009-03-151-23/+1
* Don't print inm_print() chatter when KTR_IGMPV3 is not enabledBruce M Simpson2009-03-101-0/+3
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDBruce M Simpson2009-03-091-683/+1730
* Add sysctl net.inet.ip.mcast.loop. This controls whether or notBruce M Simpson2009-03-041-1/+8
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+2
* This main goals of this project are:Qing Li2008-12-151-1/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+2
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-0/+2
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-231-5/+5
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-21/+17
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+11
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-8/+9
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-1/+2
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros toRobert Watson2008-04-171-28/+28
* Over the past couple of years, there have been a number of reports relatingChristian S.J. Peron2007-08-061-0/+21
* Fix a regression in IPv4 multicast join path (IP_ADD_MEMBERSHIP).Bruce M Simpson2007-07-091-11/+26
* Import rewrite of IPv4 socket multicast layer to support source-specificBruce M Simpson2007-06-121-0/+1786