All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] Minor BPF cleanups and digest
@ 2016-12-04 22:19 Daniel Borkmann
  2016-12-04 22:19 ` [PATCH net-next 1/3] bpf: remove type arg from __is_valid_{,xdp_}access Daniel Borkmann
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Daniel Borkmann @ 2016-12-04 22:19 UTC (permalink / raw)
  To: davem; +Cc: alexei.starovoitov, netdev, Daniel Borkmann

First two patches are minor cleanups, and the third one adds
a prog digest. For details, please see individual patches.
After this one, I have a set with tracepoint support that makes
use of this facility as well.

Thanks!

Daniel Borkmann (3):
  bpf: remove type arg from __is_valid_{,xdp_}access
  bpf, cls: consolidate prog deletion path
  bpf: add prog_digest and expose it via fdinfo/netlink

 include/linux/bpf.h                |  1 +
 include/linux/filter.h             |  7 +++-
 include/uapi/linux/pkt_cls.h       |  1 +
 include/uapi/linux/tc_act/tc_bpf.h |  1 +
 kernel/bpf/core.c                  | 65 ++++++++++++++++++++++++++++++++++++++
 kernel/bpf/syscall.c               | 24 +++++++++++++-
 kernel/bpf/verifier.c              |  2 ++
 net/core/filter.c                  | 15 ++++-----
 net/sched/act_bpf.c                |  9 ++++++
 net/sched/cls_bpf.c                | 38 ++++++++++++----------
 10 files changed, 135 insertions(+), 28 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2016-12-05 20:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-04 22:19 [PATCH net-next 0/3] Minor BPF cleanups and digest Daniel Borkmann
2016-12-04 22:19 ` [PATCH net-next 1/3] bpf: remove type arg from __is_valid_{,xdp_}access Daniel Borkmann
2016-12-04 22:19 ` [PATCH net-next 2/3] bpf, cls: consolidate prog deletion path Daniel Borkmann
2016-12-04 22:19 ` [PATCH net-next 3/3] bpf: add prog_digest and expose it via fdinfo/netlink Daniel Borkmann
2016-12-05 20:33 ` [PATCH net-next 0/3] Minor BPF cleanups and digest 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.