lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ