aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf/test_lru_dist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-13samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZELinkui Xiao1-1/+1
2022-04-10samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao1-1/+0
2021-12-02samples/bpf: Get rid of deprecated libbpf API usesAndrii Nakryiko1-4/+7
2020-12-02bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin1-3/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2018-05-14samples: bpf: include bpf/bpf.h instead of local libbpf.hJakub Kicinski1-1/+1
2017-04-24samples/bpf: check before defining offsetofAlexander Alemayhu1-1/+3
2016-12-15samples/bpf: Make samples more libbpf-centricJoe Stringer1-16/+16
2016-11-27bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann1-1/+4
2016-11-15bpf: Add tests for the LRU bpf_htabMartin KaFai Lau1-0/+538