gonzo 2008-07-19 13:15:51 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet in.c
Log:
SVN rev 180611 on 2008-07-19 13:15:51Z by gonzo
MFC r179971:
In case of interface initialization failure remove struct in_ifaddr* from
in_ifadd
gonzo 2008-07-19 12:12:17 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netinet in.c
Log:
SVN rev 180609 on 2008-07-19 12:12:17Z by gonzo
MFC r179971:
In case of interface initialization failure remove struct in_ifaddr* from
in_ifadd
gonzo 2008-06-24 13:58:28 UTC
FreeBSD src repository
Modified files:
sys/netinet in.c
Log:
SVN rev 179971 on 2008-06-24 13:58:28Z by gonzo
In case of interface initialization failure remove struct in_ifaddr* from
in_ifaddrhashtbl in in_ifinit because error handl
bz 2008-03-08 23:41:47 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netinet in.c
Log:
MFC rev. 1.103 in.c
Differentiate between addifaddr and delifaddr for the privilege check.
Revision ChangesPath
1.102.2.1 +2 -1
On Friday 22 February 2008 02:13:57 pm Stephan Uphoff wrote:
> ups 2008-02-22 19:13:57 UTC
>
> FreeBSD src repository
>
> Modified files: (Branch: RELENG_6)
> sys/netinet in.c
> Log:
> Fix reference counting for already existing addresses in in_addmulti()
>
ups 2008-02-22 19:13:57 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet in.c
Log:
Fix reference counting for already existing addresses in in_addmulti()
Reviewed by:gnn@
Revision ChangesPath
1.85.2.10 +0 -1
bz 2008-01-24 08:14:39 UTC
FreeBSD src repository
Modified files:
sys/netinet in.c
Log:
Differentiate between addifaddr and delifaddr for the privilege check.
Reviewed by:rwatson
MFC after: 2 weeks
Revision ChangesPath
1.103 +2 -1
mjacob 2007-06-17 00:31:24 UTC
FreeBSD src repository
Modified files:
sys/netinet in.c
Log:
Simplification to quiet a gcc4.2 warning. Just by setting match.s_addr
to nonzero you fulfill the same function as the variable 'cmp'. so you
might as well zero match and tes
bms 2007-03-29 21:39:23 UTC
FreeBSD src repository
Modified files:
sys/netinet in.c
Log:
Fix a bug in IPv4 address configuration exposed by refcounting.
* Join the IPv4 all-hosts multicast group 224.0.0.1 once only;
that is, when an IPv4 address is first conf
bms 2007-03-19 22:57:58 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet in.c ip_input.c
Log:
MFC:
In regular forwarding path, reject packets destined for 169.254.0.0/16
link-local addresses. See RFC 3927 section 2.7.
Re
bms 2007-02-03 06:45:51 UTC
FreeBSD src repository
Modified files:
sys/netinet in.c ip_input.c
Log:
In regular forwarding path, reject packets destined for 169.254.0.0/16
link-local addresses. See RFC 3927 section 2.7.
Revision ChangesPath
1.96 +1
bms 2006-10-07 10:43:41 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet in.c in_var.h
Log:
MFC: The IPv4 code should clean up multicast group state when an interface
goes away. Without this change, it leaks in_multi (and often ether
bms 2006-09-28 10:04:08 UTC
FreeBSD src repository
Modified files:
sys/netinet in.c in_var.h
Log:
The IPv4 code should clean up multicast group state when an interface
goes away. Without this change, it leaks in_multi (and often ether_multi
state) if many clonabl
andre 2006-01-31 16:11:37 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet in.c
Log:
MFC 1.93: In in_control() only remove in_ifaddr from ia_hash if it is an
AF_INET address.
Revision ChangesPath
1.85.2.6 +2 -1 src/sy
andre 2006-01-24 16:19:31 UTC
FreeBSD src repository
Modified files:
sys/netinet in.c
Log:
In in_control() remove the temporary in_ifaddr structure from the
ia_hash only if it actually is an AF_INET address. All other places
test for sa_family == AF_INET but this
emaste 2005-12-22 16:31:07 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/netinet in.c
Log:
MFC r1.84:
ifma_protospec is a pointer. Use NULL when assigning or comparing it.
Approved by:scottl
Silence from: rwatson (mentor)
16 matches
Mail list logo