lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 25 Jun 2013 14:47:43 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	yoshfuji@...ux-ipv6.org
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH 3.10-rc] ipv6: Process unicast packet with Router Alert
 by checking flag in skb.

From: YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>
Date: Sat, 22 Jun 2013 11:13:13 +0900

> Router Alert option is marked in skb.
> Previously, IP6CB(skb)->ra was set to positive value for such packets.
> Since commit dd3332bf ("ipv6: Store Router Alert option in IP6CB
> directly."), IP6SKB_ROUTERALERT is set in IP6CB(skb)->flags, and
> the value of Router Alert option (in network byte order) is set
> to IP6CB(skb)->ra for such packets.
> 
> Multicast forwarding path uses that flag and value, but unicast
> forwarding path does not use the flag and misuses IP6CB(skb)->ra
> value.
> 
> Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ