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/test_xdp_redirect_multi: use temp netns for testingHangbin Liu
2022-04-08selftests/bpf: Normalize XDP section names in selftestsAndrii Nakryiko
2022-04-08selftests: bpf: Fix bind on used portFelix Maurer
2022-03-16selftests/bpf: Add test for bpf_timer overwriting crashKumar Kartikeya Dwivedi
2022-03-02selftests: bpf: Check bpf_msg_push_data return valueFelix Maurer
2022-01-27bpf/selftests: Fix namespace mount setup in tc_redirectJiri Olsa
2022-01-27selftests/bpf: Fix bpf_object leak in skb_ctx selftestAndrii Nakryiko
2022-01-27selftests/bpf: Destroy XDP link correctlyAndrii Nakryiko
2022-01-27selftests/bpf: Fix memory leaks in btf_type_c_dump() helperAndrii Nakryiko
2022-01-27bpf: Fix the test_task_vma selftest to support output shorter than 1 kBMaxim Mikityanskiy
2021-12-22bpf, selftests: Fix racing issue in btf_skc_cls_ingress testMartin KaFai Lau
2021-12-22bpf, selftests: Update test case for atomic cmpxchg on r0 with pointerDaniel Borkmann
2021-12-22bpf, selftests: Add test case trying to taint map value pointerDaniel Borkmann
2021-12-22bpf, selftests: Add test case for atomic fetch on spilled pointerDaniel Borkmann
2021-12-14bpf: Add selftests to cover packet access corner casesMaxim Mikityanskiy
2021-12-14bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy
2021-11-18selftests/bpf: Fix also no-alu32 strobemeta selftestAndrii Nakryiko
2021-11-18selftests/bpf/xdp_redirect_multi: Limit the tests in netnsHangbin Liu
2021-11-18selftests/bpf/xdp_redirect_multi: Give tcpdump a chance to terminate cleanlyHangbin Liu
2021-11-18selftests/bpf/xdp_redirect_multi: Use arping to accurate the arp numberHangbin Liu
2021-11-18selftests/bpf/xdp_redirect_multi: Put the logs to tmp folderHangbin Liu
2021-11-18bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov
2021-11-18selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi
2021-11-18selftests/bpf: Fix memory leak in test_imaKumar Kartikeya Dwivedi
2021-11-18selftests/bpf: Fix fd cleanup in sk_lookup testKumar Kartikeya Dwivedi
2021-11-18selftests/bpf: Fix strobemeta selftest regressionAndrii Nakryiko
2021-11-18selftests/bpf: Fix perf_buffer test on system with offline cpusJiri Olsa
2021-10-26selftests/bpf: Use recv_timeout() instead of retriesYucong Sun
2021-09-28selftests, bpf: test_lwt_ip_encap: Really disable rp_filterJiri Benc
2021-09-28selftests, bpf: Fix makefile dependencies on libbpfJiri Benc
2021-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-09-13bpf, selftests: Add test case for mixed cgroup v1/v2Daniel Borkmann
2021-09-13bpf, selftests: Add cgroup v1 net_cls classid helpersDaniel Borkmann
2021-09-07selftests/bpf: Fix build of task_pt_regs test for arm64Jean-Philippe Brucker
2021-09-06selftests/bpf: Test XDP bonding nest and unwindJussi Maki
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-08-27selftests/bpf: Fix potential unreleased lockChengfeng Ye
2021-08-26selftests/bpf: Reduce more flakyness in sockmap_listenYucong Sun
2021-08-25bpf: selftests: Add dctcp fallback testMartin KaFai Lau
2021-08-25bpf: selftests: Add connect_to_fd_opts to network_helpersMartin KaFai Lau
2021-08-25bpf: selftests: Add sk_state to bpf_tcp_helpers.hMartin KaFai Lau
2021-08-25selftests: xsk: Preface options with optMagnus Karlsson
2021-08-25selftests: xsk: Make enums lower caseMagnus Karlsson
2021-08-25selftests: xsk: Generate packets from specificationMagnus Karlsson
2021-08-25selftests: xsk: Generate packet directly in umemMagnus Karlsson
2021-08-25selftests: xsk: Simplify cleanup of ifobjectsMagnus Karlsson
2021-08-25selftests: xsk: Decrease sending speedMagnus Karlsson