summaryrefslogtreecommitdiffstats
path: root/samples/bpf/test_lru_dist.c
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: remove unused function with test_lru_distDaniel T. Lee2022-12-191-5/+0
* samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZELinkui Xiao2022-07-131-1/+1
* samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao2022-04-101-1/+0
* samples/bpf: Get rid of deprecated libbpf API usesAndrii Nakryiko2021-12-021-4/+7
* bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin2020-12-021-3/+0
* 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
* samples/bpf: check before defining offsetofAlexander Alemayhu2017-04-241-1/+3
* samples/bpf: Make samples more libbpf-centricJoe Stringer2016-12-151-16/+16
* bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann2016-11-271-1/+4
* bpf: Add tests for the LRU bpf_htabMartin KaFai Lau2016-11-151-0/+538