aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf/hbm.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-10samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKGravatar Yafang Shao 1-2/+3
2021-12-14samples/bpf: Stop using bpf_object__find_program_by_title API.Gravatar Kui-Feng Lee 1-1/+10
2020-11-26samples: bpf: Refactor hbm program with libbpfGravatar Daniel T. Lee 1-52/+59
2020-11-10samples/bpf: Remove duplicate include in hbmGravatar Menglong Dong 1-1/+0
2020-10-06samples/bpf: Fix a compilation error with fallthrough markingGravatar Yonghong Song 1-1/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-01-20samples/bpf: Use consistent include paths for libbpfGravatar Toke Høiland-Jørgensen 1-2/+2
2019-11-08samples: bpf: Update outdated error messageGravatar Daniel T. Lee 1-1/+1
2019-07-03bpf: Add support for fq's EDT to HBMGravatar brakmo 1-3/+15
2019-06-18samples: bpf: refactor header include pathGravatar Daniel T. Lee 1-2/+2
2019-06-04bpf: hbm: fix spelling mistake "notifcations" -> "notificiations"Gravatar Colin Ian King 1-1/+1
2019-05-31bpf: Add more stats to HBMGravatar brakmo 1-0/+33
2019-05-31bpf: Add cn support to hbm_out_kern.cGravatar brakmo 1-3/+15
2019-03-07bpf: hbm: fix spelling mistake "deault" -> "default"Gravatar Colin Ian King 1-2/+2
2019-03-02bpf: User program for testing HBMGravatar brakmo 1-0/+441