julian 2007-12-06 22:48:24 UTC
FreeBSD src repository
Modified files:
sys/netinet6 in6.c
Log:
Remove more dup'd code
MFC After: 1 week
Revision ChangesPath
1.75 +0 -21 src/sys/netinet6/in6.c
___
cvs-all@f
julian 2007-12-06 22:44:25 UTC
FreeBSD src repository
Modified files:
sys/netinet6 in6.c
Log:
remove duped code
Reviewed By: gnn
MRC after: 1 week
Revision ChangesPath
1.74 +1 -26 src/sys/netinet6/in6.c
jinmei 2007-06-10 17:20:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/netinet6 in6.c in6_ifattach.c in6_var.h
Log:
MFC:
fixed memory leak for IPv6 multicast membership information associated
with interface addresses.
Approved by:
jinmei 2007-06-10 17:17:55 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet6 in6.c in6_ifattach.c in6_var.h
Log:
MFC:
fixed memory leak for IPv6 multicast membership information associated
with interface addresses.
Approved by:
jinmei 2007-06-02 08:02:36 UTC
FreeBSD src repository
Modified files:
sys/netinet6 in6.c in6_ifattach.c in6_var.h
Log:
fixed memory leak for IPv6 multicast membership information associated
with interface addresses.
Approved by:gnn (mentor)
MFC after: 1
jinmei 2007-06-02 07:27:02 UTC
FreeBSD src repository
Modified files:
sys/netinet6 in6.c
Log:
simplified the fix in rev. 1.69 by replacing RT_REMREF+RT_UNLOCK with
RTFREE_LOCKED.
Approved by:gnn (mentor)
Revision ChangesPath
1.70 +3 -6 sr
jinmei 2007-05-25 06:44:01 UTC
FreeBSD src repository
Modified files:
sys/netinet6 in6.c
Log:
do not directly call rtfree() to meet an assumption in the callee.
(this fix suppresses a warning message appearing in the boot time on
IPv6-enabled systems)
Approved b
On Friday 22 September 2006 03:42, SUZUKI Shinsuke wrote:
> suz 2006-09-22 01:42:22 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/netinet6 in6.c
> Log:
> fixed a bug that IPv6 packets arriving to stf are not accepted.
> (a degrade introduced in in6.c Rev 1.6
bz 2006-12-16 14:15:31 UTC
FreeBSD src repository
Modified files:
sys/netinet6 in6.c
Log:
In ip6_sprintf print the addresses in a more common/readable
format eliminating leading zeros like in :0001 -> :1.
Reviewed by:mlaier
Revision ChangesPath
suz 2006-09-29 04:22:38 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet6 in6.c
Log:
MFC Rev. 1.64
(fixed a bug that IPv6 packets arriving to stf are not accepted)
Approved by: re (kensmith)
Revision ChangesPath
1.5
suz 2006-09-22 01:42:22 UTC
FreeBSD src repository
Modified files:
sys/netinet6 in6.c
Log:
fixed a bug that IPv6 packets arriving to stf are not accepted.
(a degrade introduced in in6.c Rev 1.61)
PR: kern/103415
Submitted by: JINMEI Tatuya
MFC after: 1 week
gnn 2006-06-17 17:58:33 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet6 in6.c nd6.c
Log:
MFC 1.61 in6.c
1.65 nd6.c
Fix spurious warnings from neighbor discovery when working with IPv6 over
point to point tunnels (gif).
gnn 2006-06-08 00:31:18 UTC
FreeBSD src repository
Modified files:
sys/netinet6 in6.c nd6.c
Log:
Fix spurious warnings from neighbor discovery when working with IPv6 over
point to point tunnels (gif).
PR: 93220
Submitted by: Jinmei Tatuya
MFC
gnn 2006-03-09 11:59:42 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/netinet6 in6.c
Log:
Merge in6.c:1.60 from HEAD to RELENG_5
Fix for an inappropriate bzero of the ICMPv6 stats. The code was zero'ing
the wrong structure member but
gnn 2006-03-09 11:59:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet6 in6.c
Log:
Merge in6.c:1.60 from HEAD to RELENG_6
Fix for an inappropriate bzero of the ICMPv6 stats. The code was zero'ing
the wrong structure member but
Christian S.J. Peron:
George V. Neville-Neil wrote:
gnn 2006-02-08 07:16:46 UTC
FreeBSD src repository
Modified files:
sys/netinet6 in6.c Log:
Fix for an inappropriate bzero of the ICMPv6 stats. The code was
zero'ing the wrong structure member but setting the correct
George V. Neville-Neil wrote:
gnn 2006-02-08 07:16:46 UTC
FreeBSD src repository
Modified files:
sys/netinet6 in6.c
Log:
Fix for an inappropriate bzero of the ICMPv6 stats. The code was zero'ing the
wrong structure member but setting the correct one.
Submitted by:
Hello!
Date: Wed, 8 Feb 2006 07:16:46 + (UTC)
From: "George V. Neville-Neil" <[EMAIL PROTECTED]>
gnn 2006-02-08 07:16:46 UTC
FreeBSD src repository
Modified files:
sys/netinet6 in6.c
Log:
Fix for an inappropriate bzero of the ICMPv6 stats. The code was
gnn 2006-02-08 07:16:46 UTC
FreeBSD src repository
Modified files:
sys/netinet6 in6.c
Log:
Fix for an inappropriate bzero of the ICMPv6 stats. The code was zero'ing
the wrong structure member but setting the correct one.
Submitted by: James dot Juran at baesy
suz 2005-12-25 12:44:12 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet6 in6.c in6_pcb.c in6_var.h ip6_mroute.c
ip6_output.c mld6.c
Log:
MFC: changes malloc type (M_IPMADDR->M_IP6MADDR, M_IPMOPTS->M_IP6MOPTS,
suz 2005-11-05 10:50:09 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet6 in6.c in6_var.h nd6.c
usr.sbin/rtadvd config.c
usr.sbin/ndp ndp.8 ndp.c
Log:
MFC: added an ioctl option in kernel so that ndp/rtadvd can ch
21 matches
Mail list logo