From: Daniel Borkmann <daniel@iogearbox.net>
To: davem@davemloft.net
Cc: alexei.starovoitov@gmail.com, netdev@vger.kernel.org,
Daniel Borkmann <daniel@iogearbox.net>
Subject: [PATCH net-next 0/3] Minor BPF follow-ups
Date: Wed, 16 Mar 2016 01:42:48 +0100 [thread overview]
Message-ID: <cover.1458085814.git.daniel@iogearbox.net> (raw)
Some minor last follow-ups I still had in my queue. The first one adds
readability support for __sk_buff's tc_classid member, the remaining
two are some minor cleanups. For details please see individual patches.
Thanks!
Daniel Borkmann (3):
bpf: make skb->tc_classid also readable
bpf, dst: add and use dst_tclassid helper
ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use it
include/net/dst.h | 12 ++++++++++++
include/net/ip_tunnels.h | 7 +++++++
net/core/filter.c | 30 +++++++++---------------------
net/ipv4/ip_tunnel_core.c | 6 ++++++
net/openvswitch/flow.h | 2 +-
5 files changed, 35 insertions(+), 22 deletions(-)
--
1.9.3
next reply other threads:[~2016-03-16 0:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-16 0:42 Daniel Borkmann [this message]
2016-03-16 0:42 ` [PATCH net-next 1/3] bpf: make skb->tc_classid also readable Daniel Borkmann
2016-03-16 0:42 ` [PATCH net-next 2/3] bpf, dst: add and use dst_tclassid helper Daniel Borkmann
2016-03-16 0:42 ` [PATCH net-next 3/3] ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use it Daniel Borkmann
2016-03-18 23:40 ` [PATCH net-next 0/3] Minor BPF follow-ups 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.1458085814.git.daniel@iogearbox.net \
--to=daniel@iogearbox.net \
--cc=alexei.starovoitov@gmail.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/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).