[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210528022803.778578-1-tannerlove.kernel@gmail.com>
Date: Thu, 27 May 2021 22:28:00 -0400
From: Tanner Love <tannerlove.kernel@...il.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
Andrii Nakryiko <andrii@...nel.org>,
Eric Dumazet <edumazet@...gle.com>,
Willem de Bruijn <willemb@...gle.com>,
Petar Penkov <ppenkov@...gle.com>,
Tanner Love <tannerlove@...gle.com>
Subject: [PATCH net-next v2 0/3] virtio_net: add optional flow dissection in virtio_net_hdr_to_skb
From: Tanner Love <tannerlove@...gle.com>
First patch extends the flow dissector BPF program type to accept
virtio-net header members.
Second patch uses this feature to add optional flow dissection in
virtio_net_hdr_to_skb(). This allows admins to define permitted
packets more strictly, for example dropping deprecated UDP_UFO
packets.
Third patch extends kselftest to cover this feature.
Tanner Love (3):
net: flow_dissector: extend bpf flow dissector support with vnet hdr
virtio_net: add optional flow dissection in virtio_net_hdr_to_skb
selftests/net: amend bpf flow dissector prog to do vnet hdr validation
drivers/net/bonding/bond_main.c | 2 +-
include/linux/skbuff.h | 26 ++-
include/linux/virtio_net.h | 27 ++-
include/net/flow_dissector.h | 6 +
include/uapi/linux/bpf.h | 6 +
net/core/filter.c | 55 +++++
net/core/flow_dissector.c | 24 ++-
net/core/sysctl_net_core.c | 10 +
tools/include/uapi/linux/bpf.h | 6 +
tools/testing/selftests/bpf/progs/bpf_flow.c | 188 +++++++++++++-----
.../selftests/bpf/test_flow_dissector.c | 181 +++++++++++++++--
.../selftests/bpf/test_flow_dissector.sh | 19 ++
12 files changed, 470 insertions(+), 80 deletions(-)
--
2.32.0.rc0.204.g9fa02ecfa5-goog
Powered by blists - more mailing lists