summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/mld6.c
Commit message (Expand)AuthorAgeFilesLines
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedrwatson2009-03-151-2/+0
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Change the initialization methodology for global variables scheduledzec2008-11-191-0/+2
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+3
* mld_timerresid() returns ms so instead of doing the maths in usecbz2008-09-101-1/+1
* Fix a bug, when a specially crafted ICMPV6 MLD packet could leadbz2008-09-031-4/+4
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-5/+6
* un-__P()obrien2008-01-081-1/+1
* Clean up VCS Ids.obrien2007-12-101-3/+5
* Space cleanupdelphij2007-07-051-2/+2
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-24/+11
* Implement reference counting for ifmultiaddr, in_multi, and in6_multibms2007-03-201-72/+83
* MFp4: 92972, 98913 + one more changebz2006-12-121-2/+3
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* fixed a bug that an MLD report is not advertised when group-specific MLD quer...suz2006-03-041-2/+3
* fixed a kernel crash due to an improper removal of callout-timersuz2005-11-161-0/+1
* sync with KAME regarding NDPsuz2005-10-211-46/+116
* IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,obrien2005-09-071-2/+2
* Modify network protocol consumers of the ifnet multicast address listsrwatson2005-08-021-0/+2
* scope cleanup. with this changeume2005-07-251-41/+52
* be consistent on naming advanced API functions; use ip6_XXXpktopt(s).ume2005-07-211-1/+1
* ifma_protospec is a pointer. Use NULL when assigning or compating it.glebius2005-03-201-2/+2
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-2/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* move in6_addmulti()/in6_delmulti() into mld6.cume2004-03-041-0/+93
* rename MLD6_* to MLD_*.ume2003-10-311-14/+15
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-241-1/+1
* - change scope to zone.ume2003-10-211-1/+1
* - typo in commentume2003-10-091-9/+11
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Replace aux mbufs with packet tags:sam2002-10-161-1/+1
* Revised MLD-related definitionsume2002-05-061-45/+46
* Sync with recent KAME.ume2001-06-111-28/+31
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-49/+65
* IPSEC support in the kernel.shin1999-12-221-4/+2
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-2/+0
* Removed IPSEC and IPV6FIREWALL because they are not ready yet.shin1999-11-231-1/+0
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+459
OpenPOWER on IntegriCloud