Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-12-20 | samples/bpf: remove unused function with test_lru_dist | Daniel T. Lee | 1 | -5/+0 |
2022-07-14 | samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE | Linkui Xiao | 1 | -1/+1 |
2022-04-11 | samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK | Yafang Shao | 1 | -1/+0 |
2021-12-03 | samples/bpf: Get rid of deprecated libbpf API uses | Andrii Nakryiko | 1 | -4/+7 |
2020-12-03 | bpf: samples: Do not touch RLIMIT_MEMLOCK | Roman Gushchin | 1 | -3/+0 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 | Thomas Gleixner | 1 | -4/+1 |
2018-05-15 | samples: bpf: include bpf/bpf.h instead of local libbpf.h | Jakub Kicinski | 1 | -1/+1 |
2017-04-24 | samples/bpf: check before defining offsetof | Alexander Alemayhu | 1 | -1/+3 |
2016-12-15 | samples/bpf: Make samples more libbpf-centric | Joe Stringer | 1 | -16/+16 |
2016-11-28 | bpf: fix multiple issues in selftest suite and samples | Daniel Borkmann | 1 | -1/+4 |
2016-11-15 | bpf: Add tests for the LRU bpf_htab | Martin KaFai Lau | 1 | -0/+538 |