summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: convert tests w/ custom values to BTF-defined mapsAndrii Nakryiko2019-06-1814-140/+285
* selftests/bpf: switch BPF_ANNOTATE_KV_PAIR tests to BTF-defined mapsAndrii Nakryiko2019-06-185-72/+87
* selftests/bpf: add test for BTF-defined mapsAndrii Nakryiko2019-06-182-7/+76
* libbpf: allow specifying map definitions using BTFAndrii Nakryiko2019-06-182-9/+345
* libbpf: split initialization and loading of BTFAndrii Nakryiko2019-06-181-10/+24
* libbpf: identify maps by section index in addition to offsetAndrii Nakryiko2019-06-181-15/+25
* libbpf: refactor map initializationAndrii Nakryiko2019-06-181-114/+133
* libbpf: streamline ELF parsing error-handlingAndrii Nakryiko2019-06-181-24/+20Star
* libbpf: extract BTF loading logicAndrii Nakryiko2019-06-181-38/+55
* libbpf: add common min/max macro to libbpf_internal.hAndrii Nakryiko2019-06-185-15/+10Star
* selftests/bpf: convert socket_cookie test to sk storageStanislav Fomichev2019-06-152-32/+38
* bpf/tools: sync bpf.hStanislav Fomichev2019-06-151-0/+2
* bpf: Add test for SO_REUSEPORT_DETACH_BPFMartin KaFai Lau2019-06-151-0/+54
* bpf: Sync asm-generic/socket.h to tools/Martin KaFai Lau2019-06-151-0/+147
* libbpf: fix check for presence of associated BTF for map creationAndrii Nakryiko2019-06-151-4/+5
* selftests/bpf: signedness bug in enable_all_controllers()Dan Carpenter2019-06-151-1/+1
* 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