| Age | Commit message (Expand) | Author |
| 2022-04-08 | selftests/bpf/test_lirc_mode2.sh: Exit with proper code | Hangbin Liu |
| 2022-04-08 | selftests/bpf: Fix error reporting from sock_fields programs | Jakub Sitnicki |
| 2022-04-08 | selftests/bpf: Make test_lwt_ip_encap more stable and faster | Felix Maurer |
| 2022-04-08 | selftests/bpf: Use "__se_" prefix on architectures without syscall wrapper | Naveen N. Rao |
| 2022-04-08 | selftests/bpf: Extract syscall wrapper | Kenta Tada |
| 2022-04-08 | selftests/bpf/test_xdp_redirect_multi: use temp netns for testing | Hangbin Liu |
| 2022-04-08 | selftests, xsk: Fix rx_full stats test | Magnus Karlsson |
| 2022-04-08 | selftests: bpf: Fix bind on used port | Felix Maurer |
| 2022-02-15 | selftests: bpf: Check bpf_msg_push_data return value | Felix Maurer |
| 2022-02-11 | selftests/bpf: Add test for bpf_timer overwriting crash | Kumar Kartikeya Dwivedi |
| 2022-01-25 | tools headers UAPI: remove stale lirc.h | Sean Young |
| 2022-01-20 | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
| 2022-01-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
| 2022-01-20 | tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN | Yafang Shao |
| 2022-01-19 | bpf, selftests: Add ringbuf memory type confusion test | Daniel Borkmann |
| 2022-01-19 | bpf, selftests: Add various ringbuf tests with invalid offset | Daniel Borkmann |
| 2022-01-11 | bpf/selftests: Add check for updating XDP bpf_link with wrong program type | Toke Høiland-Jørgensen |
| 2022-01-11 | bpf/selftests: convert xdp_link test to ASSERT_* macros | Toke Høiland-Jørgensen |
| 2022-01-06 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
| 2022-01-06 | bpf: selftests: Add bind retry for post_bind{4, 6} | Menglong Dong |
| 2022-01-06 | bpf: selftests: Use C99 initializers in test_sock.c | Menglong Dong |
| 2022-01-06 | bpf/selftests: Test bpf_d_path on rdonly_mem. | Hao Luo |
| 2022-01-06 | selftests/bpf: Don't rely on preserving volatile in PT_REGS macros in loop3 | Andrii Nakryiko |
| 2022-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
| 2022-01-05 | bpf, selftests: Add verifier test for mem_or_null register with offset. | Daniel Borkmann |
| 2022-01-05 | bpf/selftests: Fix namespace mount setup in tc_redirect | Jiri Olsa |
| 2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
| 2021-12-29 | bpf/selftests: Update local storage selftest for sleepable programs | KP Singh |
| 2021-12-23 | selftests/bpf: Add btf_dump__new to test_cpp | Jiri Olsa |
| 2021-12-20 | selftests/bpf: Correct the INDEX address in vmtest.sh | Pu Lehui |
| 2021-12-18 | bpf/selftests: Test PTR_TO_RDONLY_MEM | Hao Luo |
| 2021-12-17 | bpf, selftests: Fix spelling mistake "tained" -> "tainted" | Colin Ian King |
| 2021-12-17 | selftests/bpf: Add libbpf feature-probing API selftests | Andrii Nakryiko |
| 2021-12-16 | bpf: Right align verifier states in verifier logs. | Christy Lee |
| 2021-12-16 | bpf: Only print scratched registers and stack slots to verifier logs. | Christy Lee |
| 2021-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
| 2021-12-16 | bpf, selftests: Fix racing issue in btf_skc_cls_ingress test | Martin KaFai Lau |
| 2021-12-16 | selftest/bpf: Add a test that reads various addresses. | Alexei Starovoitov |
| 2021-12-16 | selftests/bpf: Enable cross-building with clang | Jean-Philippe Brucker |
| 2021-12-16 | bpf, selftests: Add test case trying to taint map value pointer | Daniel Borkmann |
| 2021-12-14 | bpf, selftests: Update test case for atomic cmpxchg on r0 with pointer | Daniel Borkmann |
| 2021-12-14 | bpf, selftests: Add test case for atomic fetch on spilled pointer | Daniel Borkmann |
| 2021-12-14 | selftests/bpf: Stop using bpf_object__find_program_by_title API. | Kui-Feng Lee |
| 2021-12-14 | selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftests | Andrii Nakryiko |
| 2021-12-14 | selftests/bpf: Fix OOB write in test_verifier | Kumar Kartikeya Dwivedi |
| 2021-12-13 | selftests/bpf: Fix segfault in bpf_tcp_ca | Jean-Philippe Brucker |
| 2021-12-13 | selftests/bpf: Add tests for get_func_[arg|ret|arg_cnt] helpers | Jiri Olsa |
| 2021-12-13 | selftests/bpf: Add test to access int ptr argument in tracing program | Jiri Olsa |
| 2021-12-12 | selftests/bpf: Remove last bpf_create_map_xattr from test_verifier | Andrii Nakryiko |
| 2021-12-11 | selftests/bpf: Add test cases for bpf_strncmp() | Hou Tao |