summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-04-11selftests/bpf: Add fixed vs rotating verifier log testsAndrii Nakryiko
2023-04-11veristat: Add more veristat control over verifier log optionsAndrii Nakryiko
2023-04-11libbpf: Don't enforce unnecessary verifier log restrictions on libbpf sideAndrii Nakryiko
2023-04-11bpf: Switch BPF verifier log to be a rotating log by defaultAndrii Nakryiko
2023-04-10selftests/bpf: Reset err when symbol name already exist in kprobe_multi_testManu Bretelle
2023-04-07selftests/bpf: Prevent infinite loop in veristat when base file is too shortEduard Zingerman
2023-04-07bpftool: Set program type only if it differs from the desired oneWei Yongjun
2023-04-07selftests/bpf: Use PERF_COUNT_HW_CPU_CYCLES event for get_branch_snapshotSong Liu
2023-04-06selftests/bpf: Add verifier tests for code pattern '<const> <cond_op> <non_co...Yonghong Song
2023-04-06bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifierYonghong Song
2023-04-06selftests/bpf: Add tests for non-constant cond_op NE/EQ bound deductionYonghong Song
2023-04-06selftests: xsk: Add test UNALIGNED_INV_DESC_4K1_FRAME_SIZEKal Conley
2023-04-05bpftool: Clean up _bpftool_once_attr() calls in bash completionQuentin Monnet
2023-04-05bpftool: Support printing opcodes and source file references in CFGQuentin Monnet
2023-04-05bpftool: Support "opcodes", "linum", "visual" simultaneouslyQuentin Monnet
2023-04-05bpftool: Return an error on prog dumps if both CFG and JSON are requiredQuentin Monnet
2023-04-05bpftool: Support inline annotations when dumping the CFG of a programQuentin Monnet
2023-04-05bpftool: Fix bug for long instructions in program CFG dumpsQuentin Monnet
2023-04-05bpftool: Fix documentation about line info display for prog dumpsQuentin Monnet
2023-04-05selftests/bpf: Wait for receive in cg_storage_multi testYiFei Zhu
2023-04-05selftests: xsk: Deflakify STATS_RX_DROPPED testKal Conley
2023-04-05selftests: xsk: Disable IPv6 on VETH1Kal Conley
2023-04-05selftests: xsk: Add test case for packets at end of UMEMKal Conley
2023-04-05selftests: xsk: Use correct UMEM size in testapp_invalid_descKal Conley
2023-04-05selftests: xsk: Add xskxceiver.h dependency to MakefileKal Conley
2023-04-04selftests/bpf: Add tracing tests for walking skb and req.Alexei Starovoitov
2023-04-04selftests/bpf: Add RESOLVE_BTFIDS dependency to bpf_testmod.koIlya Leoshkevich
2023-04-01bpf: Remove now-defunct task kfuncsDavid Vernet
2023-04-01bpf: Make struct task_struct an RCU-safe typeDavid Vernet
2023-04-01veristat: small fixed found in -O2 modeAndrii Nakryiko
2023-04-01veristat: avoid using kernel-internal headersAndrii Nakryiko
2023-04-01veristat: improve version reportingAndrii Nakryiko
2023-04-01veristat: relicense veristat.c as dual GPL-2.0-only or BSD-2-Clause licensedAndrii Nakryiko
2023-03-31selftests/bpf: Fix conflicts with built-in functions in bench_local_storage_c...James Hilliard
2023-03-31selftests/bpf: Replace extract_build_id with read_build_idJiri Olsa
2023-03-31selftests/bpf: Add read_build_id functionJiri Olsa
2023-03-31selftests/bpf: Add err.h headerJiri Olsa
2023-03-30selftests/bpf: Add testcases for ptr_*_or_null_ in bpf_kptr_xchgDavid Vernet
2023-03-30veristat: change guess for __sk_buff from CGROUP_SKB to SCHED_CLSAndrii Nakryiko
2023-03-29selftests/bpf: Rewrite two infinite loops in bound check casesXu Kuohai
2023-03-29veristat: guess and substitue underlying program type for freplace (EXT) progsAndrii Nakryiko
2023-03-29veristat: add -d debug mode option to see debug libbpf logAndrii Nakryiko
2023-03-29libbpf: disassociate section handler on explicit bpf_program__set_type() callAndrii Nakryiko
2023-03-29selftests/bpf: test a BPF CC writing app_limitedYixin Shen
2023-03-29tools: bpftool: json: Fix backslash escape typo in jsonw_putsManu Bretelle
2023-03-28selftests/bpf: Remove verifier/xdp_direct_packet_access.c, converted to progs...Eduard Zingerman
2023-03-28selftests/bpf: Verifier/xdp_direct_packet_access.c converted to inline assemblyEduard Zingerman
2023-03-27libbpf: Fix double-free when linker processes empty sectionsEduard Zingerman
2023-03-27selftests/bpf: Don't assume page size is 4096Hengqi Chen
2023-03-27libbpf: Ensure print callback usage is thread-safeJP Kobryn