summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-10-07selftests/bpf: Remove SEC("version") from test progsDave Marchevsky40-61/+0
2021-10-07selftests/bpf: Skip the second half of get_branch_snapshot in vmSong Liu1-0/+34
2021-10-07bpf, tests: Add more LD_IMM64 testsJohan Almbladh1-3/+117
2021-10-07mips, bpf: Optimize loading of 64-bit constantsJohan Almbladh1-1/+7
2021-10-07mips, 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-05bpf: Avoid retpoline for bpf_for_each_map_elemAndrey Ignatov1-1/+10
2021-10-05Merge branch 'Support kernel module function calls from eBPF'Alexei Starovoitov26-199/+896
2021-10-05bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi9-31/+132
2021-10-05libbpf: Update gen_loader to emit BTF_KIND_FUNC relocationsKumar Kartikeya Dwivedi3-58/+280
2021-10-05libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0Kumar Kartikeya Dwivedi1-11/+13
2021-10-05libbpf: Support kernel module function callsKumar Kartikeya Dwivedi4-24/+72
2021-10-05bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi7-34/+85
2021-10-05tools: Allow specifying base BTF file in resolve_btfidsKumar Kartikeya Dwivedi2-10/+20
2021-10-05bpf: btf: Introduce helpers for dynamic BTF set registrationKumar Kartikeya Dwivedi3-0/+89
2021-10-05bpf: Be conservative while processing invalid kfunc callsKumar Kartikeya Dwivedi1-0/+18
2021-10-05bpf: 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
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski76-93/+90
2021-10-05Merge branch 'mlx4-const-dev_addr'David S. Miller8-48/+26
2021-10-05mlx4: constify args for const dev_addrJakub Kicinski3-5/+7
2021-10-05mlx4: remove custom dev_addr clearingJakub Kicinski1-8/+6
2021-10-05mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr()Jakub Kicinski2-11/+1
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski6-24/+12
2021-10-05netlink: remove netlink_broadcast_filteredFlorian Westphal2-25/+2
2021-10-05Merge tag 'mlx5-updates-2021-10-04' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller21-149/+597
2021-10-05net: bgmac: support MDIO described in DTRafał Miłecki1-1/+5
2021-10-05net: bgmac: improve handling PHYRafał Miłecki1-12/+21
2021-10-05ethernet: ehea: add missing castJakub Kicinski1-1/+1