summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-08samples/bpf: Do not FORCE-recompile libbpfQuentin Monnet
2021-10-08samples/bpf: Install libbpf headers when buildingQuentin Monnet
2021-10-08samples/bpf: Update .gitignoreQuentin Monnet
2021-10-08bpf: iterators: Install libbpf headers when buildingQuentin Monnet
2021-10-08bpf: preload: Install libbpf headers when buildingQuentin Monnet
2021-10-08tools/runqslower: Install libbpf headers when buildingQuentin Monnet
2021-10-08tools/resolve_btfids: Install libbpf headers when buildingQuentin Monnet
2021-10-08bpftool: Install libbpf headers instead of including the dirQuentin Monnet
2021-10-08bpftool: Remove unused includes to <bpf/bpf_gen_internal.h>Quentin Monnet
2021-10-08libbpf: Skip re-installing headers file if source is older than targetQuentin Monnet
2021-10-08selftests/bpf: Fix btf_dump test under new clangYucong Sun
2021-10-07selftests/bpf: Remove SEC("version") from test progsDave Marchevsky
2021-10-07selftests/bpf: Skip the second half of get_branch_snapshot in vmSong Liu
2021-10-07bpf, tests: Add more LD_IMM64 testsJohan Almbladh
2021-10-07mips, bpf: Optimize loading of 64-bit constantsJohan Almbladh
2021-10-07mips, bpf: Fix Makefile that referenced a removed fileJohan Almbladh
2021-10-07bpf, x64: Factor out emission of REX byte in more casesJie Meng
2021-10-06Merge branch 'libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7'Andrii Nakryiko
2021-10-06libbpf: Deprecate bpf_object__unload() API since v0.6Hengqi Chen
2021-10-06selftests/bpf: Switch to new bpf_object__next_{map,program} APIsHengqi Chen
2021-10-06libbpf: Add API documentation convention guidelinesGrant Seltzer
2021-10-06libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7Hengqi Chen
2021-10-06selftest/bpf: Switch recursion test to use htab_map_delete_elemJiri Olsa
2021-10-06bpf: Use $(pound) instead of \# in MakefilesQuentin Monnet
2021-10-06bpf, arm: Remove dummy bpf_jit_compile stubDaniel Borkmann
2021-10-06Merge branch 'bpf-mips-jit'Daniel Borkmann
2021-10-06mips, bpf: Remove old BPF JIT implementationsJohan Almbladh
2021-10-06mips, bpf: Enable eBPF JITsJohan Almbladh
2021-10-06mips, bpf: Add JIT workarounds for CPU errataJohan Almbladh
2021-10-06mips, bpf: Add new eBPF JIT for 64-bit MIPSJohan Almbladh
2021-10-06mips, bpf: Add eBPF JIT for 32-bit MIPSJohan Almbladh
2021-10-06mips, uasm: Add workaround for Loongson-2F nop CPU errataJohan Almbladh
2021-10-06mips, uasm: Enable muhu opcode for MIPS R6Tony Ambardar
2021-10-06selftests/bpf: Test new btf__add_btf() APIAndrii Nakryiko
2021-10-06selftests/bpf: Refactor btf_write selftest to reuse BTF generation logicAndrii Nakryiko
2021-10-06libbpf: Add API that copies all BTF types from one BTF object to anotherAndrii Nakryiko
2021-10-06bpf, x64: Save bytes for DIV by reducing reg copiesJie Meng
2021-10-05bpf: Avoid retpoline for bpf_for_each_map_elemAndrey Ignatov
2021-10-05Merge branch 'Support kernel module function calls from eBPF'Alexei Starovoitov
2021-10-05bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi
2021-10-05libbpf: Update gen_loader to emit BTF_KIND_FUNC relocationsKumar Kartikeya Dwivedi
2021-10-05libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0Kumar Kartikeya Dwivedi
2021-10-05libbpf: Support kernel module function callsKumar Kartikeya Dwivedi
2021-10-05bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi
2021-10-05tools: Allow specifying base BTF file in resolve_btfidsKumar Kartikeya Dwivedi
2021-10-05bpf: btf: Introduce helpers for dynamic BTF set registrationKumar Kartikeya Dwivedi
2021-10-05bpf: Be conservative while processing invalid kfunc callsKumar Kartikeya Dwivedi
2021-10-05bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi
2021-10-05Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2021-10-05net: usb: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski