summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2022-02-15selftests: bpf: Check bpf_msg_push_data return valueFelix Maurer1-8/+18
2022-02-12selftests/bpf: Add test for bpf_timer overwriting crashKumar Kartikeya Dwivedi2-0/+86
2022-01-26tools headers UAPI: remove stale lirc.hSean Young1-1/+0
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-32/+178
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+6
2022-01-20tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LENYafang Shao2-6/+6
2022-01-19bpf, selftests: Add ringbuf memory type confusion testDaniel Borkmann4-2/+79
2022-01-19bpf, selftests: Add various ringbuf tests with invalid offsetDaniel Borkmann1-0/+64
2022-01-11bpf/selftests: Add check for updating XDP bpf_link with wrong program typeToke Høiland-Jørgensen2-0/+11
2022-01-11bpf/selftests: convert xdp_link test to ASSERT_* macrosToke Høiland-Jørgensen1-31/+25
2022-01-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski6-151/+308
2022-01-07bpf: selftests: Add bind retry for post_bind{4, 6}Menglong Dong1-20/+130
2022-01-07bpf: selftests: Use C99 initializers in test_sock.cMenglong Dong1-128/+92
2022-01-07bpf/selftests: Test bpf_d_path on rdonly_mem.Hao Luo2-1/+49
2022-01-07selftests/bpf: Don't rely on preserving volatile in PT_REGS macros in loop3Andrii Nakryiko1-2/+2
2022-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-01-05bpf, selftests: Add verifier test for mem_or_null register with offset.Daniel Borkmann1-0/+28
2022-01-05bpf/selftests: Fix namespace mount setup in tc_redirectJiri Olsa1-0/+7
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller42-265/+1077
2021-12-30bpf/selftests: Update local storage selftest for sleepable programsKP Singh2-33/+11
2021-12-23selftests/bpf: Add btf_dump__new to test_cppJiri Olsa1-1/+8
2021-12-20selftests/bpf: Correct the INDEX address in vmtest.shPu Lehui1-1/+1
2021-12-19bpf/selftests: Test PTR_TO_RDONLY_MEMHao Luo2-0/+43
2021-12-18bpf, selftests: Fix spelling mistake "tained" -> "tainted"Colin Ian King1-1/+1
2021-12-18selftests/bpf: Add libbpf feature-probing API selftestsAndrii Nakryiko2-0/+126
2021-12-17bpf: Right align verifier states in verifier logs.Christy Lee1-77/+92
2021-12-17bpf: Only print scratched registers and stack slots to verifier logs.Christy Lee1-15/+15
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-3/+353
2021-12-16bpf, selftests: Fix racing issue in btf_skc_cls_ingress testMartin KaFai Lau1-2/+14
2021-12-16selftest/bpf: Add a test that reads various addresses.Alexei Starovoitov2-0/+32
2021-12-16selftests/bpf: Enable cross-building with clangJean-Philippe Brucker1-4/+4
2021-12-16bpf, selftests: Add test case trying to taint map value pointerDaniel Borkmann1-0/+23
2021-12-15bpf, selftests: Update test case for atomic cmpxchg on r0 with pointerDaniel Borkmann1-2/+65
2021-12-15bpf, selftests: Add test case for atomic fetch on spilled pointerDaniel Borkmann2-0/+117
2021-12-15selftests/bpf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee10-67/+104
2021-12-15selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftestsAndrii Nakryiko8-24/+3
2021-12-14selftests/bpf: Fix OOB write in test_verifierKumar Kartikeya Dwivedi1-1/+1
2021-12-14selftests/bpf: Fix segfault in bpf_tcp_caJean-Philippe Brucker1-4/+3
2021-12-13selftests/bpf: Add tests for get_func_[arg|ret|arg_cnt] helpersJiri Olsa2-0/+167
2021-12-13selftests/bpf: Add test to access int ptr argument in tracing programJiri Olsa1-0/+12
2021-12-13selftests/bpf: Remove last bpf_create_map_xattr from test_verifierAndrii Nakryiko1-9/+5
2021-12-12selftests/bpf: Add test cases for bpf_strncmp()Hou Tao2-0/+221
2021-12-12selftests/bpf: Add benchmark for bpf_strncmp() helperHou Tao5-1/+232
2021-12-12selftests/bpf: Fix checkpatch error on empty function parameterHou Tao6-33/+34
2021-12-11Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski73-517/+2189
2021-12-11selftests/bpf: Remove the only use of deprecated bpf_object__load_xattr()Andrii Nakryiko1-5/+5
2021-12-11selftests/bpf: Add test for libbpf's custom log_buf behaviorAndrii Nakryiko2-0/+300
2021-12-11selftests/bpf: Replace all uses of bpf_load_btf() with bpf_btf_load()Andrii Nakryiko3-22/+32
2021-12-11libbpf: Improve logging around BPF program loadingAndrii Nakryiko1-2/+4
2021-12-10selftests/bpf: Tests for state pruning with u32 spill/fillPaul Chaignon2-0/+103