summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_mcast.c
Commit message (Expand)AuthorAgeFilesLines
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-17/+0
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of therwatson2009-06-251-0/+2
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-0/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-2/+0
* Cut over to KTR_INET for CTR.bms2009-04-291-3/+6
* In preparation for turning on options VIMAGE in next commits,zec2009-04-261-2/+2
* remove IFF_ASSERTGIANTbms2009-04-211-13/+0
* If KTR_SUBSYS is compiled in, it does not necessarily mean that userkan2009-04-051-1/+1
* Deal with the case where ifma_protospec may be NULL, duringbms2009-03-171-0/+9
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedrwatson2009-03-151-23/+1
* Don't print inm_print() chatter when KTR_IGMPV3 is not enabledbms2009-03-101-0/+3
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDbms2009-03-091-683/+1730
* Add sysctl net.inet.ip.mcast.loop. This controls whether or notbms2009-03-041-1/+8
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+2
* This main goals of this project are:qingli2008-12-151-1/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+2
* Change the initialization methodology for global variables scheduledzec2008-11-191-0/+2
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-5/+5
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-21/+17
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+11
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-8/+9
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+2
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-28/+28
* Over the past couple of years, there have been a number of reports relatingcsjp2007-08-061-0/+21
* Fix a regression in IPv4 multicast join path (IP_ADD_MEMBERSHIP).bms2007-07-091-11/+26
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-0/+1786
OpenPOWER on IntegriCloud