summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-11-13Merge tag 'v6.18-rc5-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds-2/+17
2025-11-13virtio-net: fix incorrect flags recording in big modeXuan Zhuo-5/+11
2025-11-13Merge tag 'linux-can-next-for-6.19-20251112-2' of git://git.kernel.org/pub/sc...Paolo Abeni-150/+444
2025-11-12Merge tag 'nfsd-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-28/+58
2025-11-12Merge tag 'dma-mapping-6.18-2025-11-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+2
2025-11-12Merge tag 'loongarch-fixes-6.18-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-82/+59
2025-11-12Merge tag 'alpha-fixes-v6.18-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2025-11-12Merge branch 'net-stmmac-convert-glue-drivers-to-use-stmmac_get_phy_intf_sel'Jakub Kicinski-119/+70
2025-11-12net: stmmac: visconti: use stmmac_get_phy_intf_sel()Russell King (Oracle)-20/+6
2025-11-12net: stmmac: visconti: use PHY_INTF_SEL_x to select PHY interfaceRussell King (Oracle)-3/+3
2025-11-12net: stmmac: stm32: use stmmac_get_phy_intf_sel()Russell King (Oracle)-20/+22
2025-11-12net: stmmac: stm32: use PHY_INTF_SEL_x directlyRussell King (Oracle)-19/+13
2025-11-12net: stmmac: stm32: use PHY_INTF_SEL_x to select PHY interfaceRussell King (Oracle)-6/+14
2025-11-12net: stmmac: starfive: use stmmac_get_phy_intf_sel()Russell King (Oracle)-18/+6
2025-11-12net: stmmac: starfive: use PHY_INTF_SEL_x to select PHY interfaceRussell King (Oracle)-2/+2
2025-11-12net: stmmac: mediatek: simplify set_interface() methodsRussell King (Oracle)-38/+12
2025-11-12net: stmmac: mediatek: use stmmac_get_phy_intf_sel()Russell King (Oracle)-18/+25
2025-11-12net: stmmac: mediatek: use PHY_INTF_SEL_xRussell King (Oracle)-10/+8
2025-11-12net: stmmac: loongson1: use stmmac_get_phy_intf_sel()Russell King (Oracle)-8/+3
2025-11-12net: stmmac: loongson1: use PHY_INTF_SEL_x directlyRussell King (Oracle)-6/+5
2025-11-12net: stmmac: loongson1: use PHY_INTF_SEL_xRussell King (Oracle)-2/+2
2025-11-12tools: ynltool: correct install in MakefileJakub Kicinski-1/+1
2025-11-12selftests: drv-net: Limit the max number of queues in procfs_downup_hammerDimitri Daskalakis-2/+3
2025-11-12can: bxcan: Fix a typo error for assignChu Guangqing-1/+1
2025-11-12Merge patch series "can: mcp251xfd: add gpio functionality"Marc Kleine-Budde-66/+335
2025-11-12dt-bindings: can: mcp251xfd: add gpio-controller propertyGregor Herburger-0/+5
2025-11-12can: mcp251xfd: add gpio functionalityGregor Herburger-0/+163
2025-11-12can: mcp251xfd: only configure PIN1 when rx_int is setGregor Herburger-14/+13
2025-11-12can: mcp251xfd: add workaround for errata 5Gregor Herburger-6/+84
2025-11-12Merge tag 'wireless-next-2025-11-12' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-3652/+4002
2025-11-12Merge tag 'wireless-2025-11-12' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-41/+117
2025-11-12net: stmmac: improve ndev->max_mtu setup readabilityRussell King (Oracle)-10/+12
2025-11-12r8169: add support for RTL8125Kjaven-0/+3
2025-11-12net: clear skb->sk in skb_release_head_state()Eric Dumazet-0/+1
2025-11-12ipv4: route: Prevent rt_bind_exception() from rebinding stale fnheChuang Wang-0/+5
2025-11-12Merge branch 'selftests-vsock-refactor-and-improve-vmtest-infrastructure'Jakub Kicinski-113/+233
2025-11-12selftests/vsock: disable shellcheck SC2317 and SC2119Bobby Eshleman-0/+2
2025-11-12selftests/vsock: add vsock_loopback module loadingBobby Eshleman-0/+2
2025-11-12selftests/vsock: add 1.37 to tested virtme-ng versionsBobby Eshleman-1/+1
2025-11-12selftests/vsock: add BUILD=0 definitionBobby Eshleman-0/+1
2025-11-12selftests/vsock: identify and execute tests that can re-use VMBobby Eshleman-13/+50
2025-11-12selftests/vsock: add check_result() for pass/fail countingBobby Eshleman-11/+21
2025-11-12selftests/vsock: speed up tests by reducing the QEMU pidfile timeoutBobby Eshleman-2/+2
2025-11-12selftests/vsock: do not unconditionally die if qemu failsBobby Eshleman-4/+2
2025-11-12selftests/vsock: avoid multi-VM pidfile collisions with QEMUBobby Eshleman-19/+43
2025-11-12selftests/vsock: reuse logic for vsock_test through wrapper functionsBobby Eshleman-40/+95
2025-11-12selftests/vsock: make wait_for_listener() work even if pipefail is onBobby Eshleman-2/+4
2025-11-12selftests/vsock: improve logging in vmtest.shBobby Eshleman-40/+29
2025-11-12Merge tag 'ath-next-20251111' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg-25/+14
2025-11-12Merge tag 'iwlwifi-fixes-2025-11-12' of https://git.kernel.org/pub/scm/linux/...Johannes Berg-26/+20