netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] virtio_net: add optional flow dissection in virtio_net_hdr_to_skb
@ 2021-05-27 21:12 Tanner Love
  2021-05-27 21:12 ` [PATCH net-next 1/3] net: flow_dissector: extend bpf flow dissector support with vnet hdr Tanner Love
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tanner Love @ 2021-05-27 21:12 UTC (permalink / raw)
  To: netdev
  Cc: davem, Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko,
	Tanner Love

From: Tanner Love <tannerlove@google.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                     |  23 ++-
 net/core/sysctl_net_core.c                    |  10 +
 tools/include/uapi/linux/bpf.h                |   6 +
 tools/testing/selftests/bpf/progs/bpf_flow.c  | 187 +++++++++++++-----
 .../selftests/bpf/test_flow_dissector.c       | 181 ++++++++++++++---
 .../selftests/bpf/test_flow_dissector.sh      |  19 ++
 12 files changed, 469 insertions(+), 79 deletions(-)

-- 
2.32.0.rc0.204.g9fa02ecfa5-goog


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-05-27 23:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-27 21:12 [PATCH net-next 0/3] virtio_net: add optional flow dissection in virtio_net_hdr_to_skb Tanner Love
2021-05-27 21:12 ` [PATCH net-next 1/3] net: flow_dissector: extend bpf flow dissector support with vnet hdr Tanner Love
2021-05-27 23:13   ` Jakub Kicinski
2021-05-27 21:12 ` [PATCH net-next 2/3] virtio_net: add optional flow dissection in virtio_net_hdr_to_skb Tanner Love
2021-05-27 21:12 ` [PATCH net-next 3/3] selftests/net: amend bpf flow dissector prog to do vnet hdr validation Tanner Love

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).