aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bpf_glue.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-25bpf_glue: include errno.hJuhee Kang1-0/+1
2022-03-07bpf: Export bpf syscall wrapperDavid Ahern1-0/+13
2022-03-07bpf_glue: Remove use of bpf_load_program from libbpfDavid Ahern1-12/+0
2021-08-10lib: bpf_glue: remove useless assignmentAndrea Claudi1-1/+1
2021-03-16lib/bpf: add missing limits.h includesTony Ambardar1-0/+2
2021-01-18vrf: fix ip vrf exec with libbpfLuca Boccassi1-1/+2
2020-11-24lib: make ipvrf able to use libbpf and fix function name conflictsHangbin Liu1-0/+23
2020-11-24iproute2: add check_libbpf() and get_libbpf_version()Hangbin Liu1-0/+63