From: David Ahern <dsahern@gmail.com>
To: netdev@vger.kernel.org
Cc: roopa@cumulusnetworks.com, David Ahern <dsahern@gmail.com>
Subject: [PATCH net-next 0/6] net: another round of extack handling for routing
Date: Wed, 24 May 2017 21:54:36 -0600 [thread overview]
Message-ID: <20170525035442.51407-1-dsahern@gmail.com> (raw)
This set focuses on passing extack through lwtunnel and MPLS with
additional catches for IPv4 route add and minor cleanups in MPLS
encountered passing the extack arg around.
David Ahern (6):
net: ipv4: Add extack message for invalid prefix or length
net: lwtunnel: Add extack to encap attr validation
net: plumb extack arg down to lwtunnel build state
net: Fill in extack for mpls lwt encap
net: mpls: Add extack messages for route add and delete failures
net: mpls: minor cleanups
include/linux/netlink.h | 10 +++
include/net/ip_fib.h | 3 +-
include/net/lwtunnel.h | 22 ++++--
net/core/lwt_bpf.c | 5 +-
net/core/lwtunnel.c | 38 ++++++++--
net/ipv4/fib_frontend.c | 12 +--
net/ipv4/fib_lookup.h | 3 +-
net/ipv4/fib_semantics.c | 20 ++---
net/ipv4/fib_trie.c | 22 ++++--
net/ipv4/ip_tunnel_core.c | 11 ++-
net/ipv6/ila/ila_lwt.c | 5 +-
net/ipv6/route.c | 6 +-
net/ipv6/seg6_iptunnel.c | 5 +-
net/mpls/af_mpls.c | 184 ++++++++++++++++++++++++++++++++++------------
net/mpls/internal.h | 4 +-
net/mpls/mpls_iptunnel.c | 17 +++--
16 files changed, 259 insertions(+), 108 deletions(-)
--
2.11.0 (Apple Git-81)
next reply other threads:[~2017-05-25 3:54 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-25 3:54 David Ahern [this message]
2017-05-25 3:54 ` [PATCH net-next 1/6] net: ipv4: Add extack message for invalid prefix or length David Ahern
2017-05-25 3:54 ` [PATCH net-next 2/6] net: lwtunnel: Add extack to encap attr validation David Ahern
2017-05-25 3:54 ` [PATCH net-next 3/6] net: plumb extack arg down to lwtunnel build state David Ahern
2017-05-25 3:54 ` [PATCH net-next 4/6] net: Fill in extack for mpls lwt encap David Ahern
2017-05-25 3:54 ` [PATCH net-next 5/6] net: mpls: Add extack messages for route add and delete failures David Ahern
2017-05-25 3:54 ` [PATCH net-next 6/6] net: mpls: minor cleanups David Ahern
2017-05-25 18:56 ` David Miller
2017-05-25 19:46 ` Joe Perches
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=20170525035442.51407-1-dsahern@gmail.com \
--to=dsahern@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=roopa@cumulusnetworks.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).