aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-10bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos
2023-07-10bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal
2023-07-10tools headers UAPI: Sync the linux/const.h with the kernel headersYanteng Si
2023-07-10sync: Update libbpf submoduleQuentin Monnet
2023-05-31ci: Use dedicated GitHub Action to package sources in release workflowQuentin Monnet
2023-05-26sync: Pull latest bpftool changes from kernelQuentin Monnet
2023-05-26bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsAndrii Nakryiko
2023-05-26bpftool: Specify XDP Hints ifname when loading programLarysa Zaremba
2023-05-26bpftool: Show target_{obj,btf}_id in tracing link infoYafang Shao
2023-05-26bpftool: Support bpffs mountpoint as pin path for prog loadallPengcheng Yang
2023-05-26bpftool: JIT limited misreported as negative value on aarch64Alan Maguire
2023-05-26bpftool: Dump map id instead of value for map_of_maps typesXueming Feng
2023-05-26bpftool: Show map IDs along with struct_ops links.Kui-Feng Lee
2023-05-26tools include UAPI: Sync uapi/linux/perf_event.h with the kernel sourcesRavi Bangoria
2023-05-26tools: bpftool: print netfilter link infoFlorian Westphal
2023-05-26bpftool: Update doc to explain struct_ops register subcommand.Kui-Feng Lee
2023-05-26bpftool: Register struct_ops with a link.Kui-Feng Lee
2023-05-26bpftool: Replace "__fallthrough" by a comment to address merge conflictQuentin Monnet
2023-05-26sync: Update libbpf submoduleQuentin Monnet
2023-04-25sync: Pull latest bpftool changes from kernelQuentin Monnet
2023-04-25bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky
2023-04-25bpf: Add log_true_size output field to return necessary log buffer sizeAndrii Nakryiko
2023-04-25bpftool: Set program type only if it differs from the desired oneWei Yongjun
2023-04-25bpftool: Clean up _bpftool_once_attr() calls in bash completionQuentin Monnet
2023-04-25bpftool: Support printing opcodes and source file references in CFGQuentin Monnet
2023-04-25bpftool: Support "opcodes", "linum", "visual" simultaneouslyQuentin Monnet
2023-04-25bpftool: Return an error on prog dumps if both CFG and JSON are requiredQuentin Monnet
2023-04-25bpftool: Support inline annotations when dumping the CFG of a programQuentin Monnet
2023-04-25bpftool: Fix bug for long instructions in program CFG dumpsQuentin Monnet
2023-04-25bpftool: Fix documentation about line info display for prog dumpsQuentin Monnet
2023-04-25macvlan: Add netlink attribute for broadcast cutoffHerbert Xu
2023-04-25sync: Update libbpf submoduleQuentin Monnet
2023-04-25mirror: Add definition for "__fallthrough" macro for switch/case blocksQuentin Monnet
2023-04-09ci: Fix up trigger path for ShellCheck workflowQuentin Monnet
2023-04-09ci: Remove 'strategy' for static builds workflowQuentin Monnet
2023-04-09ci: Update GitHub Actions used in CIQuentin Monnet
2023-04-09ci: Add concurrency groups to cancel outdated runsQuentin Monnet
2023-04-04ci: Fix retrieving Pull Request base and tip in commit linterQuentin Monnet
2023-04-04ci: Remove Ubuntu 18.04 build from matrixQuentin Monnet
2023-04-04sync: Pull latest bpftool changes from kernelQuentin Monnet
2023-04-04tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesArnaldo Carvalho de Melo
2023-04-04tools: bpftool: json: Fix backslash escape typo in jsonw_putsManu Bretelle
2023-04-04bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee
2023-04-04bpf: Create links for BPF struct_ops maps.Kui-Feng Lee
2023-04-04bpf: use canonical ftrace pathRoss Zwisler
2023-04-04bpf: Fix a typo for BPF_F_ANY_ALIGNMENT in bpf.hMichael Weiß
2023-04-04bpf: implement numbers iteratorAndrii Nakryiko
2023-04-04bpf: Add support for absolute value BPF timersTero Kristo
2023-04-04bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwrJoanne Koong
2023-04-04bpf: Add xdp dynptrsJoanne Koong