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
| ||
|
Message-ID: <1410191444.11872.113.camel@edumazet-glaptop2.roam.corp.google.com> Date: Mon, 08 Sep 2014 08:50:44 -0700 From: Eric Dumazet <eric.dumazet@...il.com> To: Tom Herbert <therbert@...gle.com> Cc: davem@...emloft.net, netdev@...r.kernel.org Subject: Re: [PATCH] net: Fix GRE RX to use skb_transport_header for GRE header offset On Mon, 2014-09-08 at 08:29 -0700, Tom Herbert wrote: > GRE assumes that the GRE header is at skb_network_header + > ip_hrdlen(skb). It is more general to use skb_transport_header > and this allows the possbility of inserting additional header > between IP and GRE (which is what we will done in Generic UDP > Encapsulation for GRE). > > Signed-off-by: Tom Herbert <therbert@...gle.com> > --- > net/ipv4/gre_demux.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) I am always confused why you do not include prior Acked-by when you repost same patch. This forces me to add it again. Note this should be a net-next patch, right ? Acked-by: Eric Dumazet <edumazet@...gle.com> -- 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