summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_mroute.c
Commit message (Expand)AuthorAgeFilesLines
* MFp4: 92972, 98913 + one more changebz2006-12-121-38/+60
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* ip6_mrouter_done(): use if_allmulti(0) for disabling the multicast promiscuou...suz2006-04-101-7/+1
* added a note about the assumption for m->m_pkthdr.rcvifsuz2006-01-091-0/+8
* fixed a kernel crash at the initialization time of PIM-SM register interfacesuz2005-12-091-13/+30
* fixed a kernel crash when IPv6 PIM-SM routing is enabled and a PIM register m...suz2005-10-171-9/+17
* IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,obrien2005-09-071-19/+19
* added a knob to enable path MTU discovery for multicast packets.ume2005-08-131-13/+19
* fixed a kernel crash at the start-up time of an IPv6 multicast daemons osuz2005-08-101-0/+1
* scope cleanup. with this changeume2005-07-251-14/+17
* /* -> /*- 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
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-231-1/+1
* validate the argument for multicast routing socket optionsume2003-12-101-27/+38
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-3/+4
* reduce calling in6_addr2zoneid().ume2003-10-221-6/+6
* - change scope to zone.ume2003-10-211-12/+21
* correct linkmtu handling.ume2003-10-201-2/+5
* - fix typo in comments.ume2003-10-081-42/+84
* return(code) -> return (code)ume2003-10-061-68/+63
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* fixed a bug that IPv6 multicast packet is not forwarded if its packet size is...suz2002-12-161-1/+1
* Replace aux mbufs with packet tags:sam2002-10-161-1/+1
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-2/+0
* Lock down a socket, milestone 1.tanimura2002-05-201-0/+2
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-6/+9
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-11/+12
* double m_free() - not critical. from niklas@openbsdume2002-03-291-3/+1
* Removed a wrong comment.sumikawa2001-09-201-5/+0
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-1/+1
* Sync with recent KAME.ume2001-06-111-114/+132
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* kame 1.32 -> 1.33itojun2000-10-231-1/+27
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-110/+222
* Just need to pass the address family to if_simloop(), not the whole sockaddr.archie2000-05-241-1/+1
* Sorry I didn't commit these files at the commit just a few minutes before.shin2000-01-281-0/+1661
OpenPOWER on IntegriCloud