OSDN Git Service

Merge branch 'bpftool'
authorDavid S. Miller <davem@davemloft.net>
Thu, 5 Oct 2017 04:46:22 +0000 (21:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Oct 2017 04:46:56 +0000 (21:46 -0700)
commit4b54db1375757aa3e870c075065a8ab9350d26c4
tree2691dc811e80b5f0ebe611e93c9d9266b936bf3d
parentc331501c88b64dd1bf83eddcc040441dec187f7e
parentff69c21a85a4ed3d8dcf79dd750a0a9eda4fca83
Merge branch 'bpftool'

Jakub Kicinski says:

====================
tools: add bpftool

This set adds bpftool to the tools/ directory.  The first
patch renames tools/net to tools/bpf, the second one adds
the new code, while the third adds simple documentation.

v4:
 - rename docs *.txt -> *.rst (Jesper).
v3:
 - address Alexei's comments about output and docs.
v2:
 - report names, map ids, load time, uid;
 - add docs/man pages;
 - general cleanups & fixes.
====================

Acked-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>