index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
ip6_mroute.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed a kernel crash when IPv6 PIM-SM routing is enabled and a PIM register m...
suz
2005-10-17
1
-9
/
+17
*
IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,
obrien
2005-09-07
1
-19
/
+19
*
added a knob to enable path MTU discovery for multicast packets.
ume
2005-08-13
1
-13
/
+19
*
fixed a kernel crash at the start-up time of an IPv6 multicast daemons o
suz
2005-08-10
1
-0
/
+1
*
scope cleanup. with this change
ume
2005-07-25
1
-14
/
+17
*
/* -> /*- for license, minor formatting changes, separate for KAME
imp
2005-01-07
1
-2
/
+2
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Catch a few places where NULL (pointer) was used where 0 (integer) was
peter
2003-12-23
1
-1
/
+1
*
validate the argument for multicast routing socket options
ume
2003-12-10
1
-27
/
+38
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-3
/
+4
*
reduce calling in6_addr2zoneid().
ume
2003-10-22
1
-6
/
+6
*
- change scope to zone.
ume
2003-10-21
1
-12
/
+21
*
correct linkmtu handling.
ume
2003-10-20
1
-2
/
+5
*
- fix typo in comments.
ume
2003-10-08
1
-42
/
+84
*
return(code) -> return (code)
ume
2003-10-06
1
-68
/
+63
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
fixed a bug that IPv6 multicast packet is not forwarded if its packet size is...
suz
2002-12-16
1
-1
/
+1
*
Replace aux mbufs with packet tags:
sam
2002-10-16
1
-1
/
+1
*
Replace (ab)uses of "NULL" where "0" is really meant.
archie
2002-08-22
1
-1
/
+1
*
Back out my lats commit of locking down a socket, it conflicts with hsu's work.
tanimura
2002-05-31
1
-2
/
+0
*
Lock down a socket, milestone 1.
tanimura
2002-05-20
1
-0
/
+2
*
Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.
tanimura
2002-04-30
1
-6
/
+9
*
just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.
suz
2002-04-19
1
-11
/
+12
*
double m_free() - not critical. from niklas@openbsd
ume
2002-03-29
1
-3
/
+1
*
Removed a wrong comment.
sumikawa
2001-09-20
1
-5
/
+0
*
Wrap array accesses in macros, which also happen to be lvalues:
jlemon
2001-09-06
1
-1
/
+1
*
Sync with recent KAME.
ume
2001-06-11
1
-114
/
+132
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
1
-1
/
+1
*
kame 1.32 -> 1.33
itojun
2000-10-23
1
-1
/
+27
*
sync with kame tree as of july00. tons of bug fixes/improvements.
itojun
2000-07-04
1
-110
/
+222
*
Just need to pass the address family to if_simloop(), not the whole sockaddr.
archie
2000-05-24
1
-1
/
+1
*
Sorry I didn't commit these files at the commit just a few minutes before.
shin
2000-01-28
1
-0
/
+1661