From: Daniel Borkmann <dborkman@redhat.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org
Subject: [PATCH net-next 0/3] bpf/filter updates
Date: Wed, 11 Dec 2013 23:43:42 +0100 [thread overview]
Message-ID: <1386801825-15388-1-git-send-email-dborkman@redhat.com> (raw)
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
next reply other threads:[~2013-12-11 22:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-11 22:43 Daniel Borkmann [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1386801825-15388-1-git-send-email-dborkman@redhat.com \
--to=dborkman@redhat.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).