summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Expand)AuthorFilesLines
2014-04-10docs: be more precise on readme with experimental toolsDaniel Borkmann1-5/+6
2013-09-19doc: readme: give note about what tools are still experimentalDaniel Borkmann1-2/+5
2013-07-10README: Adjust mention of sponsorsTobias Klauser1-2/+3
2013-06-24README, INSTALL: minor: Remove trailing whitespacesTobias Klauser1-2/+2
2013-06-15docs: readme: also stress bpf seccomp in the README pageDaniel Borkmann1-1/+1
2013-05-27docs: readme: just shortly also mention JIT disassemblerDaniel Borkmann1-1/+1
2013-04-11docs: readme: add steps to verify a Git releaseDaniel Borkmann1-15/+16
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+58
g/selftests?h=nds-private-remove&id=5f155c2563592b1908a7df2dcbd44893fde3e419&id2=e58383b803499bd623b737070038af94d0b8a3c7'>diff)
bpf: Use bpf_map_get_next_key() from the library
Replace bpf_map_next_key() with bpf_map_get_next_key() calls. Signed-off-by: Mickaël Salaün <mic@digikod.net> Cc: Alexei Starovoitov <ast@fb.com> Cc: Daniel Borkmann <daniel@iogearbox.net> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests')
-rw-r--r--tools/testing/selftests/bpf/bpf_sys.h11
-rw-r--r--tools/testing/selftests/bpf/test_lru_map.c2
-rw-r--r--tools/testing/selftests/bpf/test_maps.c34
3 files changed, 18 insertions, 29 deletions
diff --git a/tools/testing/selftests/bpf/bpf_sys.h b/tools/testing/selftests/bpf/bpf_sys.h