netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2 -next 0/2] f_bpf update
@ 2015-03-16 17:10 Daniel Borkmann
  2015-03-16 17:10 ` [PATCH iproute2 -next 1/2] misc: header rebase, add bpf.h Daniel Borkmann
  2015-03-16 17:10 ` [PATCH iproute2 -next 2/2] tc: add eBPF support to f_bpf Daniel Borkmann
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel Borkmann @ 2015-03-16 17:10 UTC (permalink / raw)
  To: stephen; +Cc: jhs, jiri, ast, netdev, Daniel Borkmann

Stephen,

Patch 1 can optionally be dropped when you do the header rebase yourself. I
have included it here just in case.

Thanks a lot!

Daniel Borkmann (2):
  misc: header rebase, add bpf.h
  tc: f_bpf: add eBPF support

 configure           |  26 ++++
 include/linux/bpf.h | 183 ++++++++++++++++++++++++
 include/utils.h     |   5 +
 tc/Makefile         |   5 +
 tc/f_bpf.c          |  36 +++--
 tc/tc_bpf.c         | 392 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 tc/tc_bpf.h         |  49 ++++++-
 7 files changed, 685 insertions(+), 11 deletions(-)
 create mode 100644 include/linux/bpf.h

-- 
1.9.3

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

end of thread, other threads:[~2015-03-16 17:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-16 17:10 [PATCH iproute2 -next 0/2] f_bpf update Daniel Borkmann
2015-03-16 17:10 ` [PATCH iproute2 -next 1/2] misc: header rebase, add bpf.h Daniel Borkmann
2015-03-16 17:10 ` [PATCH iproute2 -next 2/2] tc: add eBPF support to f_bpf Daniel Borkmann
2015-03-16 17:45   ` Alexei Starovoitov
2015-03-16 17:49     ` Daniel Borkmann

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