All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] BPF updates
@ 2016-02-19 22:05 Daniel Borkmann
  2016-02-19 22:05 ` [PATCH net-next 1/6] bpf: add new arg_type that allows for 0 sized stack buffer Daniel Borkmann
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Daniel Borkmann @ 2016-02-19 22:05 UTC (permalink / raw)
  To: davem; +Cc: alexei.starovoitov, netdev, Daniel Borkmann

This set contains various updates for eBPF, i.e. the addition of a
generic csum helper function and other misc bits that mostly improve
existing helpers and ease programming with eBPF on cls_bpf. For more
details, please see individual patches.

Set is rebased on top of http://patchwork.ozlabs.org/patch/584465/.

Thanks!

Daniel Borkmann (6):
  bpf: add new arg_type that allows for 0 sized stack buffer
  bpf: add generic bpf_csum_diff helper
  bpf: remove artificial bpf_skb_{load,store}_bytes buffer limitation
  bpf: try harder on clones when writing into skb
  bpf: fix csum update in bpf_l4_csum_replace helper for udp
  bpf: don't emit mov A,A on return

 include/linux/bpf.h      |   1 +
 include/linux/skbuff.h   |   7 ++++
 include/uapi/linux/bpf.h |  12 ++++++
 kernel/bpf/verifier.c    |  42 ++++++++++++++-----
 net/core/filter.c        | 103 ++++++++++++++++++++++++++++++++++++++---------
 net/sched/act_csum.c     |   8 +---
 net/sched/act_nat.c      |  18 +++------
 7 files changed, 142 insertions(+), 49 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2016-02-22  3:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-19 22:05 [PATCH net-next 0/6] BPF updates Daniel Borkmann
2016-02-19 22:05 ` [PATCH net-next 1/6] bpf: add new arg_type that allows for 0 sized stack buffer Daniel Borkmann
2016-02-19 22:05 ` [PATCH net-next 2/6] bpf: add generic bpf_csum_diff helper Daniel Borkmann
2016-02-19 22:05 ` [PATCH net-next 3/6] bpf: remove artificial bpf_skb_{load,store}_bytes buffer limitation Daniel Borkmann
2016-02-19 22:05 ` [PATCH net-next 4/6] bpf: try harder on clones when writing into skb Daniel Borkmann
2016-02-19 22:05 ` [PATCH net-next 5/6] bpf: fix csum update in bpf_l4_csum_replace helper for udp Daniel Borkmann
2016-02-19 22:05 ` [PATCH net-next 6/6] bpf: don't emit mov A,A on return Daniel Borkmann
2016-02-22  3:07 ` [PATCH net-next 0/6] BPF updates 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.