summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-2817-23/+821
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-11-284-0/+87
| |\
| | * selftests: add script to stress-test nft packet path vs. control planeFlorian Westphal2018-11-124-0/+87
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-11-2513-23/+734
| |\ \
| | * | tools: bpftool: fix potential NULL pointer dereference in do_loadJakub Kicinski2018-11-221-3/+7
| | * | bpf: fix off-by-one error in adjust_subprog_startsEdward Cree2018-11-161-0/+19
| | * | kselftests/bpf: use ping6 as the default ipv6 ping binary when it existsLi Zhijian2018-11-091-1/+4
| | * | tools: bpftool: update references to other man pages in documentationQuentin Monnet2018-11-096-7/+42
| | * | tools: bpftool: pass an argument to silence open_obj_pinned()Quentin Monnet2018-11-092-8/+9
| | * | tools: bpftool: fix plain output and doc for --bpffs optionQuentin Monnet2018-11-092-3/+3
| | * | tools: bpftool: prevent infinite loop in get_fdinfo()Quentin Monnet2018-11-091-1/+1
| | * | tools/bpftool: copy a few net uapi headers to tools directoryYonghong Song2018-11-092-0/+649
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-2640-331/+3202
|\ \ \ \
| * | | | bpf: align map type names formatting.David Calavera2018-11-261-23/+23
| * | | | bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-mapDavid Calavera2018-11-232-1/+4
| * | | | libbpf: make bpf_object__open default to UNSPECNikita V. Shirokov2018-11-231-4/+4
| * | | | bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu2018-11-222-0/+30
| * | | | tools/bpf: fix spelling mistake "memeory" -> "memory"Colin Ian King2018-11-221-2/+2
| * | | | bpf: adding tests for map_in_map helpber in libbpfNikita V. Shirokov2018-11-213-1/+141
| * | | | bpf: adding support for map in map in libbpfNikita V. Shirokov2018-11-212-6/+36
| * | | | bpf: libbpf: don't specify prog name if kernel doesn't support itStanislav Fomichev2018-11-211-1/+2
| * | | | bpf: libbpf: remove map name retry from bpf_create_map_xattrStanislav Fomichev2018-11-212-11/+3
| * | | | bpf, libbpf: introduce bpf_object__probe_caps to test BPF capabilitiesStanislav Fomichev2018-11-211-0/+58
| * | | | libbpf: make sure bpf headers are c++ include-ableStanislav Fomichev2018-11-215-3/+56
| * | | | bpf: fix a libbpf loader issueYonghong Song2018-11-211-1/+1
| * | | | tools/bpf: bpftool: add support for func typesYonghong Song2018-11-205-0/+230
| * | | | tools/bpf: enhance test_btf file testing to test func infoYonghong Song2018-11-203-13/+136
| * | | | tools/bpf: refactor to implement btf_get_from_id() in lib/bpfYonghong Song2018-11-203-66/+72
| * | | | tools/bpf: do not use pahole if clang/llvm can generate BTF sectionsYonghong Song2018-11-201-0/+8
| * | | | tools/bpf: add support to read .BTF.ext sectionsYonghong Song2018-11-204-15/+442
| * | | | tools/bpf: extends test_btf to test load/retrieve func_type infoYonghong Song2018-11-201-3/+329
| * | | | tools/bpf: add new fields for program load in lib/bpfYonghong Song2018-11-202-0/+8
| * | | | tools/bpf: sync kernel uapi bpf.h header to tools directoryYonghong Song2018-11-201-0/+13
| * | | | tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNCMartin KaFai Lau2018-11-202-2/+476
| * | | | tools/bpf: Sync kernel btf.h headerMartin KaFai Lau2018-11-201-3/+15
| * | | | tools: add selftest for BPF_F_ZERO_SEEDLorenz Bauer2018-11-201-9/+55
| * | | | tools: sync linux/bpf.hLorenz Bauer2018-11-201-3/+10
| * | | | bpf: libbpf: retry map creation without the nameStanislav Fomichev2018-11-201-1/+10
| * | | | bpftool: make libbfd optionalStanislav Fomichev2018-11-165-6/+35
| * | | | selftest/bpf: Use bpf_sk_lookup_{tcp, udp} in test_sock_addrAndrey Ignatov2018-11-162-21/+78
| * | | | bpf: libbpf: Fix bpf_program__next() APIMartin KaFai Lau2018-11-161-14/+11
| * | | | selftests/bpf: Fix uninitialized duration warningJoe Stringer2018-11-161-1/+1
| * | | | selftests/bpf: Test narrow loads with off > 0 for bpf_sock_addrAndrey Ignatov2018-11-101-4/+24
| * | | | selftests/bpf: Test narrow loads with off > 0 in test_verifierAndrey Ignatov2018-11-101-10/+38
| * | | | bpftool: support loading flow dissectorStanislav Fomichev2018-11-103-51/+74
| * | | | bpftool: add pinmaps argument to the load/loadallStanislav Fomichev2018-11-103-3/+28
| * | | | bpftool: add loadall commandStanislav Fomichev2018-11-105-43/+81
| * | | | libbpf: add internal pin_nameStanislav Fomichev2018-11-101-3/+26
| * | | | libbpf: bpf_program__pin: add special case for instances.nr == 1Stanislav Fomichev2018-11-101-0/+10
| * | | | libbpf: cleanup after partial failure in bpf_object__pinStanislav Fomichev2018-11-102-23/+319