summaryrefslogtreecommitdiff
path: root/samples/bpf/test_map_in_map_user.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-17samples/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich1-1/+1
2023-01-16samples/bpf: change _kern suffix to .bpf with BPF test programsDaniel T. Lee1-1/+1
2022-07-14samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZELinkui Xiao1-1/+3
2022-04-11samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao1-1/+0
2020-12-03bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin1-6/+0
2020-07-08samples: bpf: Refactor BPF map in map test with libbpfDaniel T. Lee1-5/+48
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2018-05-15samples: bpf: include bpf/bpf.h instead of local libbpf.hJakub Kicinski1-1/+1
2017-06-29bpf: Add test for syscall on fd array/htab lookupMartin KaFai Lau1-0/+17
2017-03-23bpf: Add tests for map-in-mapMartin KaFai Lau1-0/+116