All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] BPF update
@ 2016-01-11  0:16 Daniel Borkmann
  2016-01-11  0:16 ` [PATCH net-next 1/2] bpf: export helper function flags and reject invalid ones Daniel Borkmann
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Daniel Borkmann @ 2016-01-11  0:16 UTC (permalink / raw)
  To: davem; +Cc: alexei.starovoitov, tgraf, netdev, Daniel Borkmann

This set adds IPv6 support for bpf_skb_{set,get}_tunnel_key() helper.
It also exports flags to user space that are being used in helpers and
weren't exported thus far. For more details, please see the individual
patches.

Thanks!

Daniel Borkmann (2):
  bpf: export helper function flags and reject invalid ones
  bpf: support ipv6 for bpf_skb_{set,get}_tunnel_key

 include/uapi/linux/bpf.h |  26 +++++++++++-
 net/core/filter.c        | 106 +++++++++++++++++++++++++++++++++++++----------
 2 files changed, 110 insertions(+), 22 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2016-01-11 22:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-11  0:16 [PATCH net-next 0/2] BPF update Daniel Borkmann
2016-01-11  0:16 ` [PATCH net-next 1/2] bpf: export helper function flags and reject invalid ones Daniel Borkmann
2016-01-11  0:27   ` Alexei Starovoitov
2016-01-11  0:16 ` [PATCH net-next 2/2] bpf: support ipv6 for bpf_skb_{set,get}_tunnel_key Daniel Borkmann
2016-01-11  0:35   ` Alexei Starovoitov
2016-01-11  1:01     ` Daniel Borkmann
2016-01-11 22:33 ` [PATCH net-next 0/2] BPF update David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.