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