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.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
2019-04-03
net/flow_dissector: pass flow_keys->n_proto to BPF programs
Stanislav Fomichev
1
-2
/
+4
2019-04-03
selftests/bpf: fix vlan handling in flow dissector program
Stanislav Fomichev
2
-11
/
+72
2019-03-27
selftests/bpf: add btf_dedup test for VOID equivalence check
Andrii Nakryiko
1
-0
/
+47
2019-03-26
selftests/bpf: test case for invalid call stack in dead code
Paul Chaignon
1
-0
/
+38
2019-03-22
bpf: verifier: propagate liveness on all frames
Jakub Kicinski
1
-0
/
+25
2019-03-14
selftests/bpf: add fwd enum resolution test for btf_dedup
Andrii Nakryiko
1
-0
/
+44
2019-03-13
bpf: Add an example for bpf_get_listener_sock
Martin KaFai Lau
3
-44
/
+180
2019-03-13
bpf: Test ref release issue in bpf_tcp_sock and bpf_sk_fullsock
Martin KaFai Lau
2
-2
/
+170
2019-03-12
selftests/bpf: fix segfault of test_progs when prog loading failed
Yonghong Song
2
-2
/
+2
2019-03-07
bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm field
Daniel Borkmann
1
-1
/
+14
2019-03-07
selftests: bpf: test_progs: initialize duration in singal_pending test
Stanislav Fomichev
1
-1
/
+1
2019-03-07
selftests: bpf: fix compilation with out-of-tree $(OUTPUT)
Stanislav Fomichev
1
-10
/
+23
2019-03-07
selftests/bpf: test that GSO works in lwt_ip_encap
Peter Oskolkov
1
-2
/
+52
2019-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
35
-1989
/
+2237
2019-03-04
bpf: add test cases for non-pointer sanitiation logic
Daniel Borkmann
1
-1
/
+43
2019-03-02
selftests: bpf: break up test_progs - misc
Stanislav Fomichev
11
-735
/
+754
2019-03-02
selftests: bpf: break up test_progs - spinlock
Stanislav Fomichev
4
-103
/
+106
2019-03-02
selftests: bpf: break up test_progs - tracepoint
Stanislav Fomichev
5
-427
/
+431
2019-03-02
selftests: bpf: break up test_progs - stackmap
Stanislav Fomichev
6
-476
/
+483
2019-03-02
selftests: bpf: break up test_progs - xdp
Stanislav Fomichev
5
-162
/
+163
2019-03-02
selftests: bpf: break up test_progs - pkt access
Stanislav Fomichev
3
-51
/
+53
2019-03-02
selftests: bpf: break up test_progs - preparations
Stanislav Fomichev
4
-76
/
+119
2019-03-02
bpf: sync bpf.h to tools and update bpf_helpers.h
brakmo
1
-0
/
+2
2019-03-02
selftests/bpf: set unlimited RLIMIT_MEMLOCK for test_sock_fields
Yonghong Song
1
-0
/
+1
2019-03-01
selftests/bpf: add btf_dedup test of FWD/STRUCT resolution
Andrii Nakryiko
1
-0
/
+45
2019-03-01
selftests/bpf: fix btf_dedup testing code
Andrii Nakryiko
2
-2
/
+3
2019-03-01
tools: libbpf: add a correctly named define for map iteration
Jakub Kicinski
1
-1
/
+1
2019-03-01
selftests/bpf: use __bpf_constant_htons in test_prog.c for flow dissector
Stanislav Fomichev
1
-2
/
+2
2019-03-01
bpf: add missing entries to bpf_helpers.h
Willem de Bruijn
1
-0
/
+30
2019-02-28
tools/bpf: selftests: add map lookup to test_map_in_map bpf prog
Yonghong Song
1
-0
/
+4
2019-02-26
selftests/bpf: make sure signal interrupts BPF_PROG_TEST_RUN
Stanislav Fomichev
1
-0
/
+44
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+10
2019-02-22
bpf, lpm: fix lookup bug in map_delete_elem
Alban Crequy
1
-0
/
+10
2019-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
61
-53
/
+1391
2019-02-17
selftests: bpf: test_lwt_ip_encap: add negative tests.
Peter Oskolkov
1
-23
/
+88
2019-02-14
selftests: bpf: add test_lwt_ip_encap selftest
Peter Oskolkov
3
-1
/
+398
2019-02-12
selftests: bpf: relax sub-register mode compilation criteria
Jiong Wang
1
-4
/
+3
2019-02-12
selftests: bpf: centre kernel bpf objects under new subdir "progs"
Jiong Wang
50
-21
/
+5
2019-02-12
selftests: bpf: extend sub-register mode compilation to all bpf object files
Jiong Wang
1
-13
/
+7
2019-02-12
selftests: bpf: add "alu32" to .gitignore
Jiong Wang
1
-0
/
+1
2019-02-11
bpf: Add test_sock_fields for skb->sk and bpf_tcp_sock
Martin KaFai Lau
4
-2
/
+487
2019-02-11
bpf: Add skb->sk, bpf_sk_fullsock and bpf_tcp_sock tests to test_verifer
Martin KaFai Lau
4
-3
/
+396
2019-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-16
/
+23
2019-02-08
tools/bpf: remove btf__get_strings() superseded by raw data API
Andrii Nakryiko
1
-13
/
+26
2019-02-08
tools/bpf: add log_level to bpf_load_program_attr
Yonghong Song
1
-1
/
+8
2019-02-06
bpf: test_maps: fix possible out of bound access warning
Breno Leitao
1
-13
/
+14
2019-02-06
selftests/bpf: test reading the offloaded program
Jakub Kicinski
1
-9
/
+20
2019-02-06
selftests/bpf: add test for mixing generic and offload XDP
Jakub Kicinski
1
-54
/
+62
2019-02-06
selftests/bpf: print traceback when test fails
Jakub Kicinski
1
-1
/
+4
2019-02-06
selftests/bpf: fix the expected messages
Jakub Kicinski
1
-2
/
+5
[next]