From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Stringer Subject: [PATCH bpf-next 0/2] IPv6 sk-lookup fixes Date: Mon, 15 Oct 2018 10:27:44 -0700 Message-ID: <20181015172746.6475-1-joe@wand.net.nz> Cc: netdev@vger.kernel.org To: daniel@iogearbox.net, ast@kernel.org Return-path: Received: from mail-qt1-f172.google.com ([209.85.160.172]:45733 "EHLO mail-qt1-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726638AbeJPBOF (ORCPT ); Mon, 15 Oct 2018 21:14:05 -0400 Received: by mail-qt1-f172.google.com with SMTP id e10-v6so22362738qtq.12 for ; Mon, 15 Oct 2018 10:27:55 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: 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