index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
test_maps.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: test_maps: fix possible out of bound access warning
Breno Leitao
2019-02-06
1
-13
/
+14
*
selftests/bpf: skip sockmap in test_maps if kernel doesn't have support
Stanislav Fomichev
2019-01-31
1
-1
/
+12
*
selftests: bpf: remove duplicated include
YueHaibing
2019-01-29
1
-1
/
+0
*
selftests/bpf: fix error printing in test_devmap()
Xiaozhou Liu
2019-01-01
1
-1
/
+1
*
bpf: adding tests for map_in_map helpber in libbpf
Nikita V. Shirokov
2018-11-21
1
-0
/
+90
*
tools: add selftest for BPF_F_ZERO_SEED
Lorenz Bauer
2018-11-20
1
-9
/
+55
*
selftests/bpf: add test cases for queue and stack maps
Mauricio Vasquez B
2018-10-19
1
-0
/
+122
*
bpf: test_maps, only support ESTABLISHED socks
John Fastabend
2018-09-22
1
-3
/
+7
*
bpf: test: fix spelling mistake "REUSEEPORT" -> "REUSEPORT"
Colin Ian King
2018-08-14
1
-1
/
+1
*
bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
2018-08-11
1
-1
/
+261
*
bpf: add map tests for BPF_PROG_TYPE_SK_MSG
John Fastabend
2018-03-19
1
-4
/
+51
*
bpf: unify rlimit handling in selftests
Daniel Borkmann
2018-02-26
1
-5
/
+2
*
selftests/bpf/test_maps: exit child process without error in ENOMEM case
Li Zhijian
2018-02-22
1
-0
/
+2
*
bpf: test_maps: cleanup sockmaps when test ends
Prashant Bhole
2018-01-23
1
-4
/
+12
*
selftests/bpf: speedup test_maps
Alexei Starovoitov
2018-01-23
1
-6
/
+10
*
selftests/bpf: fix broken build of test_maps
Alexei Starovoitov
2017-10-23
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
1
-1
/
+11
|
\
|
*
bpf: enforce TCP only support for sockmap
John Fastabend
2017-10-20
1
-1
/
+11
*
|
bpf: Add tests for eBPF file mode
Chenbo Feng
2017-10-20
1
-0
/
+48
|
/
*
bpf: add support for sockmap detach programs
John Fastabend
2017-09-08
1
-1
/
+50
*
bpf: test_maps: fix typos, "conenct" and "listeen"
Colin Ian King
2017-08-30
1
-2
/
+2
*
bpf: test_maps add sockmap stress test
John Fastabend
2017-08-28
1
-1
/
+28
*
bpf: harden sockmap program attach to ensure correct map type
John Fastabend
2017-08-28
1
-4
/
+23
*
bpf: additional sockmap self tests
John Fastabend
2017-08-28
1
-38
/
+75
*
bpf: convert sockmap field attach_bpf_fd2 to type
John Fastabend
2017-08-28
1
-74
/
+59
*
bpf: selftests add sockmap tests
John Fastabend
2017-08-16
1
-0
/
+308
*
bpf: testing: fix devmap tests
John Fastabend
2017-07-29
1
-1
/
+3
*
bpf: add devmap, a map for storing net device references
John Fastabend
2017-07-17
1
-0
/
+15
*
bpf, tests: add a test for htab lookup + update traversal
Daniel Borkmann
2017-06-10
1
-0
/
+50
*
bpf: provide a generic macro for percpu values for selftests
Daniel Borkmann
2017-04-28
1
-17
/
+20
*
bpf: map_get_next_key to return first key on NULL
Teng Qin
2017-04-25
1
-4
/
+25
*
bpf: Fix values type used in test_maps
David Miller
2017-04-21
1
-2
/
+2
*
bpf: fix hashmap extra_elems logic
Alexei Starovoitov
2017-03-22
1
-3
/
+26
*
bpf: Remove bpf_sys.h from selftests
Mickaël Salaün
2017-02-10
1
-1
/
+0
*
bpf: Use bpf_create_map() from the library
Mickaël Salaün
2017-02-10
1
-7
/
+7
*
bpf: Use bpf_map_get_next_key() from the library
Mickaël Salaün
2017-02-10
1
-17
/
+17
*
bpf: Use bpf_map_delete_elem() from the library
Mickaël Salaün
2017-02-10
1
-11
/
+11
*
bpf: Use bpf_map_lookup_elem() from the library
Mickaël Salaün
2017-02-10
1
-15
/
+15
*
bpf: Use bpf_map_update_elem() from the library
Mickaël Salaün
2017-02-10
1
-28
/
+33
*
bpf: fix multiple issues in selftest suite and samples
Daniel Borkmann
2016-11-27
1
-3
/
+4
*
bpf: add initial suite for selftests
Daniel Borkmann
2016-10-18
1
-0
/
+525