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