summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Add a testcase for 64-bit bounds propagation issue.Alexei Starovoitov2021-11-012-0/+63
* bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov2021-11-011-1/+1
* selftests/bpf: Fix also no-alu32 strobemeta selftestAndrii Nakryiko2021-11-011-13/+2
* selftests/bpf: Add bloom map success test for userspace callsJoanne Koong2021-11-011-26/+33
* bpf: Add alignment padding for "map_extra" + consolidate holesJoanne Koong2021-11-011-0/+1
* selftests/bpf: Add test cases for struct_ops progHou Tao2021-11-012-0/+165
* selftests, bpf: Fix broken riscv buildBjörn Töpel2021-11-011-1/+1
* riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.hBjörn Töpel2021-11-011-0/+32
* tools, build: Add RISC-V to HOSTARCH parsingBjörn Töpel2021-11-011-1/+2
* selftests, bpf: Add one test for sockmap with strparserLiu Jian2021-11-011-3/+30
* selftests, bpf: Fix test_txmsg_ingress_parser errorLiu Jian2021-11-011-0/+2
* selftests/bpf: Fix strobemeta selftest regressionAndrii Nakryiko2021-11-011-0/+11
* selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi2021-10-291-2/+2
* selftests/bpf: Fix memory leak in test_imaKumar Kartikeya Dwivedi2021-10-281-1/+2
* selftests/bpf: Fix fd cleanup in sk_lookup testKumar Kartikeya Dwivedi2021-10-281-2/+2
* selftests/bpf: Add weak/typeless ksym test for light skeletonKumar Kartikeya Dwivedi2021-10-2815-107/+142
* libbpf: Use O_CLOEXEC uniformly when opening fdsKumar Kartikeya Dwivedi2021-10-285-10/+10
* libbpf: Ensure that BPF syscall fds are never 0, 1, or 2Kumar Kartikeya Dwivedi2021-10-282-13/+46
* libbpf: Add weak ksym support to gen_loaderKumar Kartikeya Dwivedi2021-10-281-3/+32
* libbpf: Add typeless ksym support to gen_loaderKumar Kartikeya Dwivedi2021-10-283-23/+99
* bpf: Add bpf_kallsyms_lookup_name helperKumar Kartikeya Dwivedi2021-10-281-0/+16
* bpf/benchs: Add benchmarks for comparing hashmap lookups w/ vs. w/out bloom f...Joanne Koong2021-10-284-5/+104
* bpf/benchs: Add benchmark tests for bloom filter throughput + false positiveJoanne Koong2021-10-288-30/+695
* selftests/bpf: Add bloom filter map test casesJoanne Koong2021-10-282-0/+286
* libbpf: Add "map_extra" as a per-map-type extra flagJoanne Koong2021-10-287-9/+91
* bpf: Add bloom filter map implementationJoanne Koong2021-10-281-0/+9
* selftests/bpf: Adding a namespace reset for tc_redirectYucong Sun2021-10-271-0/+14
* selftests/bpf: Fix attach_probe in parallel modeYucong Sun2021-10-271-2/+7
* selfetests/bpf: Update vmtest.sh defaultsYucong Sun2021-10-271-3/+3
* libbpf: Deprecate bpf_objects_listJoe Burton2021-10-273-2/+15
* selftests/bpf: Guess function end for test_get_branch_snapshotSong Liu2021-10-253-44/+4
* selftests/bpf: Skip all serial_test_get_branch_snapshot in vmSong Liu2021-10-251-10/+6
* selftests/bpf: Fix test_core_reloc_mods on big-endian machinesIlya Leoshkevich2021-10-251-0/+9
* selftests/seccomp: Use __BYTE_ORDER__Ilya Leoshkevich2021-10-251-3/+3
* selftests/bpf: Use __BYTE_ORDER__Ilya Leoshkevich2021-10-255-16/+16
* libbpf: Use __BYTE_ORDER__Ilya Leoshkevich2021-10-255-15/+15
* libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()Ilya Leoshkevich2021-10-251-1/+1
* libbpf: Deprecate ambiguously-named bpf_program__size() APIAndrii Nakryiko2021-10-251-0/+1
* libbpf: Deprecate multi-instance bpf_program APIsAndrii Nakryiko2021-10-252-10/+18
* libbpf: Add ability to fetch bpf_program's underlying instructionsAndrii Nakryiko2021-10-253-4/+46
* libbpf: Fix off-by-one bug in bpf_core_apply_relo()Andrii Nakryiko2021-10-251-1/+1
* bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet2021-10-257-65/+72
* bpftool: Switch to libbpf's hashmap for programs/maps in BTF listingQuentin Monnet2021-10-252-68/+62
* bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet2021-10-256-84/+111
* bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet2021-10-255-18/+24
* bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)Quentin Monnet2021-10-251-2/+2
* selftests/bpf: Split out bpf_verif_scale selftests into multiple testsAndrii Nakryiko2021-10-251-68/+152
* selftests/bpf: Mark tc_redirect selftest as serialAndrii Nakryiko2021-10-251-1/+1
* selftests/bpf: Support multiple tests per fileAndrii Nakryiko2021-10-251-4/+3
* selftests/bpf: Normalize selftest entry pointsAndrii Nakryiko2021-10-256-15/+13