summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/mld6.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* MH_ALIGN -> m_alignclaudio2018-11-301-2/+2
* Move NET_{,UN}LOCK into individual slowtimo functions.florian2017-10-291-2/+7
* Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED().mpi2017-05-161-2/+2
* Fix a compilation error on arm64 that was caught by clang.rzalamena2017-05-081-4/+3
* Reset the MLD default ip6_opts by using ip6_initpktopts(). This fixes arzalamena2017-05-041-1/+2
* Convert bcopy to memcpy as the memory does not overlap.dhill2017-04-061-2/+2
* percpu counters for raw ipv6 and icmp6 statsjca2017-02-091-3/+3
* Remove recursive splsoftnet().mpi2016-12-211-10/+1
* Expand IN6_IFF_NOTREADY, ok bluhm@mpi2016-07-051-2/+2
* Sync no-argument function declaration and definition by adding (void).naddy2016-03-071-2/+2
* Introduce if_input_local() a function to feed local traffic back tompi2015-09-121-2/+2
* Kill yet another argument to functions in IPv6. This time ip6_output'sclaudio2015-09-111-2/+2
* More if_put suffling. OK dlg@claudio2015-09-101-9/+17
* Kill icmp6_ifstat_inc() and associated per-ifp storage.mpi2015-09-091-15/+1
* Store a unique ID, an interface index, rather than a pointer to thempi2015-06-161-3/+9
* Remove the "multicast_" prefix from the fields a multicast-only struct.mpi2014-12-171-4/+4
* Use an interface index instead of a pointer for multicast options.mpi2014-12-171-2/+2
* move arc4random prototype to systm.h. more appropriate for most codetedu2014-11-181-2/+1
* "struct pkthdr" holds a routing table ID, not a routing domain one.mpi2014-04-141-2/+2
* Instead of calculating the ICMPv6 checksum here, just set the flag thatnaddy2014-01-241-3/+2
* Do not clean the multicast records of an interface when it is destroyedmpi2014-01-211-7/+9
* Call all local valiables of type struct in6_ifaddr "ia6". This isbluhm2014-01-131-7/+7
* Change the way protocol multicast addresses are linked to an interface.mpi2013-11-281-8/+15
* Clean up tabs and a backslash which seemed to have sneeked in in r1.29.patrick2013-11-141-2/+2
* Replace most of our formating functions to convert IPv4/6 addresses frommpi2013-11-111-3/+5
* Significant namespace cleanup of netinet6 symbols.deraadt2013-10-241-5/+5
* The header file netinet/in_var.h included netinet6/in6_var.h. Thisbluhm2013-10-171-2/+2
* Change the macros used to iterate over the multicast records of anmpi2013-10-141-8/+18
* rdomain support for IPv6sperreault2011-11-241-1/+2
* Remove dead assignment.chl2011-04-151-2/+2
* Add some MLDv2 definitions from FreeBSD.jsg2010-03-221-14/+3
* ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>.mcbride2008-06-111-12/+5
* apply the "skip ipsec if there are no flows" speedup diff to IPv6 too.henning2007-06-011-2/+3
* switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).itojun2006-12-091-4/+2
* change semantics of ff01::/16 to interface local multicastitojun2006-11-171-2/+2
* Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowardingclaudio2006-05-271-1/+3
* Use more queue macros rather than doing it by hand; ok otto@ krw@miod2006-03-051-5/+2
* - sync up MLD declaration with RFC3542 (s/MLD6/MLD/)itojun2003-06-111-75/+75
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* make PULLDOWN_TEST codepath the default (has been default for a long time).itojun2003-05-141-6/+1
* whitespace cleanupitojun2002-06-091-2/+2
* splnet -> splsoftnet where appropriateitojun2002-06-081-3/+3
* sync with latest KAME in6_ifaddr/prefix/default router manipulation.itojun2002-06-081-33/+40
* First round of __P removal in sysmillert2002-03-141-2/+2
* do not log() in per-packet input path. sync w/kameitojun2002-01-081-1/+5
* whitespace/comment sync with kameitojun2001-12-071-3/+2
* No need for net/net_osdep.hangelos2001-06-091-3/+1
* pull in new pcb notification code from kame. better handling of scope address.itojun2001-02-161-16/+19
* sync whitespace/comment with kame. to help merge tasksitojun2001-02-161-14/+14
* kill register declarations. to sync with kame better.itojun2001-02-161-2/+2