index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
progs
Age
Commit message (
Expand
)
Author
Lines
2022-08-10
selftests/bpf: Ensure sleepable program is rejected by hash map iter
Hou Tao
-0
/
+9
2022-08-10
selftests/bpf: Add write tests for sk local storage map iterator
Hou Tao
-2
/
+20
2022-08-09
selftests/bpf: Add test for prealloc_lru_pop bug
Kumar Kartikeya Dwivedi
-0
/
+49
2022-07-26
selftests/bpf: Attach to socketcall() in test_probe_user
Ilya Leoshkevich
-2
/
+27
2022-07-26
selftests/bpf: Don't assign outer source IP to host
Paul Chaignon
-9
/
+71
2022-07-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-59
/
+326
2022-07-21
selftests/bpf: Add negative tests for new nf_conntrack kfuncs
Kumar Kartikeya Dwivedi
-0
/
+134
2022-07-21
selftests/bpf: Add tests for new nf_conntrack kfuncs
Lorenzo Bianconi
-12
/
+73
2022-07-19
selftests/bpf: validate .bss section bigger than 8MB is possible now
Andrii Nakryiko
-0
/
+4
2022-07-19
selftests/bpf: use BPF_KSYSCALL and SEC("ksyscall") in selftests
Andrii Nakryiko
-32
/
+16
2022-07-19
selftests/bpf: add test of __weak unknown virtual __kconfig extern
Andrii Nakryiko
-0
/
+3
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-7
/
+7
2022-07-13
selftests/bpf: Return true/false (not 1/0) from bool functions
Linkui Xiao
-15
/
+15
2022-07-12
selftests/bpf: add a ksym iter subtest
Alan Maguire
-0
/
+81
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-88
/
+784
2022-07-08
selftests/bpf: Fix xdp_synproxy build failure if CONFIG_NF_CONNTRACK=m/n
Maxim Mikityanskiy
-7
/
+17
2022-07-08
bpf: Check attach_func_proto more carefully in check_return_code
Stanislav Fomichev
-6
/
+20
2022-07-08
selftests/bpf: Add test involving restrict type qualifier
Daniel Müller
-2
/
+11
2022-07-08
bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIs
Joanne Koong
-7
/
+7
2022-07-07
selftests/bpf: Add benchmark for local_storage RCU Tasks Trace usage
Dave Marchevsky
-0
/
+67
2022-07-05
selftests/bpf: Add type match test against kernel's task_struct
Daniel Müller
-0
/
+20
2022-07-05
selftests/bpf: Add nested type to type based tests
Daniel Müller
-20
/
+54
2022-07-05
selftests/bpf: Add test checking more characteristics
Daniel Müller
-0
/
+54
2022-07-05
selftests/bpf: Add type-match checks to type-based tests
Daniel Müller
-2
/
+44
2022-06-29
selftests/bpf: lsm_cgroup functional test
Stanislav Fomichev
-0
/
+181
2022-06-28
selftests/bpf: remove last tests with legacy BPF map definitions
Andrii Nakryiko
-69
/
+0
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-12
/
+54
2022-06-23
selftests/bpf: Test a BPF CC implementing the unsupported get_info()
Jörn-Thorben Hinz
-0
/
+21
2022-06-23
selftests/bpf: Test an incomplete BPF CC
Jörn-Thorben Hinz
-0
/
+35
2022-06-23
selftests/bpf: Test a BPF CC writing sk_pacing_*
Jörn-Thorben Hinz
-0
/
+60
2022-06-22
selftests/bpf: Add benchmark for local_storage get
Dave Marchevsky
-0
/
+104
2022-06-20
selftests/bpf: BPF test_prog selftests for bpf_loop inlining
Eduard Zingerman
-0
/
+114
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-6
/
+1148
2022-06-16
selftests/bpf: Add selftests for raw syncookie helpers in TC mode
Maxim Mikityanskiy
-36
/
+106
2022-06-16
selftests/bpf: Add selftests for raw syncookie helpers
Maxim Mikityanskiy
-0
/
+763
2022-06-16
selftests/bpf: Shuffle cookies symbols in kprobe multi test
Jiri Olsa
-12
/
+12
2022-06-16
selftests/bpf: add tests for sleepable (uk)probes
Delyan Kratunov
-0
/
+60
2022-06-16
selftests/bpf: Test tail call counting with bpf2bpf and data on stack
Jakub Sitnicki
-0
/
+42
2022-06-14
selftests/bpf: Fix test_varlen verification failure with latest llvm
Yonghong Song
-4
/
+4
2022-06-11
selftest/bpf/benchs: Add bpf_map benchmark
Feng Zhou
-0
/
+40
2022-06-07
selftests/bpf: Add selftest for calling global functions from freplace
Toke Høiland-Jørgensen
-0
/
+18
2022-06-07
selftests/bpf: Add a test for enum64 value relocations
Yonghong Song
-0
/
+160
2022-06-03
selftests/bpf: Fix tc_redirect_dtime
Martin KaFai Lau
-2
/
+51
2022-05-27
selftests/bpf: fix stacktrace_build_id with missing kprobe/urandom_read
Song Liu
-1
/
+1
2022-05-23
selftests/bpf: Dynptr tests
Joanne Koong
-0
/
+752
2022-05-23
selftests/bpf: fix btf_dump/btf_dump due to recent clang change
Yonghong Song
-1
/
+1
2022-05-20
selftests/bpf: add tests verifying unprivileged bpf behaviour
Alan Maguire
-0
/
+83
2022-05-20
selftests/bpf: Add missing trampoline program type to trampoline_count test
Yuntao Wang
-7
/
+9
2022-05-20
selftests/bpf: Verify first of struct mptcp_sock
Geliang Tang
-0
/
+5
2022-05-20
selftests/bpf: Verify ca_name of struct mptcp_sock
Geliang Tang
-0
/
+3
[next]