summaryrefslogtreecommitdiffstats
path: root/samples/bpf/test_map_in_map_user.c
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-161-1/+1
* samples/bpf: change _kern suffix to .bpf with BPF test programsDaniel T. Lee2023-01-151-1/+1
* samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZELinkui Xiao2022-07-131-1/+3
* samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-101-1/+0
* bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin2020-12-021-6/+0
* samples: bpf: Refactor BPF map in map test with libbpfDaniel T. Lee2020-07-081-5/+48
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1
* samples: bpf: include bpf/bpf.h instead of local libbpf.hJakub Kicinski2018-05-141-1/+1
* bpf: Add test for syscall on fd array/htab lookupMartin KaFai Lau2017-06-291-0/+17
* bpf: Add tests for map-in-mapMartin KaFai Lau2017-03-221-0/+116