summaryrefslogtreecommitdiff
path: root/samples/bpf/test_lru_dist.c
AgeCommit message (Expand)Author
2022-12-19samples/bpf: remove unused function with test_lru_distDaniel T. Lee
2022-07-13samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZELinkui Xiao
2022-04-10samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao
2021-12-02samples/bpf: Get rid of deprecated libbpf API usesAndrii Nakryiko
2020-12-02bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2018-05-14samples: bpf: include bpf/bpf.h instead of local libbpf.hJakub Kicinski
2017-04-24samples/bpf: check before defining offsetofAlexander Alemayhu
2016-12-15samples/bpf: Make samples more libbpf-centricJoe Stringer
2016-11-27bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann
2016-11-15bpf: Add tests for the LRU bpf_htabMartin KaFai Lau