[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1386801825-15388-1-git-send-email-dborkman@redhat.com>
Date: Wed, 11 Dec 2013 23:43:42 +0100
From: Daniel Borkmann <dborkman@...hat.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org
Subject: [PATCH net-next 0/3] bpf/filter updates
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists