aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_mroute.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-2/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Catch a few places where NULL (pointer) was used where 0 (integer) wasPeter Wemm2003-12-231-1/+1
* validate the argument for multicast routing socket optionsHajimu UMEMOTO2003-12-101-27/+38
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-3/+4
* reduce calling in6_addr2zoneid().Hajimu UMEMOTO2003-10-221-6/+6
* - change scope to zone.Hajimu UMEMOTO2003-10-211-12/+21
* correct linkmtu handling.Hajimu UMEMOTO2003-10-201-2/+5
* - fix typo in comments.Hajimu UMEMOTO2003-10-081-42/+84
* return(code) -> return (code)Hajimu UMEMOTO2003-10-061-68/+63
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* fixed a bug that IPv6 multicast packet is not forwarded if its packet size is...SUZUKI Shinsuke2002-12-161-1/+1
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-1/+1
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-2/+0
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-0/+2
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-6/+9
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-11/+12
* double m_free() - not critical. from niklas@openbsdHajimu UMEMOTO2002-03-291-3/+1
* Removed a wrong comment.Munechika SUMIKAWA2001-09-201-5/+0
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-061-1/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-114/+132
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* kame 1.32 -> 1.33Jun-ichiro itojun Hagino2000-10-231-1/+27
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-110/+222
* Just need to pass the address family to if_simloop(), not the whole sockaddr.Archie Cobbs2000-05-241-1/+1
* Sorry I didn't commit these files at the commit just a few minutes before.Yoshinobu Inoue2000-01-281-0/+1661