Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-07-13 | samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE | Linkui Xiao | 1 | -1/+3 |
2022-04-10 | samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK | Yafang Shao | 1 | -1/+0 |
2020-12-02 | bpf: samples: Do not touch RLIMIT_MEMLOCK | Roman Gushchin | 1 | -6/+0 |
2020-07-08 | samples: bpf: Refactor BPF map in map test with libbpf | Daniel T. Lee | 1 | -5/+48 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 | Thomas Gleixner | 1 | -4/+1 |
2018-05-14 | samples: bpf: include bpf/bpf.h instead of local libbpf.h | Jakub Kicinski | 1 | -1/+1 |
2017-06-29 | bpf: Add test for syscall on fd array/htab lookup | Martin KaFai Lau | 1 | -0/+17 |
2017-03-22 | bpf: Add tests for map-in-map | Martin KaFai Lau | 1 | -0/+116 |