summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-08samples/bpf: Do not FORCE-recompile libbpfQuentin Monnet1-1/+1
2021-10-08samples/bpf: Install libbpf headers when buildingQuentin Monnet1-10/+30
2021-10-08samples/bpf: Update .gitignoreQuentin Monnet1-0/+4
2021-10-08bpf: iterators: Install libbpf headers when buildingQuentin Monnet1-13/+25
2021-10-08bpf: preload: Install libbpf headers when buildingQuentin Monnet1-5/+20
2021-10-08tools/runqslower: Install libbpf headers when buildingQuentin Monnet2-15/+22
2021-10-08tools/resolve_btfids: Install libbpf headers when buildingQuentin Monnet3-9/+18
2021-10-08bpftool: Install libbpf headers instead of including the dirQuentin Monnet2-12/+23
2021-10-08bpftool: Remove unused includes to <bpf/bpf_gen_internal.h>Quentin Monnet2-2/+0
2021-10-08libbpf: Skip re-installing headers file if source is older than targetQuentin Monnet1-9/+18
2021-10-08selftests/bpf: Fix btf_dump test under new clangYucong Sun4-9/+9
2021-10-08selftests/bpf: Remove SEC("version") from test progsDave Marchevsky40-61/+0
2021-10-08selftests/bpf: Skip the second half of get_branch_snapshot in vmSong Liu1-0/+34
2021-10-08bpf, tests: Add more LD_IMM64 testsJohan Almbladh1-3/+117
2021-10-08mips, bpf: Optimize loading of 64-bit constantsJohan Almbladh1-1/+7
2021-10-08mips, bpf: Fix Makefile that referenced a removed fileJohan Almbladh1-1/+0
2021-10-07bpf, x64: Factor out emission of REX byte in more casesJie Meng1-36/+31
2021-10-06Merge branch 'libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7'Andrii Nakryiko12-23/+62
2021-10-06libbpf: Deprecate bpf_object__unload() API since v0.6Hengqi Chen2-3/+6
2021-10-06selftests/bpf: Switch to new bpf_object__next_{map,program} APIsHengqi Chen9-11/+11
2021-10-06libbpf: Add API documentation convention guidelinesGrant Seltzer1-0/+40
2021-10-06libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7Hengqi Chen3-12/+51
2021-10-06selftest/bpf: Switch recursion test to use htab_map_delete_elemJiri Olsa2-11/+8
2021-10-06bpf: Use $(pound) instead of \# in MakefilesQuentin Monnet2-3/+5
2021-10-06bpf, arm: Remove dummy bpf_jit_compile stubDaniel Borkmann1-5/+0
2021-10-06Merge branch 'bpf-mips-jit'Daniel Borkmann14-3608/+4244
2021-10-06mips, bpf: Remove old BPF JIT implementationsJohan Almbladh4-3603/+0
2021-10-06mips, bpf: Enable eBPF JITsJohan Almbladh3-4/+8
2021-10-06mips, bpf: Add JIT workarounds for CPU errataJohan Almbladh3-7/+35
2021-10-06mips, bpf: Add new eBPF JIT for 64-bit MIPSJohan Almbladh1-0/+1052
2021-10-06mips, bpf: Add eBPF JIT for 32-bit MIPSJohan Almbladh4-1/+3148
2021-10-06mips, uasm: Add workaround for Loongson-2F nop CPU errataJohan Almbladh1-0/+4
2021-10-06mips, uasm: Enable muhu opcode for MIPS R6Tony Ambardar3-2/+6
2021-10-06selftests/bpf: Test new btf__add_btf() APIAndrii Nakryiko1-0/+86
2021-10-06selftests/bpf: Refactor btf_write selftest to reuse BTF generation logicAndrii Nakryiko1-6/+49
2021-10-06libbpf: Add API that copies all BTF types from one BTF object to anotherAndrii Nakryiko3-2/+135
2021-10-06bpf, x64: Save bytes for DIV by reducing reg copiesJie Meng2-29/+89
2021-10-06bpf: Avoid retpoline for bpf_for_each_map_elemAndrey Ignatov1-1/+10
2021-10-06Merge branch 'Support kernel module function calls from eBPF'Alexei Starovoitov26-199/+896
2021-10-06bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi9-31/+132
2021-10-06libbpf: Update gen_loader to emit BTF_KIND_FUNC relocationsKumar Kartikeya Dwivedi3-58/+280
2021-10-06libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0Kumar Kartikeya Dwivedi1-11/+13
2021-10-06libbpf: Support kernel module function callsKumar Kartikeya Dwivedi4-24/+72
2021-10-06bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi7-34/+85
2021-10-06tools: Allow specifying base BTF file in resolve_btfidsKumar Kartikeya Dwivedi2-10/+20
2021-10-06bpf: btf: Introduce helpers for dynamic BTF set registrationKumar Kartikeya Dwivedi3-0/+89
2021-10-06bpf: Be conservative while processing invalid kfunc callsKumar Kartikeya Dwivedi1-0/+18
2021-10-06bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi6-32/+188
2021-10-05Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski35-1084/+2789
2021-10-05net: usb: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski5-5/+5