summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/mld6.c
Commit message (Expand)AuthorAgeFilesLines
* 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