index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
test_lru_map.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: Fix map tests errno checks
Artem Savkov
2022-04-21
1
-42
/
+24
*
selftests/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK
Yafang Shao
2022-04-10
1
-1
/
+3
*
selftests/bpf: Clean up array_size.cocci warnings
Guo Zhengkui
2022-03-15
1
-2
/
+2
*
selftests/bpf: Migrate from bpf_prog_test_run
Delyan Kratunov
2022-02-02
1
-4
/
+7
*
selftests/bpf: Migrate selftests to bpf_map_create()
Andrii Nakryiko
2021-11-25
1
-11
/
+5
*
selftests/bpf: Convert legacy prog load APIs to bpf_prog_load()
Andrii Nakryiko
2021-11-07
1
-8
/
+1
*
selftests/bpf: Add bpf_lookup_and_delete_elem tests
Denis Salopek
2021-05-24
1
-0
/
+8
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
2019-05-30
1
-4
/
+1
*
bpf: test ref bit from data path and add new tests for syscall path
Daniel Borkmann
2019-05-14
1
-14
/
+274
*
bpf: unify rlimit handling in selftests
Daniel Borkmann
2018-02-26
1
-4
/
+2
*
bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4
Martin KaFai Lau
2017-04-17
1
-1
/
+1
*
bpf: lru: Cleanup test_lru_map.c
Martin KaFai Lau
2017-04-17
1
-23
/
+9
*
bpf: lru: Add test_lru_sanity6 for BPF_F_NO_COMMON_LRU
Martin KaFai Lau
2017-04-17
1
-5
/
+65
*
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
-2
/
+2
*
bpf: Use bpf_map_get_next_key() from the library
Mickaël Salaün
2017-02-10
1
-1
/
+1
*
bpf: Use bpf_map_delete_elem() from the library
Mickaël Salaün
2017-02-10
1
-3
/
+3
*
bpf: Use bpf_map_lookup_elem() from the library
Mickaël Salaün
2017-02-10
1
-14
/
+14
*
bpf: Use bpf_map_update_elem() from the library
Mickaël Salaün
2017-02-10
1
-41
/
+56
*
bpf: Fix test_lru_sanity5() in test_lru_map.c
Martin KaFai Lau
2017-01-17
1
-26
/
+27
*
bpf: fix multiple issues in selftest suite and samples
Daniel Borkmann
2016-11-27
1
-2
/
+6
*
bpf: Add tests for the LRU bpf_htab
Martin KaFai Lau
2016-11-15
1
-0
/
+583