From: Stefano Brivio <sbrivio@redhat.com>
To: "David S. Miller" <davem@davemloft.net>
Cc: Xin Long <lucien.xin@gmail.com>,
Sabrina Dubroca <sd@queasysnail.net>,
netdev@vger.kernel.org
Subject: [PATCH net 0/2] geneve, vxlan: Don't set exceptions if skb->len < mtu
Date: Fri, 12 Oct 2018 23:53:57 +0200 [thread overview]
Message-ID: <cover.1539381018.git.sbrivio@redhat.com> (raw)
This series fixes the exception abuse described in 2/2, and 1/2
is just a preparatory change to make 2/2 less ugly.
Stefano Brivio (2):
geneve, vxlan: Don't check skb_dst() twice
geneve, vxlan: Don't set exceptions if skb->len < mtu
drivers/net/geneve.c | 14 +++-----------
drivers/net/vxlan.c | 12 ++----------
include/net/dst.h | 10 ++++++++++
3 files changed, 15 insertions(+), 21 deletions(-)
--
2.19.1
next reply other threads:[~2018-10-13 5:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-12 21:53 Stefano Brivio [this message]
2018-10-12 21:53 ` [PATCH net 1/2] geneve, vxlan: Don't check skb_dst() twice Stefano Brivio
2018-10-15 10:19 ` Nicolas Dichtel
2018-10-15 11:08 ` Stefano Brivio
2018-10-15 12:24 ` Nicolas Dichtel
2018-10-12 21:53 ` [PATCH net 2/2] geneve, vxlan: Don't set exceptions if skb->len < mtu Stefano Brivio
2018-10-15 6:01 ` Xin Long
2018-10-15 8:27 ` Stefano Brivio
2018-10-15 9:40 ` [PATCH net 0/2] " Xin Long
2018-10-18 4:51 ` 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.1539381018.git.sbrivio@redhat.com \
--to=sbrivio@redhat.com \
--cc=davem@davemloft.net \
--cc=lucien.xin@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=sd@queasysnail.net \
/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.