summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/feature.c
AgeCommit message (Expand)Author
2024-01-04bpfilter: remove bpfilterQuentin Deslandes
2023-07-12bpftool: Use "fallthrough;" keyword instead of commentsQuentin Monnet
2023-05-15bpftool: JIT limited misreported as negative value on aarch64Alan Maguire
2023-01-10bpftool: fix output for skipping kernel config checkChethan Suresh
2022-08-15bpftool: Fix a typo in a commentQuentin Monnet
2022-07-05bpftool: Rename "bpftool feature list" into "... feature list_builtins"Quentin Monnet
2022-06-30bpftool: Add feature list (prog/map/link/attach types, helpers)Quentin Monnet
2022-06-14Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"Quentin Monnet
2022-06-02bpftool: Use libbpf_bpf_map_type_strDaniel Müller
2022-06-02bpftool: Use libbpf_bpf_prog_type_strDaniel Müller
2022-05-09bpftool: Output message if no helpers found in feature probingMilan Landaverde
2022-05-09bpftool: Adjust for error codes from libbpf probesMilan Landaverde
2022-04-10bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao
2022-04-04bpftool: Handle libbpf_probe_prog_type errorsMilan Landaverde
2022-03-28bpf/bpftool: Add unprivileged_bpf_disabled check against value of 2Milan Landaverde
2022-03-10bpftool: Restore support for BPF offload-enabled feature probingNiklas Söderlund
2022-02-03bpftool: Stop supporting BPF offload-enabled feature probingAndrii Nakryiko
2022-01-05bpftool: Probe for instruction set extensionsPaul Chaignon
2022-01-05bpftool: Probe for bounded loop supportPaul Chaignon
2022-01-05bpftool: Refactor misc. feature probePaul Chaignon
2021-12-17bpftool: Reimplement large insn size limit feature probingAndrii Nakryiko
2021-11-07bpftool: Stop using deprecated bpf_load_program()Andrii Nakryiko
2021-09-17bpftool: Only probe trace_vprintk feature in 'full' modeDave Marchevsky
2021-07-30tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet
2021-02-24bpf: Add kernel/modules BTF presence checks to bpftool feature commandGrant Seltzer
2020-10-29tools, bpftool: Avoid array index warnings.Ian Rogers
2020-07-27tools, bpftool: Skip type probe if name is not foundQuentin Monnet
2020-06-25tools, bpftool: Define prog_type_name array only onceTobias Klauser
2020-06-01tools, bpftool: Make capability check account for new BPF capsQuentin Monnet
2020-06-01tools, bpftool: Clean subcommand help messagesQuentin Monnet
2020-05-15bpf, bpftool: Allow probing for CONFIG_HZ from kernel configDaniel Borkmann
2020-04-29tools: bpftool: Make libcap dependency optionalQuentin Monnet
2020-04-29tools: bpftool: Allow unprivileged users to probe featuresQuentin Monnet
2020-04-29tools: bpftool: For "feature probe" define "full_mode" bool as globalQuentin Monnet
2020-02-26bpftool: Make probes which emit dmesg warnings optionalMichal Rostecki
2020-02-26bpftool: Move out sections to separate functionsMichal Rostecki
2020-02-04bpftool: Remove redundant "HAVE" prefix from the large INSN limit checkMichal Rostecki
2020-01-20bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen
2020-01-08bpftool: Add misc section and probe for large INSN limitMichal Rostecki
2019-08-12tools: bpftool: fix reading from /proc/config.gzPeter Wu
2019-01-24bpftool: feature probing, change default actionPrashant Bhole
2019-01-22tools: bpftool: add probes for a network deviceQuentin Monnet
2019-01-22tools: bpftool: add C-style "#define" output for probesQuentin Monnet
2019-01-22tools: bpftool: add probes for eBPF helper functionsQuentin Monnet
2019-01-22tools: bpftool: add probes for eBPF map typesQuentin Monnet
2019-01-22tools: bpftool: add probes for eBPF program typesQuentin Monnet
2019-01-22tools: bpftool: add probes for kernel configuration optionsQuentin Monnet
2019-01-22tools: bpftool: add probes for /proc/ eBPF parametersQuentin Monnet
2019-01-22tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet