aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-20bpftool: use new API for attaching XDP programAndrii Nakryiko1-1/+1
2021-07-30tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet1-0/+1
2021-04-15bpftool: Fix a clang compilation warningYonghong Song1-1/+1
2021-01-06bpftool: Fix compilation failure for net.o with older glibcAlan Maguire1-1/+0
2020-11-13tools, bpftool: Add missing close before bpftool net attach exitWang Hai1-9/+9
2020-08-18tools/bpftool: Remove libbpf_internal.h usage in bpftoolAndrii Nakryiko1-17/+282
2020-06-01tools, bpftool: Clean subcommand help messagesQuentin Monnet1-6/+6
2020-01-20bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen1-4/+4
2019-12-15libbpf: Move non-public APIs from libbpf.h to libbpf_internal.hAndrii Nakryiko1-0/+1
2019-08-15tools: bpftool: fix format string for p_err() in query_flow_dissector()Quentin Monnet1-1/+1
2019-08-15tools: bpftool: add net detach command to detach XDP on interfaceDaniel T. Lee1-1/+41
2019-08-15tools: bpftool: add net attach command to attach XDP on interfaceDaniel T. Lee1-7/+129
2019-04-25bpftool: show flow_dissector attachment statusStanislav Fomichev1-0/+54
2018-12-13tools: bpftool: dual license all filesJakub Kicinski1-1/+1
2018-10-04libbpf: Consistent prefixes for interfaces in nlattr.h.Andrey Ignatov1-3/+7
2018-10-04libbpf: Consistent prefixes for interfaces in libbpf.h.Andrey Ignatov1-16/+15
2018-09-18tools/bpf: bpftool: improve output format for bpftool netYonghong Song1-32/+71
2018-09-06tools/bpf: bpftool: add net supportYonghong Song1-0/+233