summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* bpf: use libbpf_num_possible_cpus internallyHechao Li2019-06-112-80/+10Star
* selftests/bpf: remove bpf_util.h from BPF C progsHechao Li2019-06-115-4/+6
* bpf: add a new API libbpf_num_possible_cpus()Hechao Li2019-06-113-0/+74
* selftests/bpf : clean up feature/ when make cleanHechao Li2019-06-111-1/+2
* selftests/bpf: fix constness of source arg for bpf helpersAndrii Nakryiko2019-06-111-2/+2
* libbpf: remove qidconf and better support external bpf programs.Jonathan Lemon2019-06-111-75/+28Star
* tools/bpf: Add bpf_map_lookup_elem selftest for xskmapJonathan Lemon2019-06-111-0/+18
* bpf/tools: sync bpf.hJonathan Lemon2019-06-111-0/+4
* bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon2019-06-111-15/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-0168-490/+5496
|\
| * selftests/bpf: measure RTT from xdp using xdpingAlan Maguire2019-06-016-2/+558
| * libbpf: reduce unnecessary line wrappingAndrii Nakryiko2019-05-301-36/+16Star
| * libbpf: typo and formatting fixesAndrii Nakryiko2019-05-301-8/+7Star
| * libbpf: simplify two pieces of logicAndrii Nakryiko2019-05-301-3/+1Star
| * libbpf: use negative fd to specify missing BTFAndrii Nakryiko2019-05-301-6/+7
| * libbpf: fix error code returned on corrupted ELFAndrii Nakryiko2019-05-301-1/+1
| * libbpf: check map name retrieved from ELFAndrii Nakryiko2019-05-301-0/+5
| * libbpf: simplify endianness checkAndrii Nakryiko2019-05-301-25/+12Star
| * libbpf: preserve errno before calling into user callbackAndrii Nakryiko2019-05-301-4/+4
| * libbpf: fix detection of corrupted BPF instructions sectionAndrii Nakryiko2019-05-301-5/+7
| * libbpf: prevent overwriting of log_level in bpf_object__load_progs()Quentin Monnet2019-05-291-1/+1
| * selftests/bpf: fix compilation error for flow_dissector.cAlan Maguire2019-05-291-0/+114
| * selftests/bpf: add auto-detach testRoman Gushchin2019-05-281-1/+97
| * selftests/bpf: enable all available cgroup v2 controllersRoman Gushchin2019-05-281-0/+57
| * selftests/bpf: convert test_cgrp2_attach2 example into kselftestRoman Gushchin2019-05-283-1/+478
| * selftests/bpf: fail test_tunnel.sh if subtests failStanislav Fomichev2019-05-281-0/+32
| * tools: bpftool: make -d option print debug output from verifierQuentin Monnet2019-05-285-14/+26
| * libbpf: add bpf_object__load_xattr() API function to pass log_levelQuentin Monnet2019-05-284-4/+25
| * 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/+1Star
| * bpf: style fix in while(!feof()) loopChang-Hsien Tsai2019-05-282-6/+2Star
| * bpftool: auto-complete BTF IDs for btf dumpAndrii Nakryiko2019-05-281-0/+9
| * selftests: bpf: enable hi32 randomization for all testsJiong Wang2019-05-257-5/+51
| * selftests: bpf: adjust several test_verifier helpers for insn insertionJiong Wang2019-05-251-10/+19
| * libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attrJiong Wang2019-05-254-0/+6
| * tools: bpf: sync uapi header bpf.hJiong Wang2019-05-251-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/+85Star
| * 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/+13Star
| * bpftool: use libbpf's btf__parse_elf APIAndrii Nakryiko2019-05-241-109/+8Star
| * 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