summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2024-08-14selftests/bpf: convert test_skb_cgroup_id_user to test_progsAlexis Lothoré (eBPF Foundation)
2024-08-14selftests/bpf: add proper section name to bpf prog and rename itAlexis Lothoré (eBPF Foundation)
2024-08-14selftests/bpf: convert test_cgroup_storage to test_progsAlexis Lothoré (eBPF Foundation)
2024-08-14selftests/bpf: convert get_current_cgroup_id_user to test_progsAlexis Lothoré (eBPF Foundation)
2024-08-13selftests/bpf: Avoid subtraction after htons() in ipip testsAsbjørn Sloth Tønnesen
2024-08-12selftests/bpf: Add a test to verify previous stacksafe() fixYonghong Song
2024-08-08selftests/bpf: add sockopt tests for TCP_BPF_SOCK_OPS_CB_FLAGSAlan Maguire
2024-08-07selftests/bpf: Add tests for bpf_get_dentry_xattrSong Liu
2024-08-06selftests/bpf: add positive tests for new VFS based BPF kfuncsMatt Bobrowski
2024-08-06selftests/bpf: add negative tests for new VFS based BPF kfuncsMatt Bobrowski
2024-08-02selftests/bpf: Fix a btf_dump selftest failureYonghong Song
2024-08-02Merge tag 'asm-generic-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-08-02uretprobe: change syscall number, againArnd Bergmann
2024-08-02uprobes: make uprobe_register() return struct uprobe *Oleg Nesterov
2024-08-02uprobes: kill uprobe_register_refctr()Oleg Nesterov
2024-08-02selftests/bpf: fix uprobe.path leak in bpf_testmodJiri Olsa
2024-07-31selftests/bpf: add wrong type test to cgroup devAlexis Lothoré (eBPF Foundation)
2024-07-31selftests/bpf: convert test_dev_cgroup to test_progsAlexis Lothoré (eBPF Foundation)
2024-07-31selftests/bpf: do not disable /dev/null device access in cgroup dev testAlexis Lothoré (eBPF Foundation)
2024-07-30selftests/bpf: fix RELEASE=1 compilation for sock_addr.cAndrii Nakryiko
2024-07-30selftests/bpf: Fix error compiling tc_redirect.c with musl libcTony Ambardar
2024-07-30selftests/bpf: Fix using stdout, stderr as struct field namesTony Ambardar
2024-07-30selftests/bpf: Fix compile if backtrace support missing in libcTony Ambardar
2024-07-30selftests/bpf: Fix redefinition errors compiling lwt_reroute.cTony Ambardar
2024-07-30selftests/bpf: Fix C++ compile error from missing _Bool typeTony Ambardar
2024-07-30selftests/bpf: Fix error compiling test_lru_map.cTony Ambardar
2024-07-30selftests/bpf: Fix arg parsing in veristat, test_progsTony Ambardar
2024-07-30selftests/bpf: Use portable POSIX basename()Tony Ambardar
2024-07-30bpf/selftests: Fix ASSERT_OK condition check in uprobe_syscall testJiri Olsa
2024-07-29selftests/bpf: Load struct_ops map in global_maps_resize testDavid Vernet
2024-07-29selftests/bpf: Integrate test_xdp_veth into test_progsAlexis Lothoré (eBPF Foundation)
2024-07-29selftests/bpf: Update xdp_redirect_map prog sections for libbpfAlexis Lothoré (eBPF Foundation)
2024-07-29selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libcTony Ambardar
2024-07-29selftests/bpf: Fix errors compiling crypto_sanity.c with musl libcTony Ambardar
2024-07-29selftests/bpf: Fix errors compiling decap_sanity.c with musl libcTony Ambardar
2024-07-29selftests/bpf: Fix errors compiling lwt_redirect.c with musl libcTony Ambardar
2024-07-29selftests/bpf: Fix compiling core_reloc.c with musl-libcTony Ambardar
2024-07-29selftests/bpf: Fix compiling tcp_rtt.c with musl-libcTony Ambardar
2024-07-29selftests/bpf: Fix compiling flow_dissector.c with musl-libcTony Ambardar
2024-07-29selftests/bpf: Fix compiling kfree_skb.c with musl-libcTony Ambardar
2024-07-29selftests/bpf: Fix compiling parse_tcp_hdr_opt.c with musl-libcTony Ambardar
2024-07-29selftests/bpf: Fix include of <sys/fcntl.h>Tony Ambardar
2024-07-29selftests/bpf: Fix missing BUILD_BUG_ON() declarationTony Ambardar
2024-07-29selftests/bpf: Fix missing UINT_MAX definitions in benchmarksTony Ambardar
2024-07-29selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.cTony Ambardar
2024-07-29selftests/bpf: Drop unneeded error.h includesTony Ambardar
2024-07-29selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libcTony Ambardar
2024-07-29selftests/bpf: Fix compile error from rlim_t in sk_storage_map.cTony Ambardar
2024-07-29selftests/bpf: Use pid_t consistently in test_progs.cTony Ambardar
2024-07-29selftests/bpf: Make %.test.d prerequisite order onlyIhor Solodrai