netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] BPF support for flow labels
@ 2016-03-09  2:00 Daniel Borkmann
  2016-03-09  2:00 ` [PATCH net-next 1/4] ip_tunnel: add support for setting flow label via collect metadata Daniel Borkmann
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Daniel Borkmann @ 2016-03-09  2:00 UTC (permalink / raw)
  To: davem; +Cc: alexei.starovoitov, tgraf, netdev, Daniel Borkmann

This set adds support for tunnel key flow labels for vxlan
and geneve devices in collect meta data mode and eBPF support
for managing these. For details please see individual patches.

Thanks!

Daniel Borkmann (4):
  ip_tunnel: add support for setting flow label via collect metadata
  vxlan: support setting IPv6 flow label
  geneve: support setting IPv6 flow label
  bpf: support flow label for bpf_skb_{set,get}_tunnel_key

 drivers/net/geneve.c         | 35 +++++++++++++++++++++++++++--------
 drivers/net/vxlan.c          | 24 ++++++++++++++++++++----
 include/net/dst_metadata.h   |  5 ++++-
 include/net/ip_tunnels.h     |  4 +++-
 include/net/udp_tunnel.h     |  4 ++--
 include/net/vxlan.h          |  1 +
 include/uapi/linux/bpf.h     |  1 +
 include/uapi/linux/if_link.h |  2 ++
 net/core/filter.c            | 14 ++++++++++++--
 net/ipv6/ip6_udp_tunnel.c    |  6 +++---
 net/tipc/udp_media.c         |  2 +-
 11 files changed, 76 insertions(+), 22 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2016-03-11 20:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-09  2:00 [PATCH net-next 0/4] BPF support for flow labels Daniel Borkmann
2016-03-09  2:00 ` [PATCH net-next 1/4] ip_tunnel: add support for setting flow label via collect metadata Daniel Borkmann
2016-03-09  2:00 ` [PATCH net-next 2/4] vxlan: support setting IPv6 flow label Daniel Borkmann
2016-03-09  3:29   ` Tom Herbert
2016-03-09 10:53     ` Daniel Borkmann
2016-03-09  2:00 ` [PATCH net-next 3/4] geneve: " Daniel Borkmann
2016-03-09  3:38   ` Tom Herbert
2016-03-09  2:00 ` [PATCH net-next 4/4] bpf: support flow label for bpf_skb_{set,get}_tunnel_key Daniel Borkmann
2016-03-11 20:14 ` [PATCH net-next 0/4] BPF support for flow labels David Miller

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