summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: bpftool: add -d option to get debug output from libbpfQuentin Monnet2019-05-2810-2/+45
* libbpf: fix warning that PTR_ERR_OR_ZERO can be usedHariprasad Kelam2019-05-281-3/+1
* bpf: style fix in while(!feof()) loopChang-Hsien Tsai2019-05-282-6/+2
* bpftool: auto-complete BTF IDs for btf dumpAndrii Nakryiko2019-05-281-0/+9
* selftests: bpf: enable hi32 randomization for all testsJiong Wang2019-05-247-5/+51
* selftests: bpf: adjust several test_verifier helpers for insn insertionJiong Wang2019-05-241-10/+19
* libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attrJiong Wang2019-05-244-0/+6
* tools: bpf: sync uapi header bpf.hJiong Wang2019-05-241-0/+18
* tools/bpf: add selftest in test_progs for bpf_send_signal() helperYonghong Song2019-05-243-0/+250
* tools/bpf: sync bpf uapi header bpf.h to tools directoryYonghong Song2019-05-241-1/+16
* bpftool: update bash-completion w/ new c option for btf dumpAndrii Nakryiko2019-05-241-4/+17
* bpftool/docs: add description of btf dump C optionAndrii Nakryiko2019-05-241-15/+20
* bpftool: add C output format option to btf dump subcommandAndrii Nakryiko2019-05-241-2/+73
* selftests/bpf: add btf_dump BTF-to-C conversion testsAndrii Nakryiko2019-05-2410-1/+824
* libbpf: add btf_dump API for BTF-to-C conversionAndrii Nakryiko2019-05-244-1/+1359
* libbpf: switch btf_dedup() to hashmap for dedup tableAndrii Nakryiko2019-05-241-116/+85
* selftests/bpf: add tests for libbpf's hashmapAndrii Nakryiko2019-05-243-1/+384
* libbpf: add resizable non-thread safe internal hashmapAndrii Nakryiko2019-05-243-1/+403
* selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.extAndrii Nakryiko2019-05-241-58/+13
* bpftool: use libbpf's btf__parse_elf APIAndrii Nakryiko2019-05-241-109/+8
* libbpf: add btf__parse_elf API to load .BTF and .BTF.extAndrii Nakryiko2019-05-243-0/+135
* libbpf: ensure libbpf.h is included along libbpf_internal.hAndrii Nakryiko2019-05-241-0/+2
* selftests: bpf: Move bpf_printk to bpf_helpers.hMichal Rostecki2019-05-247-42/+8
* selftests/bpf: add pyperf scale testAlexei Starovoitov2019-05-235-13/+298
* selftests/bpf: adjust verifier scale testAlexei Starovoitov2019-05-231-14/+17
* libbpf: emit diff of mismatched public API, if anyAndrii Nakryiko2019-05-221-0/+10
* selftests: pmtu: Simplify cleanup and namespace namesDavid Ahern2019-05-221-9/+8
* selftests: fib-onlink: Make quiet by defaultDavid Ahern2019-05-221-5/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-222-86/+9
|\
| * selftests: fib_rule_tests: use pre-defined DEV_ADDRHangbin Liu2019-05-211-2/+3
| * ptp: Fix example program to match kernel.Richard Cochran2019-05-201-84/+1
| * selftests: fib_rule_tests: enable forwarding before ipv4 from/iif testHangbin Liu2019-05-201-0/+5
| * selftests: fib_rule_tests: fix local IPv4 address typoHangbin Liu2019-05-201-1/+1
* | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-2186-495/+86
|\ \ | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 25Thomas Gleixner2019-05-214-40/+4
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-2135-455/+35
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2145-0/+45
| * treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
| * treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-2015-101/+338
|\ \ | |/ |/|
| * kselftests: netfilter: fix leftover net/net-next merge conflictFlorian Westphal2019-05-181-51/+26
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-1710-21/+22
| |\
| | * bpftool: fix BTF raw dump of FWD's fwd_kindAndrii Nakryiko2019-05-171-2/+2
| | * selftests/bpf: fix bpf_get_current_taskAlexei Starovoitov2019-05-171-1/+1
| | * libbpf: move logging helpers into libbpf_internal.hAndrii Nakryiko2019-05-165-16/+15
| | * tools/bpftool: move set_max_rlimit() before __bpf_object__open_xattr()Yonghong Song2019-05-161-2/+2
| | * selftests/bpf: add test_sysctl and map_tests/tests.h to .gitignoreStanislav Fomichev2019-05-162-0/+2
| * | selftests: pmtu.sh: Remove quotes around commands in setup_xfrmDavid Ahern2019-05-161-9/+9
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-154-20/+281
| |\
| | * selftests/bpf: add prog detach to flow_dissector testStanislav Fomichev2019-05-161-0/+1