From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl0-f47.google.com ([209.85.160.47]:40784 "EHLO mail-pl0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751137AbeCIPfL (ORCPT ); Fri, 9 Mar 2018 10:35:11 -0500 Received: by mail-pl0-f47.google.com with SMTP id i6-v6so5411793plt.7 for ; Fri, 09 Mar 2018 07:35:11 -0800 (PST) Received: from sc9-mailhost3.vmware.com ([24.5.191.4]) by smtp.gmail.com with ESMTPSA id q20sm3283443pgc.84.2018.03.09.07.35.10 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 09 Mar 2018 07:35:10 -0800 (PST) From: William Tu To: netdev@vger.kernel.org Subject: [PATCH net 0/3] a couple of erspan fixes Date: Fri, 9 Mar 2018 07:34:39 -0800 Message-Id: <1520609682-101077-1-git-send-email-u9012063@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: The series fixes a couple of erspan issues. The first patch adds the erspan v2 proto type to the ip6 tunnel lookup. The second patch improves the error handling when users screws the version number in metadata. The final patch makes sure the skb has enough headroom for pushing erspan header when xmit. William Tu (3): ip6gre: add erspan v2 to tunnel lookup ip6erspan: improve error handling for erspan version number. ip6erspan: make sure enough headroom at xmit. net/ipv6/ip6_gre.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -- 2.7.4