summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/net.c
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Fix undefined behavior in qsort(NULL, 0, ...)Kuan-Wei Chiu2024-09-101-0/+3
* bpftool: Fix undefined behavior caused by shifting into the sign bitKuan-Wei Chiu2024-09-091-4/+4
* bpftool: Add net attach/detach command to tcx progTao Chen2024-07-291-1/+42
* bpftool: Refactor xdp attach/detach type judgmentTao Chen2024-07-291-5/+21
* bpftool: Extend net dump with netkit progsDaniel Borkmann2023-10-241-1/+6
* bpftool: Extend net dump with tcx progsDaniel Borkmann2023-07-191-5/+93
* tools: bpftool: print netfilter link infoFlorian Westphal2023-04-211-0/+106
* bpftool: Define _GNU_SOURCE only onceQuentin Monnet2022-10-251-0/+2
* bpftool: use new API for attaching XDP programAndrii Nakryiko2022-01-201-1/+1
* tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet2021-07-301-0/+1
* bpftool: Fix a clang compilation warningYonghong Song2021-04-151-1/+1
* bpftool: Fix compilation failure for net.o with older glibcAlan Maguire2021-01-061-1/+0
* tools, bpftool: Add missing close before bpftool net attach exitWang Hai2020-11-131-9/+9
* tools/bpftool: Remove libbpf_internal.h usage in bpftoolAndrii Nakryiko2020-08-181-17/+282
* tools, bpftool: Clean subcommand help messagesQuentin Monnet2020-06-011-6/+6
* bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen2020-01-201-4/+4
* libbpf: Move non-public APIs from libbpf.h to libbpf_internal.hAndrii Nakryiko2019-12-151-0/+1
* tools: bpftool: fix format string for p_err() in query_flow_dissector()Quentin Monnet2019-08-151-1/+1
* tools: bpftool: add net detach command to detach XDP on interfaceDaniel T. Lee2019-08-151-1/+41
* tools: bpftool: add net attach command to attach XDP on interfaceDaniel T. Lee2019-08-151-7/+129
* bpftool: show flow_dissector attachment statusStanislav Fomichev2019-04-251-0/+54
* tools: bpftool: dual license all filesJakub Kicinski2018-12-131-1/+1
* libbpf: Consistent prefixes for interfaces in nlattr.h.Andrey Ignatov2018-10-041-3/+7
* libbpf: Consistent prefixes for interfaces in libbpf.h.Andrey Ignatov2018-10-041-16/+15
* tools/bpf: bpftool: improve output format for bpftool netYonghong Song2018-09-181-32/+71
* tools/bpf: bpftool: add net supportYonghong Song2018-09-061-0/+233