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] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 9 Mar 2015 18:15:39 +0900
From:	Simon Horman <simon.horman@...ronome.com>
To:	Andy Zhou <azhou@...ira.com>
Cc:	davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [patch net-next 4/4] net: refactor IPv4 and IPv6 defragmentation
 APIs

Hi Andy,

On Mon, Mar 09, 2015 at 01:01:38AM -0700, Andy Zhou wrote:
> Both ip_defrag() and nf_ct_frag6_gather() derive the name space
> information from the netdev device attached to the skb. However,
> packets processed by  openvswitch may not have a netdev device.
> 
> This patch adds new ip_defrag_net() and  nf_ct_frag6_gather_net()
> API that accepts net as an argument.
> 
> Signed-off-by: Andy Zhou <azhou@...ira.com>

[snip]

> @@ -645,6 +652,7 @@ void nf_ct_frag6_consume_orig(struct sk_buff *skb)
>  		s = s2;
>  	}
>  }
> +EXPORT_SYMBOL(nf_ct_frag6_consume_orig);
>  
>  static int nf_ct_net_init(struct net *net)
>  {

This hunk seems unrelated to the changelog and the rest of the patch.
--
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