index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-15
bpf, selftests: Adjust few selftest outcomes wrt unreachable code
Daniel Borkmann
8
-8
/
+53
2021-05-25
bpf, selftests: Adjust few selftest result_unpriv outcomes
Daniel Borkmann
2
-10
/
+0
2021-05-25
selftests/bpf: Add test for l3 use of bpf_redirect_peer
Jussi Maki
2
-178
/
+405
2021-05-21
selftests/bpf: Test ringbuf mmap read-only and read-write restrictions
Andrii Nakryiko
1
-1
/
+48
2021-05-21
selftests/bpf: Convert static to global in tc_redirect progs
Stanislav Fomichev
2
-4
/
+4
2021-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
7
-266
/
+617
2021-05-12
selftests/bpf: Rewrite test_tc_redirect.sh as prog_tests/tc_redirect.c
Jussi Maki
7
-266
/
+617
2021-05-08
Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-0
/
+7
2021-04-30
selftests/bpf: Fix the snprintf test
Florent Revest
2
-0
/
+7
2021-04-30
Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2021-04-28
bpf, selftests: Update array map tests for per-cpu batched ops
Pedro Tammela
1
-29
/
+75
2021-04-27
bpf: Fix propagation of 32 bit unsigned bounds from 64 bit bounds
Daniel Borkmann
1
-1
/
+1
2021-04-27
selftests/bpf: Fix core_reloc test runner
Andrii Nakryiko
1
-8
/
+12
2021-04-27
selftests/bpf: Fix field existence CO-RE reloc tests
Andrii Nakryiko
9
-48
/
+24
2021-04-27
selftests/bpf: Add remaining ASSERT_xxx() variants
Andrii Nakryiko
7
-15
/
+56
2021-04-26
selftests/bpf: Use ASSERT macros in lsm test
Jiri Olsa
1
-17
/
+10
2021-04-26
selftests/bpf: Test that module can't be unloaded with attached trampoline
Jiri Olsa
1
-0
/
+23
2021-04-26
selftests/bpf: Add re-attach test to lsm test
Jiri Olsa
1
-10
/
+38
2021-04-26
selftests/bpf: Add re-attach test to fexit_test
Jiri Olsa
1
-15
/
+37
2021-04-26
selftests/bpf: Add re-attach test to fentry_test
Jiri Olsa
1
-15
/
+37
2021-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
34
-114
/
+1012
2021-04-24
tools: do not include scripts/Kbuild.include
Masahiro Yamada
1
-1
/
+1
2021-04-24
selftests/bpf: Document latest Clang fix expectations for linking tests
Andrii Nakryiko
1
-0
/
+9
2021-04-24
selftests/bpf: Add map linking selftest
Andrii Nakryiko
4
-1
/
+191
2021-04-24
selftests/bpf: Add global variables linking selftest
Andrii Nakryiko
4
-1
/
+154
2021-04-24
selftests/bpf: Add function linking selftest
Andrii Nakryiko
4
-1
/
+190
2021-04-24
selftests/bpf: Omit skeleton generation for multi-linked BPF object files
Andrii Nakryiko
1
-1
/
+3
2021-04-24
selftests/bpf: Use -O0 instead of -Og in selftests builds
Andrii Nakryiko
1
-4
/
+4
2021-04-21
selftests/bpf: Add docs target as all dependency
Jiri Olsa
1
-1
/
+2
2021-04-20
bpf/selftests: Add bpf_get_task_stack retval bounds test_prog
Dave Marchevsky
2
-0
/
+28
2021-04-20
bpf/selftests: Add bpf_get_task_stack retval bounds verifier test
Dave Marchevsky
1
-0
/
+43
2021-04-20
selftests/bpf: Add a series of tests for bpf_snprintf
Florent Revest
3
-0
/
+218
2021-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-35
/
+16
2021-04-17
bpf: Update selftests to reflect new error states
Daniel Borkmann
6
-35
/
+16
2021-04-16
selftests/bpf: Silence clang compilation warnings
Yonghong Song
3
-4
/
+9
2021-04-16
selftests/bpf: Fix test_cpp compilation failure with clang
Yonghong Song
1
-1
/
+1
2021-04-15
tools/testing: Remove unused variable
zuoqilin
1
-1
/
+1
2021-04-15
selftests/bpf: Fix the ASSERT_ERR_PTR macro
Florent Revest
1
-1
/
+1
2021-04-14
selftests/bpf: Add tests for target information in bpf_link info queries
Toke Høiland-Jørgensen
1
-14
/
+44
2021-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+63
2021-04-09
selftests/bpf: ringbuf_multi: Test bpf_map__set_inner_map_fd
Yauheni Kaliuta
2
-0
/
+25
2021-04-09
selftests/bpf: ringbuf_multi: Use runtime page size
Yauheni Kaliuta
2
-4
/
+20
2021-04-09
selftests/bpf: ringbuf: Use runtime page size
Yauheni Kaliuta
2
-5
/
+13
2021-04-09
selftests/bpf: mmap: Use runtime page size
Yauheni Kaliuta
2
-7
/
+19
2021-04-09
selftests/bpf: Pass page size from userspace in map_ptr
Yauheni Kaliuta
2
-4
/
+15
2021-04-09
selftests/bpf: Pass page size from userspace in sockopt_sk
Yauheni Kaliuta
2
-6
/
+6
2021-04-09
selftests/bpf: test_progs/sockopt_sk: Convert to use BPF skeleton
Yauheni Kaliuta
1
-48
/
+17
2021-04-09
selftests/bpf: test_progs/sockopt_sk: Remove version
Yauheni Kaliuta
1
-1
/
+0
2021-04-03
bpf: selftests: Specify CONFIG_DYNAMIC_FTRACE in the testing config
Martin KaFai Lau
1
-0
/
+2
2021-04-03
bpf, selftests: test_maps generating unrecognized data section
John Fastabend
1
-12
/
+0
[next]