summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-10-05Merge branch 'mlx4-const-dev_addr'David S. Miller
2021-10-05mlx4: constify args for const dev_addrJakub Kicinski
2021-10-05mlx4: remove custom dev_addr clearingJakub Kicinski
2021-10-05mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr()Jakub Kicinski
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski
2021-10-05netlink: remove netlink_broadcast_filteredFlorian Westphal
2021-10-05Merge tag 'mlx5-updates-2021-10-04' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2021-10-05net: bgmac: support MDIO described in DTRafał Miłecki
2021-10-05net: bgmac: improve handling PHYRafał Miłecki
2021-10-05ethernet: ehea: add missing castJakub Kicinski
2021-10-05sparc: Fix typo.David S. Miller
2021-10-04net/mlx5: Enable single IRQ for PCI FunctionShay Drory
2021-10-04net/mlx5: Shift control IRQ to the last indexShay Drory
2021-10-04net/mlx5: Bridge, pop VLAN on egress table missVlad Buslov
2021-10-04net/mlx5: Bridge, mark reg_c1 when pushing VLANVlad Buslov
2021-10-04net/mlx5: Bridge, extract VLAN pop code to dedicated functionsVlad Buslov
2021-10-04net/mlx5: Bridge, refactor eswitch instance usageVlad Buslov
2021-10-04net/mlx5e: Support accept actionVlad Buslov
2021-10-04net/mlx5e: Specify out ifindex when looking up encap routeChris Mi
2021-10-04net/mlx5e: Reserve a value from TC tunnel options mappingVlad Buslov
2021-10-04net/mlx5e: Move parse fdb check into actions_match_supported_fdb()Roi Dayan
2021-10-04net/mlx5e: Split actions_match_supported() into a sub functionRoi Dayan
2021-10-04net/mlx5e: Move mod hdr allocation to a single placeRoi Dayan
2021-10-04net/mlx5e: TC, Refactor sample offload error flowRoi Dayan
2021-10-04net/mlx5e: Add TX max rate support for MQPRIO channel modeTariq Toukan