summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* Daniel Borkmann says:Jakub Kicinski2023-04-13252-9821/+17899
|\
| * selftests/bpf: Fix compiler warnings in bpf_testmod for kfuncsAndrii Nakryiko2023-04-131-0/+6
| * selftests/bpf: Remove stand-along test_verifier_log test binaryAndrii Nakryiko2023-04-132-176/+1
| * selftests/bpf: Keep the loop in bpf_testmod_loop_testSong Liu2023-04-131-1/+5
| * selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attachSong Liu2023-04-131-0/+1
| * selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmapSong Liu2023-04-134-16/+24
| * selftests/bpf: Fix use of uninitialized op_name in log testsLorenz Bauer2023-04-131-1/+1
| * selftests/bpf: Test FOU kfuncs for externally controlled ipip devicesChristian Ehrig2023-04-122-2/+268
| * bpf: Remove bpf_cgroup_kptr_get() kfuncDavid Vernet2023-04-123-67/+14
| * bpf: Make bpf_cgroup_acquire() KF_RCU | KF_RET_NULLDavid Vernet2023-04-123-7/+38
| * selftests/bpf: Add test to access u32 ptr argument in tracing programFeng Zhou2023-04-111-0/+13
| * selftests/bpf: Add verifier log tests for BPF_BTF_LOAD commandAndrii Nakryiko2023-04-111-0/+188
| * selftests/bpf: Add testing of log_buf==NULL condition for BPF_PROG_LOADAndrii Nakryiko2023-04-111-0/+23
| * selftests/bpf: Add tests to validate log_true_size featureAndrii Nakryiko2023-04-111-16/+76
| * selftests/bpf: Add fixed vs rotating verifier log testsAndrii Nakryiko2023-04-111-0/+179
| * veristat: Add more veristat control over verifier log optionsAndrii Nakryiko2023-04-111-9/+35
| * bpf: Switch BPF verifier log to be a rotating log by defaultAndrii Nakryiko2023-04-111-0/+1
| * selftests/bpf: Reset err when symbol name already exist in kprobe_multi_testManu Bretelle2023-04-101-1/+3
| * selftests/bpf: Prevent infinite loop in veristat when base file is too shortEduard Zingerman2023-04-071-2/+6
| * selftests/bpf: Use PERF_COUNT_HW_CPU_CYCLES event for get_branch_snapshotSong Liu2023-04-071-2/+2
| * selftests/bpf: Add verifier tests for code pattern '<const> <cond_op> <non_co...Yonghong Song2023-04-061-0/+460
| * bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifierYonghong Song2023-04-061-1/+1
| * selftests/bpf: Add tests for non-constant cond_op NE/EQ bound deductionYonghong Song2023-04-062-0/+181
| * selftests: xsk: Add test UNALIGNED_INV_DESC_4K1_FRAME_SIZEKal Conley2023-04-062-0/+25
| * selftests/bpf: Wait for receive in cg_storage_multi testYiFei Zhu2023-04-051-2/+6
| * selftests: xsk: Deflakify STATS_RX_DROPPED testKal Conley2023-04-051-2/+8
| * selftests: xsk: Disable IPv6 on VETH1Kal Conley2023-04-051-0/+1
| * selftests: xsk: Add test case for packets at end of UMEMKal Conley2023-04-051-2/+5
| * selftests: xsk: Use correct UMEM size in testapp_invalid_descKal Conley2023-04-052-5/+5
| * selftests: xsk: Add xskxceiver.h dependency to MakefileKal Conley2023-04-051-1/+1
| * selftests/bpf: Add tracing tests for walking skb and req.Alexei Starovoitov2023-04-041-0/+16
| * selftests/bpf: Add RESOLVE_BTFIDS dependency to bpf_testmod.koIlya Leoshkevich2023-04-041-1/+1
| * bpf: Remove now-defunct task kfuncsDavid Vernet2023-04-015-93/+14
| * bpf: Make struct task_struct an RCU-safe typeDavid Vernet2023-04-014-12/+100
| * veristat: small fixed found in -O2 modeAndrii Nakryiko2023-04-011-1/+3
| * veristat: avoid using kernel-internal headersAndrii Nakryiko2023-04-011-1/+4
| * veristat: improve version reportingAndrii Nakryiko2023-04-011-2/+17
| * veristat: relicense veristat.c as dual GPL-2.0-only or BSD-2-Clause licensedAndrii Nakryiko2023-04-011-1/+1
| * selftests/bpf: Fix conflicts with built-in functions in bench_local_storage_c...James Hilliard2023-03-312-2/+2
| * selftests/bpf: Replace extract_build_id with read_build_idJiri Olsa2023-03-314-49/+13
| * selftests/bpf: Add read_build_id functionJiri Olsa2023-03-312-0/+87
| * selftests/bpf: Add err.h headerJiri Olsa2023-03-312-2/+19
| * selftests/bpf: Add testcases for ptr_*_or_null_ in bpf_kptr_xchgDavid Vernet2023-03-302-0/+48
| * veristat: change guess for __sk_buff from CGROUP_SKB to SCHED_CLSAndrii Nakryiko2023-03-301-1/+1
| * selftests/bpf: Rewrite two infinite loops in bound check casesXu Kuohai2023-03-291-8/+16
| * veristat: guess and substitue underlying program type for freplace (EXT) progsAndrii Nakryiko2023-03-291-4/+117
| * veristat: add -d debug mode option to see debug libbpf logAndrii Nakryiko2023-03-291-1/+7
| * libbpf: disassociate section handler on explicit bpf_program__set_type() callAndrii Nakryiko2023-03-291-1/+1
| * selftests/bpf: test a BPF CC writing app_limitedYixin Shen2023-03-291-1/+12
| * selftests/bpf: Remove verifier/xdp_direct_packet_access.c, converted to progs...Eduard Zingerman2023-03-281-1468/+0