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.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-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
2022-11-21
bpftool: remove support of --legacy option for bpftool
Sahid Orentino Ferdjaoui
1
-3
/
+3
2022-11-21
bpf: Add type cast unit tests
Yonghong Song
3
-0
/
+198
2022-11-20
bpf/selftests: Add selftests for new task kfuncs
David Vernet
5
-0
/
+640
2022-11-20
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
2
-3
/
+3
2022-11-18
selftests/bpf: Skip spin lock failure test on s390x
Kumar Kartikeya Dwivedi
1
-0
/
+6
2022-11-18
selftests/bpf: Temporarily disable linked list tests
Kumar Kartikeya Dwivedi
4
-16
/
+34
2022-11-18
selftests/bpf: Add BTF sanity tests
Kumar Kartikeya Dwivedi
1
-0
/
+485
2022-11-18
selftests/bpf: Add BPF linked list API tests
Kumar Kartikeya Dwivedi
6
-0
/
+1264
2022-11-18
selftests/bpf: Add failure test cases for spin lock pairing
Kumar Kartikeya Dwivedi
2
-1
/
+292
2022-11-18
selftests/bpf: Update spinlock selftest
Kumar Kartikeya Dwivedi
3
-47
/
+51
2022-11-18
selftests/bpf: Add __contains macro to bpf_experimental.h
Kumar Kartikeya Dwivedi
1
-0
/
+2
2022-11-18
bpf: Introduce single ownership BPF linked list API
Kumar Kartikeya Dwivedi
1
-0
/
+28
2022-11-18
bpf: Introduce bpf_obj_drop
Kumar Kartikeya Dwivedi
1
-0
/
+13
2022-11-18
bpf: Introduce bpf_obj_new
Kumar Kartikeya Dwivedi
1
-0
/
+25
2022-11-18
bpf: Rewrite kfunc argument handling
Kumar Kartikeya Dwivedi
3
-4
/
+4
2022-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-2
/
+14
2022-11-18
selftests/bpf: Pass target triple to get_sys_includes macro
Björn Töpel
1
-4
/
+8
2022-11-18
selftests/bpf: Explicitly pass RESOLVE_BTFIDS to sub-make
Björn Töpel
1
-1
/
+1
2022-11-17
selftests/bpf: fix memory leak of lsm_cgroup
Wang Yufen
2
-4
/
+21
2022-11-16
selftests/bpf: allow unpriv bpf for selftests by default
Eduard Zingerman
1
-0
/
+1
2022-11-16
selftests/bpf: check nullness propagation for reg to reg comparisons
Eduard Zingerman
1
-0
/
+174
2022-11-15
bpf: Rename MEM_ALLOC to MEM_RINGBUF
Kumar Kartikeya Dwivedi
3
-3
/
+3
2022-11-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
16
-300
/
+1251
2022-11-12
selftests/bpf: fix veristat's singular file-or-prog filter
Andrii Nakryiko
1
-1
/
+7
2022-11-12
selftests/bpf: Test skops->skb_hwtstamp
Martin KaFai Lau
3
-2
/
+8
2022-11-12
selftests/bpf: Fix incorrect ASSERT in the tcp_hdr_options test
Martin KaFai Lau
1
-2
/
+2
2022-11-11
selftests/bpf: Fix xdp_synproxy compilation failure in 32-bit arch
Yang Jihong
1
-2
/
+3
2022-11-11
selftests: bpf: Add a test when bpf_probe_read_kernel_str() returns EFAULT
Alban Crequy
2
-0
/
+12
2022-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+36
2022-11-10
selftests: Fix test group SKIPPED result
Domenico Cerasuolo
1
-16
/
+22
2022-11-10
selftests/bpf: Tests for btf_dedup_resolve_fwds
Eduard Zingerman
2
-15
/
+206
2022-11-10
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
2
-57
/
+139
2022-11-09
selftests/bpf: Fix test_progs compilation failure in 32-bit arch
Yang Jihong
1
-1
/
+1
2022-11-09
selftests/bpf: Fix casting error when cross-compiling test_verifier for 32-bi...
Pu Lehui
1
-1
/
+1
2022-11-08
selftests/bpf: Fix u32 variable compared with less than zero
Kang Minchul
1
-1
/
+2
2022-11-05
selftests/bpf: Use consistent build-id type for liburandom_read.so
Artem Savkov
1
-3
/
+4
2022-11-05
selftests/bpf: cgroup_helpers.c: Fix strncpy() fortify warning
Rong Tao
3
-23
/
+25
2022-11-04
selftests/bpf: Tests for enum fwd resolved as full enum64
Eduard Zingerman
1
-5
/
+83
2022-11-04
selftests/bpf: make test_align selftest more robust
Andrii Nakryiko
1
-14
/
+24
2022-11-04
selftests/bpf: support stat filtering in comparison mode in veristat
Andrii Nakryiko
1
-5
/
+65
2022-11-04
selftests/bpf: support stats ordering in comparison mode in veristat
Andrii Nakryiko
1
-10
/
+182
2022-11-04
selftests/bpf: handle missing records in comparison mode better in veristat
Andrii Nakryiko
1
-37
/
+110
2022-11-04
selftests/bpf: make veristat emit all stats in CSV mode by default
Andrii Nakryiko
1
-2
/
+15
2022-11-04
selftests/bpf: support simple filtering of stats in veristat
Andrii Nakryiko
1
-1
/
+157
2022-11-04
selftests/bpf: allow to define asc/desc ordering for sort specs in veristat
Andrii Nakryiko
1
-15
/
+48
2022-11-04
selftests/bpf: ensure we always have non-ambiguous sorting in veristat
Andrii Nakryiko
1
-1
/
+5
2022-11-04
selftests/bpf: consolidate and improve file/prog filtering in veristat
Andrii Nakryiko
1
-62
/
+65
2022-11-04
selftests/bpf: shorten "Total insns/states" column names in veristat
Andrii Nakryiko
1
-6
/
+9
2022-11-04
selftests/bpf: add veristat replay mode
Andrii Nakryiko
1
-38
/
+88
2022-11-04
selftests/bpf: Add verifier test for release_reference()
Youlin Li
1
-0
/
+36
[prev]
[next]