All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] BPF helper improvements and cleanups
@ 2016-08-17 23:00 Daniel Borkmann
  2016-08-17 23:00 ` [PATCH net-next 1/4] bpf: use skb_pkt_type_ok helper in bpf_skb_change_type Daniel Borkmann
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Daniel Borkmann @ 2016-08-17 23:00 UTC (permalink / raw)
  To: davem; +Cc: alexei.starovoitov, tgraf, netdev, Daniel Borkmann

This set adds various improvements to BPF helpers, a cleanup to use
skb_pkt_type_ok() helper, addition of bpf_skb_change_tail(), a follow
up for event output helper and removing ifdefs around the cgroupv2
helper bits. For details please see individual patches.

The set is based against net-next tree, but requires a merge of net
into net-next first.

Thanks a lot!

Daniel Borkmann (4):
  bpf: use skb_pkt_type_ok helper in bpf_skb_change_type
  bpf: add bpf_skb_change_tail helper
  bpf: enable event output helper also for xdp types
  bpf: get rid of cgroup helper related ifdefs

 include/linux/skbuff.h   |  43 +++++++++++++-
 include/net/sock.h       |  10 ++++
 include/uapi/linux/bpf.h |  11 ++++
 net/core/filter.c        | 152 +++++++++++++++++++++++++++++++++++++++++++----
 4 files changed, 204 insertions(+), 12 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2016-08-19  6:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-17 23:00 [PATCH net-next 0/4] BPF helper improvements and cleanups Daniel Borkmann
2016-08-17 23:00 ` [PATCH net-next 1/4] bpf: use skb_pkt_type_ok helper in bpf_skb_change_type Daniel Borkmann
2016-08-17 23:00 ` [PATCH net-next 2/4] bpf: add bpf_skb_change_tail helper Daniel Borkmann
2016-08-17 23:00 ` [PATCH net-next 3/4] bpf: enable event output helper also for xdp types Daniel Borkmann
2016-08-17 23:00 ` [PATCH net-next 4/4] bpf: get rid of cgroup helper related ifdefs Daniel Borkmann
2016-08-19  6:50 ` [PATCH net-next 0/4] BPF helper improvements and cleanups 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.