]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit385cc46640bd760dd8cb8a687da3b31103d36e79
tree2691dc811e80b5f0ebe611e93c9d9266b936bf3d
parent9c2e3fa3fdc832d0745a897ad99a23d45850417d
parentceb362bc7671ec362d7ef8b5e593778741730a92
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>