summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/net.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-28bpftool: Fix memory leak in dump_xx_nlmsg on realloc failureYuan Chen1-6/+9
2021-01-17bpftool: Fix compilation failure for net.o with older glibcAlan Maguire1-1/+0
2020-11-24tools, bpftool: Add missing close before bpftool net attach exitWang Hai1-9/+9
2019-08-16tools: bpftool: fix format string for p_err() in query_flow_dissector()Quentin Monnet1-1/+1
2019-08-16tools: bpftool: add net detach command to detach XDP on interfaceDaniel T. Lee1-1/+41
2019-08-16tools: bpftool: add net attach command to attach XDP on interfaceDaniel T. Lee1-7/+129
2019-04-26bpftool: 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-07tools/bpf: bpftool: add net supportYonghong Song1-0/+233