aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf/test_lru_dist.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-19samples/bpf: remove unused function with test_lru_distGravatar Daniel T. Lee 1-5/+0
2022-07-13samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZEGravatar Linkui Xiao 1-1/+1
2022-04-10samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKGravatar Yafang Shao 1-1/+0
2021-12-02samples/bpf: Get rid of deprecated libbpf API usesGravatar Andrii Nakryiko 1-4/+7
2020-12-02bpf: samples: Do not touch RLIMIT_MEMLOCKGravatar Roman Gushchin 1-3/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Gravatar Thomas Gleixner 1-4/+1
2018-05-14samples: bpf: include bpf/bpf.h instead of local libbpf.hGravatar Jakub Kicinski 1-1/+1
2017-04-24samples/bpf: check before defining offsetofGravatar Alexander Alemayhu 1-1/+3
2016-12-15samples/bpf: Make samples more libbpf-centricGravatar Joe Stringer 1-16/+16
2016-11-27bpf: fix multiple issues in selftest suite and samplesGravatar Daniel Borkmann 1-1/+4
2016-11-15bpf: Add tests for the LRU bpf_htabGravatar Martin KaFai Lau 1-0/+538