summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2022-04-08selftests/bpf/test_lirc_mode2.sh: Exit with proper codeHangbin Liu
2022-04-08selftests/bpf: Fix error reporting from sock_fields programsJakub Sitnicki
2022-04-08selftests/bpf: Make test_lwt_ip_encap more stable and fasterFelix Maurer
2022-04-08selftests/bpf: Use "__se_" prefix on architectures without syscall wrapperNaveen N. Rao
2022-04-08selftests/bpf: Extract syscall wrapperKenta Tada
2022-04-08selftests/bpf/test_xdp_redirect_multi: use temp netns for testingHangbin Liu
2022-04-08selftests, xsk: Fix rx_full stats testMagnus Karlsson
2022-04-08selftests: bpf: Fix bind on used portFelix Maurer
2022-02-15selftests: bpf: Check bpf_msg_push_data return valueFelix Maurer
2022-02-11selftests/bpf: Add test for bpf_timer overwriting crashKumar Kartikeya Dwivedi
2022-01-25tools headers UAPI: remove stale lirc.hSean Young
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LENYafang Shao
2022-01-19bpf, selftests: Add ringbuf memory type confusion testDaniel Borkmann
2022-01-19bpf, selftests: Add various ringbuf tests with invalid offsetDaniel Borkmann
2022-01-11bpf/selftests: Add check for updating XDP bpf_link with wrong program typeToke Høiland-Jørgensen
2022-01-11bpf/selftests: convert xdp_link test to ASSERT_* macrosToke Høiland-Jørgensen
2022-01-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-06bpf: selftests: Add bind retry for post_bind{4, 6}Menglong Dong
2022-01-06bpf: selftests: Use C99 initializers in test_sock.cMenglong Dong
2022-01-06bpf/selftests: Test bpf_d_path on rdonly_mem.Hao Luo
2022-01-06selftests/bpf: Don't rely on preserving volatile in PT_REGS macros in loop3Andrii Nakryiko
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-05bpf, selftests: Add verifier test for mem_or_null register with offset.Daniel Borkmann
2022-01-05bpf/selftests: Fix namespace mount setup in tc_redirectJiri Olsa
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-29bpf/selftests: Update local storage selftest for sleepable programsKP Singh
2021-12-23selftests/bpf: Add btf_dump__new to test_cppJiri Olsa
2021-12-20selftests/bpf: Correct the INDEX address in vmtest.shPu Lehui
2021-12-18bpf/selftests: Test PTR_TO_RDONLY_MEMHao Luo
2021-12-17bpf, selftests: Fix spelling mistake "tained" -> "tainted"Colin Ian King
2021-12-17selftests/bpf: Add libbpf feature-probing API selftestsAndrii Nakryiko
2021-12-16bpf: Right align verifier states in verifier logs.Christy Lee
2021-12-16bpf: Only print scratched registers and stack slots to verifier logs.Christy Lee
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-16bpf, selftests: Fix racing issue in btf_skc_cls_ingress testMartin KaFai Lau
2021-12-16selftest/bpf: Add a test that reads various addresses.Alexei Starovoitov
2021-12-16selftests/bpf: Enable cross-building with clangJean-Philippe Brucker
2021-12-16bpf, selftests: Add test case trying to taint map value pointerDaniel Borkmann
2021-12-14bpf, selftests: Update test case for atomic cmpxchg on r0 with pointerDaniel Borkmann
2021-12-14bpf, selftests: Add test case for atomic fetch on spilled pointerDaniel Borkmann
2021-12-14selftests/bpf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee
2021-12-14selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftestsAndrii Nakryiko
2021-12-14selftests/bpf: Fix OOB write in test_verifierKumar Kartikeya Dwivedi
2021-12-13selftests/bpf: Fix segfault in bpf_tcp_caJean-Philippe Brucker
2021-12-13selftests/bpf: Add tests for get_func_[arg|ret|arg_cnt] helpersJiri Olsa
2021-12-13selftests/bpf: Add test to access int ptr argument in tracing programJiri Olsa
2021-12-12selftests/bpf: Remove last bpf_create_map_xattr from test_verifierAndrii Nakryiko
2021-12-11selftests/bpf: Add test cases for bpf_strncmp()Hou Tao