index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
progs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-22
selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID
Hao Sun
1
-0
/
+42
2022-12-22
selftests/bpf: Test bpf_skb_adjust_room on CHECKSUM_PARTIAL
Martin KaFai Lau
2
-0
/
+74
2022-12-14
selftests/bpf: Add a test for using a cpumap from an freplace-to-XDP program
Toke Høiland-Jørgensen
1
-0
/
+24
2022-12-14
selftests/bpf: Fix a selftest compilation error with CONFIG_SMP=n
Yonghong Song
2
-5
/
+5
2022-12-08
selftests/bpf: Add test for dynptr reinit in user_ringbuf callback
Kumar Kartikeya Dwivedi
1
-8
/
+43
2022-12-08
bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func
Kumar Kartikeya Dwivedi
1
-12
/
+0
2022-12-07
selftests/bpf: convert dynptr_fail and map_kptr_fail subtests to generic tester
Andrii Nakryiko
3
-0
/
+59
2022-12-07
selftests/bpf: add generic BPF program tester-loader
Andrii Nakryiko
1
-0
/
+5
2022-12-06
bpf: Don't use rcu_users to refcount in task kfuncs
David Vernet
2
-2
/
+12
2022-12-06
selftests/bpf: Allow building bpf tests with CONFIG_XFRM_INTERFACE=[m|n]
Martin KaFai Lau
1
-4
/
+9
2022-12-05
selftests/bpf: add xfrm_info tests
Eyal Birger
2
-0
/
+38
2022-12-04
selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksym
James Hilliard
1
-3
/
+3
2022-12-04
bpf: Add sleepable prog tests for cgrp local storage
Yonghong Song
1
-0
/
+80
2022-12-04
bpf: Do not mark certain LSM hook arguments as trusted
Yonghong Song
1
-0
/
+11
2022-12-04
selftests/bpf: Fix rcu_read_lock test with new MEM_RCU semantics
Yonghong Song
1
-10
/
+45
2022-12-01
selftests/bpf: Validate multiple ref release_on_unlock logic
Dave Marchevsky
1
-1
/
+16
2022-11-30
bpf: Tighten ptr_to_btf_id checks.
Alexei Starovoitov
1
-0
/
+1
2022-11-28
Daniel Borkmann says:
Jakub Kicinski
15
-2
/
+2700
2022-11-24
selftests/bpf: Add tests for bpf_rcu_read_lock()
Yonghong Song
1
-0
/
+290
2022-11-23
selftests/bpf: Add selftests for bpf_task_from_pid()
David Vernet
3
-0
/
+87
2022-11-22
selftests/bpf: Add selftests for bpf_cgroup_ancestor() kfunc
David Vernet
2
-0
/
+46
2022-11-22
selftests/bpf: Add cgroup kfunc / kptr selftests
David Vernet
3
-0
/
+456
2022-11-22
selftests/bpf: Workaround for llvm nop-4 bug
Alexei Starovoitov
1
-1
/
+1
2022-11-22
Revert "selftests/bpf: Temporarily disable linked list tests"
Alexei Starovoitov
3
-20
/
+9
2022-11-21
selftests/bpf: Make sure zero-len skbs aren't redirectable
Stanislav Fomichev
1
-0
/
+37
2022-11-20
bpf: Add type cast unit tests
Yonghong Song
1
-0
/
+83
2022-11-20
bpf/selftests: Add selftests for new task kfuncs
David Vernet
3
-0
/
+480
2022-11-17
selftests/bpf: Temporarily disable linked list tests
Kumar Kartikeya Dwivedi
3
-9
/
+20
2022-11-17
selftests/bpf: Add BPF linked list API tests
Kumar Kartikeya Dwivedi
3
-0
/
+1007
2022-11-17
selftests/bpf: Add failure test cases for spin lock pairing
Kumar Kartikeya Dwivedi
1
-0
/
+204
2022-11-17
selftests/bpf: Update spinlock selftest
Kumar Kartikeya Dwivedi
1
-2
/
+2
2022-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2022-11-16
selftests/bpf: fix memory leak of lsm_cgroup
Wang Yufen
1
-0
/
+8
2022-11-11
selftests/bpf: Test skops->skb_hwtstamp
Martin KaFai Lau
1
-0
/
+4
2022-11-11
selftests: bpf: Add a test when bpf_probe_read_kernel_str() returns EFAULT
Alban Crequy
1
-0
/
+5
2022-11-02
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
12
-4
/
+538
2022-10-25
selftests/bpf: Add selftests for new cgroup local storage
Yonghong Song
4
-0
/
+285
2022-10-25
selftests/bpf: Tracing prog can still do lookup under busy lock
Martin KaFai Lau
1
-3
/
+40
2022-10-25
selftests/bpf: Ensure no task storage failure for bpf_lsm.s prog due to deadl...
Martin KaFai Lau
1
-0
/
+47
2022-10-25
selftests/bpf: Add kprobe_multi kmod attach api tests
Jiri Olsa
1
-0
/
+50
2022-10-25
selftests/bpf: Add kprobe_multi check to module attach test
Jiri Olsa
1
-0
/
+6
2022-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2022-10-21
selftests/bpf: Add write to hashmap to array_map iter test
Dave Marchevsky
1
-1
/
+20
2022-10-21
selftests/bpf: Add test verifying bpf_ringbuf_reserve retval use in map ops
Dave Marchevsky
1
-0
/
+70
2022-10-21
selftests/bpf: fix task_local_storage/exit_creds rcu usage
Delyan Kratunov
1
-0
/
+3
2022-10-19
libbpf: add non-mmapable data section selftest
Andrii Nakryiko
1
-0
/
+17
2022-10-13
selftests/bpf: Make bpf_user_ringbuf_drain() selftest callback return 1
David Vernet
1
-2
/
+2
2022-10-10
selftests/bpf: Add tests for _opts variants of bpf_*_get_fd_by_id()
Roberto Sassu
1
-0
/
+36
2022-10-05
selftests/bpf: Test btf dump for struct with padding only fields
Eduard Zingerman
1
-0
/
+9
2022-10-04
Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
46
-98
/
+2228
[next]