netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] bpf/filter updates
@ 2013-12-11 22:43 Daniel Borkmann
  2013-12-11 22:43 ` [PATCH net-next 1/3] filter: bpf_dbg: add minimal bpf debugger Daniel Borkmann
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Daniel Borkmann @ 2013-12-11 22:43 UTC (permalink / raw)
  To: davem; +Cc: netdev

This set adds just two minimal helper tools that complement the
already available bpf_jit_disasm and complete BPF tooling; plus
it adds and an extensive documentation update of filter.txt.

Please see individual descriptions for details.

Thanks !

Daniel Borkmann (3):
  filter: bpf_dbg: add minimal bpf debugger
  filter: bpf_asm: add minimal bpf asm tool
  filter: doc: improve BPF documentation

 Documentation/networking/filter.txt |  608 +++++++++++++--
 tools/net/Makefile                  |   23 +-
 tools/net/bpf_asm.c                 |   52 ++
 tools/net/bpf_dbg.c                 | 1404 +++++++++++++++++++++++++++++++++++
 tools/net/bpf_exp.l                 |  143 ++++
 tools/net/bpf_exp.y                 |  749 +++++++++++++++++++
 6 files changed, 2930 insertions(+), 49 deletions(-)
 create mode 100644 tools/net/bpf_asm.c
 create mode 100644 tools/net/bpf_dbg.c
 create mode 100644 tools/net/bpf_exp.l
 create mode 100644 tools/net/bpf_exp.y

-- 
1.8.3.1

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

end of thread, other threads:[~2013-12-12  1:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-11 22:43 [PATCH net-next 0/3] bpf/filter updates Daniel Borkmann
2013-12-11 22:43 ` [PATCH net-next 1/3] filter: bpf_dbg: add minimal bpf debugger Daniel Borkmann
2013-12-11 22:43 ` [PATCH net-next 2/3] filter: bpf_asm: add minimal bpf asm tool Daniel Borkmann
2013-12-11 22:43 ` [PATCH net-next 3/3] filter: doc: improve BPF documentation Daniel Borkmann
2013-12-12  1:37 ` [PATCH net-next 0/3] bpf/filter updates David Miller

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