Netdev List
 help / color / mirror / Atom feed
From: Joe Stringer <joe@wand.net.nz>
To: daniel@iogearbox.net, ast@kernel.org
Cc: netdev@vger.kernel.org
Subject: [PATCH bpf-next 0/2] IPv6 sk-lookup fixes
Date: Mon, 15 Oct 2018 10:27:44 -0700	[thread overview]
Message-ID: <20181015172746.6475-1-joe@wand.net.nz> (raw)

This series includes a couple of fixups for the IPv6 socket lookup
helper, to make the API more consistent (always supply all arguments in
network byte-order) and to allow its use when IPv6 is compiled as a
module.

Joe Stringer (2):
  bpf: Allow sk_lookup with IPv6 module
  bpf: Fix IPv6 dport byte-order in bpf_sk_lookup

 include/net/addrconf.h |  5 +++++
 net/core/filter.c      | 15 +++++++++------
 net/ipv6/af_inet6.c    |  1 +
 3 files changed, 15 insertions(+), 6 deletions(-)

-- 
2.17.1

             reply	other threads:[~2018-10-16  1:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-15 17:27 Joe Stringer [this message]
2018-10-15 17:27 ` [PATCH bpf-next 1/2] bpf: Allow sk_lookup with IPv6 module Joe Stringer
2018-10-15 17:27 ` [PATCH bpf-next 2/2] bpf: Fix IPv6 dport byte-order in bpf_sk_lookup Joe Stringer
2018-10-15 20:39 ` [PATCH bpf-next 0/2] IPv6 sk-lookup fixes Daniel Borkmann
2018-10-15 23:10 ` Alexei Starovoitov

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=20181015172746.6475-1-joe@wand.net.nz \
    --to=joe@wand.net.nz \
    --cc=ast@kernel.org \
    --cc=daniel@iogearbox.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