Commit Graph

103 Commits (fc16da4249e4525a3b19fc9eacf88915f5b45e06)

Author SHA1 Message Date
Alessandro Decina c110394aaa xdp: add netlink based implementation for kernels < 5.7
bpf_link_create was introduced in linux 5.7, so use netlink to configure
XDP on older kernels.
Alessandro Decina 5b8def7b69 Refactor ELF parser a bit and add more tests
Alessandro Decina 15be301f8c Initial commit