All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xin Long <lucien.xin@gmail.com>
To: network dev <netdev@vger.kernel.org>
Cc: davem@davemloft.net, Dmitry Kozlov <xeb@mail.ru>,
	William Tu <u9012063@gmail.com>
Subject: [PATCH net 0/4] ip_gre: a bunch of fixes for erspan
Date: Sun,  1 Oct 2017 22:00:52 +0800	[thread overview]
Message-ID: <cover.1506866059.git.lucien.xin@gmail.com> (raw)

This patchset is to fix some issues that could cause 0 or low
performance, and even unexpected truncated packets on erspan.

Xin Long (4):
  ip_gre: get key from session_id correctly in erspan_rcv
  ip_gre: check packet length and mtu correctly in erspan_xmit
  ip_gre: set tunnel hlen properly in erspan_tunnel_init
  ip_gre: erspan device should keep dst

 net/ipv4/ip_gre.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

-- 
2.1.0

             reply	other threads:[~2017-10-01 14:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-01 14:00 Xin Long [this message]
2017-10-01 14:00 ` [PATCH net 1/4] ip_gre: get key from session_id correctly in erspan_rcv Xin Long
2017-10-01 14:00 ` [PATCH net 2/4] ip_gre: check packet length and mtu correctly in erspan_xmit Xin Long
2017-10-01 14:00 ` [PATCH net 3/4] ip_gre: set tunnel hlen properly in erspan_tunnel_init Xin Long
2017-10-01 14:00 ` [PATCH net 4/4] ip_gre: erspan device should keep dst Xin Long
2017-10-02  5:32 ` [PATCH net 0/4] ip_gre: a bunch of fixes for erspan David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1506866059.git.lucien.xin@gmail.com \
    --to=lucien.xin@gmail.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=u9012063@gmail.com \
    --cc=xeb@mail.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.