summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-17ptp_ocp: implement DPLL opsVadim Fedorenko
2023-09-17ice: implement dpll interface to control cguArkadiusz Kubalewski
2023-09-17ice: add admin commands to access cgu configurationArkadiusz Kubalewski
2023-09-17netdev: expose DPLL pin handle for netdeviceJiri Pirko
2023-09-17dpll: netlink: Add DPLL framework base functionsVadim Fedorenko
2023-09-17dpll: core: Add DPLL framework base functionsVadim Fedorenko
2023-09-17dpll: spec: Add Netlink spec in YAMLVadim Fedorenko
2023-09-17dpll: documentation on DPLL subsystem interfaceVadim Fedorenko
2023-09-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller
2023-09-16Merge branch 'exceptions-1-2'Alexei Starovoitov
2023-09-16selftests/bpf: Add tests for BPF exceptionsKumar Kartikeya Dwivedi
2023-09-16selftests/bpf: Add BPF assertion macrosKumar Kartikeya Dwivedi
2023-09-16libbpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi
2023-09-16libbpf: Refactor bpf_object__reloc_codeKumar Kartikeya Dwivedi
2023-09-16bpf: Fix kfunc callback register type handlingKumar Kartikeya Dwivedi
2023-09-16bpf: Disallow fentry/fexit/freplace for exception callbacksKumar Kartikeya Dwivedi
2023-09-16bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi
2023-09-16bpf: Prevent KASAN false positive with bpf_throwKumar Kartikeya Dwivedi
2023-09-16mm: kasan: Declare kasan_unpoison_task_stack_below in kasan.hKumar Kartikeya Dwivedi
2023-09-16bpf: Treat first argument as return value for bpf_throwKumar Kartikeya Dwivedi
2023-09-16bpf: Perform CFG walk for exception callbackKumar Kartikeya Dwivedi
2023-09-16bpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi
2023-09-16bpf: Refactor check_btf_func and split into two phasesKumar Kartikeya Dwivedi
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi
2023-09-16bpf: Implement support for adding hidden subprogsKumar Kartikeya Dwivedi
2023-09-16arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi
2023-09-16bpf: Use bpf_is_subprog to check for subprogsKumar Kartikeya Dwivedi
2023-09-16Merge branch 'TCP_INFO-RTO'David S. Miller
2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V
2023-09-16tcp: call tcp_try_undo_recovery when an RTOd TFO SYNACK is ACKedAananth V
2023-09-16Merge branch 'dsa-microchip-drive-strength-support'David S. Miller
2023-09-16net: dsa: microchip: Add drive strength configurationOleksij Rempel
2023-09-16dt-bindings: net: dsa: microchip: Update ksz device tree bindings for drive s...Oleksij Rempel
2023-09-16Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2023-09-16Merge branch 'loongson1-mac'David S. Miller
2023-09-16net: stmmac: Add glue layer for Loongson-1 SoCKeguang Zhang
2023-09-16dt-bindings: net: Add Loongson-1 Ethernet ControllerKeguang Zhang
2023-09-16dt-bindings: mfd: syscon: Add compatibles for Loongson-1 sysconKeguang Zhang
2023-09-16sfc: make coding style of PTP addresses consistent with coreAlex Austin
2023-09-16net: ethernet: mtk_wed: do not assume offload callbacks are always setLorenzo Bianconi
2023-09-16net: add truesize debug checks in skb_{add|coalesce}_rx_frag()Eric Dumazet
2023-09-16net: use indirect call helpers for sk->sk_prot->release_cb()Eric Dumazet
2023-09-15Merge branch 'arm32-bpf-add-support-for-cpuv4-insns'Alexei Starovoitov
2023-09-15MAINTAINERS: Add myself for ARM32 BPF JIT maintainer.Puranjay Mohan
2023-09-15bpf/tests: add tests for cpuv4 instructionsPuranjay Mohan
2023-09-15selftest, bpf: enable cpu v4 tests for arm32Puranjay Mohan
2023-09-15arm32, bpf: add support for 64 bit division instructionPuranjay Mohan
2023-09-15arm32, bpf: add support for 32-bit signed divisionPuranjay Mohan
2023-09-15arm32, bpf: add support for unconditional bswap instructionPuranjay Mohan
2023-09-15arm32, bpf: add support for sign-extension mov instructionPuranjay Mohan