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
/
prog_tests
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-17
selftests/bpf: fix perf_buffer on s390
Ilya Leoshkevich
2
-17
/
+3
2019-07-16
selftests/bpf: skip nmi test when perf hw events are disabled
Ilya Leoshkevich
1
-1
/
+32
2019-07-16
selftests/bpf: fix attach_probe on s390
Ilya Leoshkevich
1
-0
/
+2
2019-07-08
selftests/bpf: test perf buffer API
Andrii Nakryiko
1
-0
/
+100
2019-07-05
selftests/bpf: convert existing tracepoint tests to new APIs
Andrii Nakryiko
3
-81
/
+32
2019-07-05
selftests/bpf: add kprobe/uprobe selftests
Andrii Nakryiko
1
-0
/
+166
2019-07-05
selftests/bpf: switch test to new attach_perf_event API
Andrii Nakryiko
1
-16
/
+15
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-11
/
+56
2019-06-19
selftests/bpf: add realistic loop tests
Alexei Starovoitov
1
-11
/
+56
2019-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2019-05-29
selftests: bpf: fix compiler warning in flow_dissector test
Alakesh Haloi
1
-0
/
+1
2019-05-25
selftests: bpf: enable hi32 randomization for all tests
Jiong Wang
1
-0
/
+1
2019-05-25
tools/bpf: add selftest in test_progs for bpf_send_signal() helper
Yonghong Song
1
-0
/
+198
2019-05-23
selftests/bpf: add pyperf scale test
Alexei Starovoitov
1
-13
/
+18
2019-05-16
selftests/bpf: add prog detach to flow_dissector test
Stanislav Fomichev
1
-0
/
+1
2019-05-16
selftests/bpf: add missing \n to flow_dissector CHECK errors
Stanislav Fomichev
1
-4
/
+4
2019-05-10
selftests: bpf: initialize bpf_object pointers where needed
Lorenz Bauer
3
-2
/
+5
2019-04-27
selftests: bpf: test writable buffers in raw tps
Matt Mullins
2
-0
/
+122
2019-04-23
bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUN
Stanislav Fomichev
1
-14
/
+9
2019-04-23
selftests/bpf: run flow dissector tests in skb-less mode
Stanislav Fomichev
1
-2
/
+100
2019-04-23
selftests/bpf: add flow dissector bpf_skb_load_bytes helper test
Stanislav Fomichev
1
-0
/
+48
2019-04-18
selftests/bpf: fix a compilation error
Yonghong Song
1
-2
/
+2
2019-04-16
selftests/bpf: make flow dissector tests more extensible
Stanislav Fomichev
1
-81
/
+116
2019-04-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-6
/
+301
2019-04-11
selftests: bpf: add selftest for __sk_buff context in BPF_PROG_TEST_RUN
Stanislav Fomichev
1
-0
/
+89
2019-04-10
bpf, selftest: test global data/bss/rodata sections
Joe Stringer
1
-0
/
+157
2019-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+68
2019-04-04
samples, selftests/bpf: add NULL check for ksym_search
Daniel T. Lee
1
-2
/
+2
2019-04-04
selftests/bpf: add few verifier scale tests
Alexei Starovoitov
1
-0
/
+49
2019-04-03
selftests/bpf: fix vlan handling in flow dissector program
Stanislav Fomichev
1
-0
/
+68
2019-04-03
selftests: bpf: fix -Wformat-invalid-specifier for bpf_obj_id.c
Stanislav Fomichev
1
-4
/
+4
2019-03-26
selftests: bpf: don't depend on hardcoded perf sample_freq
Stanislav Fomichev
1
-1
/
+15
2019-03-12
selftests/bpf: fix segfault of test_progs when prog loading failed
Yonghong Song
2
-2
/
+2
2019-03-07
selftests: bpf: test_progs: initialize duration in singal_pending test
Stanislav Fomichev
1
-1
/
+1
2019-03-02
selftests: bpf: break up test_progs - misc
Stanislav Fomichev
9
-0
/
+749
2019-03-02
selftests: bpf: break up test_progs - spinlock
Stanislav Fomichev
2
-0
/
+104
2019-03-02
selftests: bpf: break up test_progs - tracepoint
Stanislav Fomichev
4
-0
/
+431
2019-03-02
selftests: bpf: break up test_progs - stackmap
Stanislav Fomichev
4
-0
/
+477
2019-03-02
selftests: bpf: break up test_progs - xdp
Stanislav Fomichev
3
-0
/
+159
2019-03-02
selftests: bpf: break up test_progs - pkt access
Stanislav Fomichev
2
-0
/
+53
2019-03-02
selftests: bpf: break up test_progs - preparations
Stanislav Fomichev
1
-0
/
+1