index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2017-04-01
selftests/bpf: add a test for overlapping packet range checks
Alexei Starovoitov
3
-4
/
+215
2017-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-12
/
+36
2017-03-23
bpf: Add tests for map-in-map
Martin KaFai Lau
1
-13
/
+118
2017-03-23
bpf: fix hashmap extra_elems logic
Alexei Starovoitov
1
-3
/
+26
2017-03-22
selftests/bpf: fix broken build, take 2
Zi Shen Lim
1
-9
/
+10
2017-03-13
selftests/bpf: fix broken build
Alexei Starovoitov
2
-1
/
+7
2017-02-26
Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-8
/
+2
2017-02-15
bpf: Rebuild bpf.o for any dependency update
Mickaël Salaün
1
-2
/
+13
2017-02-10
bpf: Add test_tag to .gitignore
Mickaël Salaün
1
-0
/
+1
2017-02-10
bpf: Remove bpf_sys.h from selftests
Mickaël Salaün
6
-34
/
+3
2017-02-10
bpf: Use bpf_create_map() from the library
Mickaël Salaün
6
-30
/
+15
2017-02-10
bpf: Use bpf_map_get_next_key() from the library
Mickaël Salaün
3
-29
/
+18
2017-02-10
bpf: Use bpf_map_delete_elem() from the library
Mickaël Salaün
3
-24
/
+14
2017-02-10
bpf: Use bpf_map_lookup_elem() from the library
Mickaël Salaün
4
-48
/
+37
2017-02-10
bpf: Use bpf_map_update_elem() from the library
Mickaël Salaün
4
-89
/
+97
2017-02-10
bpf: Use bpf_load_program() from the library
Mickaël Salaün
4
-27
/
+12
2017-02-10
bpf: Always test unprivileged programs
Mickaël Salaün
2
-6
/
+64
2017-02-10
bpf: Change the include directory for selftest
Mickaël Salaün
1
-1
/
+1
2017-02-07
bpf: enable verifier to add 0 to packet ptr
William Tu
1
-0
/
+23
2017-02-07
bpf: test for AND edge cases
Josef Bacik
1
-0
/
+55
2017-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-26
/
+27
2017-01-26
bpf: use prefix_len in test_tag when reading fdinfo
Daniel Borkmann
1
-1
/
+1
2017-01-24
bpf: enable verifier to better track const alu ops
Daniel Borkmann
1
-0
/
+82
2017-01-24
bpf: add prog tag test case to bpf selftests
Daniel Borkmann
2
-2
/
+204
2017-01-24
bpf: Add tests for the lpm trie map
David Herrmann
3
-2
/
+361
2017-01-17
bpf: Fix test_lru_sanity5() in test_lru_map.c
Martin KaFai Lau
1
-26
/
+27
2017-01-12
bpf: allow b/h/w/dw access for bpf's cb in ctx
Daniel Borkmann
1
-3
/
+439
2017-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-01-10
bpf: allow helpers access to variable memory
Gianluca Borello
1
-0
/
+410
2017-01-10
bpf: allow adjusted map element values to spill
Gianluca Borello
1
-0
/
+46
2017-01-10
bpf: allow helpers access to map element values
Gianluca Borello
1
-0
/
+491
2017-01-05
selftests: remove duplicated all and clean target
bamvor.zhangjian@huawei.com
1
-8
/
+2
2017-01-05
selftests: do not require bash to run bpf tests
Rolf Eike Beer
1
-1
/
+1
2016-12-17
bpf, test_verifier: fix a test case error result on unprivileged
Daniel Borkmann
1
-1
/
+1
2016-12-17
bpf: fix regression on verifier pruning wrt map lookups
Daniel Borkmann
1
-0
/
+28
2016-12-06
bpf: add additional verifier tests for BPF_PROG_TYPE_LWT_*
Thomas Graf
1
-0
/
+134
2016-12-05
bpf: Preserve const register type on const OR alu ops
Gianluca Borello
2
-0
/
+61
2016-11-30
bpf: add test for the verifier equal logic bug
Josef Bacik
1
-0
/
+23
2016-11-28
bpf: fix multiple issues in selftest suite and samples
Daniel Borkmann
4
-6
/
+49
2016-11-15
bpf: Add tests for the LRU bpf_htab
Martin KaFai Lau
2
-3
/
+586
2016-10-19
bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers
Thomas Graf
1
-0
/
+72
2016-10-18
bpf: add initial suite for selftests
Daniel Borkmann
7
-0
/
+3456