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
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
/
test_maps.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-02
selftests/bpf: Add tests for write-only stacks/queues
Anton Protopopov
1
-1
/
+39
2020-06-02
selftests/bpf: Cleanup comments in test_maps
Anton Protopopov
1
-3
/
+3
2020-06-02
selftests/bpf: Cleanup some file descriptors in test_maps
Anton Protopopov
1
-0
/
+4
2020-06-02
selftests/bpf: Fix a typo in test_maps
Anton Protopopov
1
-1
/
+1
2020-02-22
bpf, sockmap: Allow inserting listening TCP sockets into sockmap
Jakub Sitnicki
1
-5
/
+1
2019-10-21
selftest/bpf: Get rid of a bunch of explicit BPF program type setting
Andrii Nakryiko
1
-4
/
+0
2019-10-17
selftests/bpf: Switch test_maps to test_progs' test.h format
Andrii Nakryiko
1
-4
/
+4
2019-07-29
tools: Add definitions for devmap_hash map type
Toke Høiland-Jørgensen
1
-0
/
+16
2019-07-09
selftests/bpf: fix test_reuseport_array on s390
Ilya Leoshkevich
1
-6
/
+15
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
1
-4
/
+1
2019-04-27
bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_maps
Martin KaFai Lau
1
-9
/
+9
2019-02-06
bpf: test_maps: fix possible out of bound access warning
Breno Leitao
1
-13
/
+14
2019-01-31
selftests/bpf: skip sockmap in test_maps if kernel doesn't have support
Stanislav Fomichev
1
-1
/
+12
2019-01-29
selftests: bpf: remove duplicated include
YueHaibing
1
-1
/
+0
2019-01-01
selftests/bpf: fix error printing in test_devmap()
Xiaozhou Liu
1
-1
/
+1
2018-11-22
bpf: adding tests for map_in_map helpber in libbpf
Nikita V. Shirokov
1
-0
/
+90
2018-11-20
tools: add selftest for BPF_F_ZERO_SEED
Lorenz Bauer
1
-9
/
+55
2018-10-19
selftests/bpf: add test cases for queue and stack maps
Mauricio Vasquez B
1
-0
/
+122
2018-09-22
bpf: test_maps, only support ESTABLISHED socks
John Fastabend
1
-3
/
+7
2018-08-14
bpf: test: fix spelling mistake "REUSEEPORT" -> "REUSEPORT"
Colin Ian King
1
-1
/
+1
2018-08-11
bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
1
-1
/
+261
2018-03-19
bpf: add map tests for BPF_PROG_TYPE_SK_MSG
John Fastabend
1
-4
/
+51
2018-02-27
bpf: unify rlimit handling in selftests
Daniel Borkmann
1
-5
/
+2
2018-02-22
selftests/bpf/test_maps: exit child process without error in ENOMEM case
Li Zhijian
1
-0
/
+2
2018-01-23
bpf: test_maps: cleanup sockmaps when test ends
Prashant Bhole
1
-4
/
+12
2018-01-23
selftests/bpf: speedup test_maps
Alexei Starovoitov
1
-6
/
+10
2017-10-23
selftests/bpf: fix broken build of test_maps
Alexei Starovoitov
1
-3
/
+3
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+11
2017-10-20
bpf: Add tests for eBPF file mode
Chenbo Feng
1
-0
/
+48
2017-10-20
bpf: enforce TCP only support for sockmap
John Fastabend
1
-1
/
+11
2017-09-09
bpf: add support for sockmap detach programs
John Fastabend
1
-1
/
+50
2017-08-31
bpf: test_maps: fix typos, "conenct" and "listeen"
Colin Ian King
1
-2
/
+2
2017-08-28
bpf: test_maps add sockmap stress test
John Fastabend
1
-1
/
+28
2017-08-28
bpf: harden sockmap program attach to ensure correct map type
John Fastabend
1
-4
/
+23
2017-08-28
bpf: additional sockmap self tests
John Fastabend
1
-38
/
+75
2017-08-28
bpf: convert sockmap field attach_bpf_fd2 to type
John Fastabend
1
-74
/
+59
2017-08-16
bpf: selftests add sockmap tests
John Fastabend
1
-0
/
+308
2017-07-30
bpf: testing: fix devmap tests
John Fastabend
1
-1
/
+3
2017-07-17
bpf: add devmap, a map for storing net device references
John Fastabend
1
-0
/
+15
2017-06-11
bpf, tests: add a test for htab lookup + update traversal
Daniel Borkmann
1
-0
/
+50
2017-04-28
bpf: provide a generic macro for percpu values for selftests
Daniel Borkmann
1
-17
/
+20
2017-04-25
bpf: map_get_next_key to return first key on NULL
Teng Qin
1
-4
/
+25
2017-04-21
bpf: Fix values type used in test_maps
David Miller
1
-2
/
+2
2017-03-23
bpf: fix hashmap extra_elems logic
Alexei Starovoitov
1
-3
/
+26
2017-02-10
bpf: Remove bpf_sys.h from selftests
Mickaël Salaün
1
-1
/
+0
2017-02-10
bpf: Use bpf_create_map() from the library
Mickaël Salaün
1
-7
/
+7
2017-02-10
bpf: Use bpf_map_get_next_key() from the library
Mickaël Salaün
1
-17
/
+17
2017-02-10
bpf: Use bpf_map_delete_elem() from the library
Mickaël Salaün
1
-11
/
+11
2017-02-10
bpf: Use bpf_map_lookup_elem() from the library
Mickaël Salaün
1
-15
/
+15
2017-02-10
bpf: Use bpf_map_update_elem() from the library
Mickaël Salaün
1
-28
/
+33
[next]