| Age | Commit message (Expand) | Author |
| 2021-10-06 | mips, bpf: Remove old BPF JIT implementations | Johan Almbladh |
| 2021-10-06 | mips, bpf: Enable eBPF JITs | Johan Almbladh |
| 2021-10-06 | mips, bpf: Add JIT workarounds for CPU errata | Johan Almbladh |
| 2021-10-06 | mips, bpf: Add new eBPF JIT for 64-bit MIPS | Johan Almbladh |
| 2021-10-06 | mips, bpf: Add eBPF JIT for 32-bit MIPS | Johan Almbladh |
| 2021-10-06 | mips, uasm: Add workaround for Loongson-2F nop CPU errata | Johan Almbladh |
| 2021-10-06 | mips, uasm: Enable muhu opcode for MIPS R6 | Tony Ambardar |
| 2021-10-06 | selftests/bpf: Test new btf__add_btf() API | Andrii Nakryiko |
| 2021-10-06 | selftests/bpf: Refactor btf_write selftest to reuse BTF generation logic | Andrii Nakryiko |
| 2021-10-06 | libbpf: Add API that copies all BTF types from one BTF object to another | Andrii Nakryiko |
| 2021-10-06 | bpf, x64: Save bytes for DIV by reducing reg copies | Jie Meng |
| 2021-10-05 | bpf: Avoid retpoline for bpf_for_each_map_elem | Andrey Ignatov |
| 2021-10-05 | Merge branch 'Support kernel module function calls from eBPF' | Alexei Starovoitov |
| 2021-10-05 | bpf: selftests: Add selftests for module kfunc support | Kumar Kartikeya Dwivedi |
| 2021-10-05 | libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations | Kumar Kartikeya Dwivedi |
| 2021-10-05 | libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0 | Kumar Kartikeya Dwivedi |
| 2021-10-05 | libbpf: Support kernel module function calls | Kumar Kartikeya Dwivedi |
| 2021-10-05 | bpf: Enable TCP congestion control kfunc from modules | Kumar Kartikeya Dwivedi |
| 2021-10-05 | tools: Allow specifying base BTF file in resolve_btfids | Kumar Kartikeya Dwivedi |
| 2021-10-05 | bpf: btf: Introduce helpers for dynamic BTF set registration | Kumar Kartikeya Dwivedi |
| 2021-10-05 | bpf: Be conservative while processing invalid kfunc calls | Kumar Kartikeya Dwivedi |
| 2021-10-05 | bpf: Introduce BPF support for kernel module function calls | Kumar Kartikeya Dwivedi |
| 2021-10-05 | Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski |
| 2021-10-05 | net: usb: use eth_hw_addr_set() for dev->addr_len cases | Jakub Kicinski |
| 2021-10-05 | ethernet: use eth_hw_addr_set() for dev->addr_len cases | Jakub Kicinski |
| 2021-10-05 | Merge branch 'mlx4-const-dev_addr' | David S. Miller |
| 2021-10-05 | mlx4: constify args for const dev_addr | Jakub Kicinski |
| 2021-10-05 | mlx4: remove custom dev_addr clearing | Jakub Kicinski |
| 2021-10-05 | mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr() | Jakub Kicinski |
| 2021-10-05 | mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64() | Jakub Kicinski |
| 2021-10-05 | netlink: remove netlink_broadcast_filtered | Florian Westphal |
| 2021-10-05 | Merge tag 'mlx5-updates-2021-10-04' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller |
| 2021-10-05 | net: bgmac: support MDIO described in DT | Rafał Miłecki |
| 2021-10-05 | net: bgmac: improve handling PHY | Rafał Miłecki |
| 2021-10-05 | ethernet: ehea: add missing cast | Jakub Kicinski |
| 2021-10-05 | sparc: Fix typo. | David S. Miller |
| 2021-10-04 | net/mlx5: Enable single IRQ for PCI Function | Shay Drory |
| 2021-10-04 | net/mlx5: Shift control IRQ to the last index | Shay Drory |
| 2021-10-04 | net/mlx5: Bridge, pop VLAN on egress table miss | Vlad Buslov |
| 2021-10-04 | net/mlx5: Bridge, mark reg_c1 when pushing VLAN | Vlad Buslov |
| 2021-10-04 | net/mlx5: Bridge, extract VLAN pop code to dedicated functions | Vlad Buslov |
| 2021-10-04 | net/mlx5: Bridge, refactor eswitch instance usage | Vlad Buslov |
| 2021-10-04 | net/mlx5e: Support accept action | Vlad Buslov |
| 2021-10-04 | net/mlx5e: Specify out ifindex when looking up encap route | Chris Mi |
| 2021-10-04 | net/mlx5e: Reserve a value from TC tunnel options mapping | Vlad Buslov |
| 2021-10-04 | net/mlx5e: Move parse fdb check into actions_match_supported_fdb() | Roi Dayan |
| 2021-10-04 | net/mlx5e: Split actions_match_supported() into a sub function | Roi Dayan |
| 2021-10-04 | net/mlx5e: Move mod hdr allocation to a single place | Roi Dayan |
| 2021-10-04 | net/mlx5e: TC, Refactor sample offload error flow | Roi Dayan |
| 2021-10-04 | net/mlx5e: Add TX max rate support for MQPRIO channel mode | Tariq Toukan |