summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2025-11-10net: stmmac: ingenic: simplify jz4775 mac_set_mode()Russell King (Oracle)-8/+6
2025-11-10net: stmmac: ingenic: move ingenic_mac_init()Russell King (Oracle)-14/+14
2025-11-10usbnet: Add support for Byte Queue Limits (BQL)Simon Schippers-0/+11
2025-11-10tg3: Fix num of RX queues being reported by ethtoolBreno Leitao-1/+1
2025-11-10net: dsa: b53: add support for bcm63xx ARL entry formatJonas Gorski-7/+61
2025-11-10net: dsa: b53: add support for 5389/5397/5398 ARL entry formatJonas Gorski-3/+89
2025-11-10net: dsa: b53: move ARL entry functions into ops structJonas Gorski-21/+76
2025-11-10net: dsa: b53: split reading search entry into their own functionsJonas Gorski-18/+38
2025-11-10net: dsa: b53: provide accessors for accessing ARL_SRCH_CTLJonas Gorski-13/+24
2025-11-10net: dsa: b53: move writing ARL entries into their own functionsJonas Gorski-12/+26
2025-11-10net: dsa: b53: move reading ARL entries into their own functionJonas Gorski-46/+23
2025-11-10net: dsa: b53: b53_arl_read{,25}(): use the entry for comparisionJonas Gorski-12/+10
2025-11-10net: ravb: Correct bad check of timestamp control flagsNiklas Söderlund-2/+2
2025-11-10ptp: ocp: Document sysfs output format for backward compatibilityZhongqiu Han-0/+6
2025-11-10Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid UAFRaphael Pinsonneault-Thibeault-7/+6
2025-11-09Merge tag 'i2c-for-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-27/+23
2025-11-09Merge tag 'kbuild-fixes-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2025-11-09net/mlx5: fs, set non default device per namespacePatrisious Haddad-18/+56
2025-11-09net/mlx5: fs, Add other_eswitch support for steering tablesPatrisious Haddad-10/+40
2025-11-09net/mlx5: Add direct ST mode support for RDMAYishai Hadas-4/+25
2025-11-09PCI/TPH: Expose pcie_tph_get_st_table_loc()Yishai Hadas-3/+13
2025-11-08kbuild: Let kernel-doc.py use PYTHON3 overrideJean Delvare-2/+2
2025-11-08Merge tag 'drm-fixes-2025-11-09' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-12/+12
2025-11-08Merge tag 'rtc-6.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-3/+1
2025-11-08rtc: rx8025: fix incorrect register referenceYuta Hayama-1/+1
2025-11-08Revert "drm/nouveau: set DMA mask before creating the flush page"Dave Airlie-12/+12
2025-11-07Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski-137/+2027
2025-11-07net: stmmac: sti: use ->set_phy_intf_sel()Russell King (Oracle)-16/+9
2025-11-07net: stmmac: sti: use stmmac_get_phy_intf_sel()Russell King (Oracle)-13/+9
2025-11-07net: stmmac: sti: use PHY_INTF_SEL_x directlyRussell King (Oracle)-15/+12
2025-11-07net: stmmac: sti: use PHY_INTF_SEL_x to select PHY interfaceRussell King (Oracle)-5/+7
2025-11-07net: stmmac: lpc18xx: use ->set_phy_intf_sel()Russell King (Oracle)-14/+22
2025-11-07net: stmmac: lpc18xx: validate phy_intf_selRussell King (Oracle)-4/+3
2025-11-07net: stmmac: lpc18xx: use stmmac_get_phy_intf_sel()Russell King (Oracle)-5/+4
2025-11-07net: stmmac: lpc18xx: use PHY_INTF_SEL_x directlyRussell King (Oracle)-5/+3
2025-11-07net: stmmac: lpc18xx: convert to PHY_INTF_SEL_xRussell King (Oracle)-2/+2
2025-11-07net: phy: micrel: lan8814 fix reset of the QSGMII interfaceHoratiu Vultur-6/+6
2025-11-07net: fec: correct rx_bytes statistic for the case SHIFT16 is setWei Fang-0/+2
2025-11-07netdevsim: implement psp device statsDaniel Zahka-0/+32
2025-11-07net/mlx5e: Add PSP stats support for Rx/Tx flowsJakub Kicinski-15/+240
2025-11-07net: phy: fixed_phy: shrink size of struct fixed_phy_statusHeiner Kallweit-1/+1
2025-11-07net: phy: microchip_t1s:: add cable diagnostic support for LAN867x Rev.D0Parthiban Veerasooran-0/+2
2025-11-07net: phy: phy-c45: add OATC14 10BASE-T1S PHY cable diagnostic supportParthiban Veerasooran-0/+158
2025-11-07net: mana: Fix incorrect speed reported by debugfsErni Sri Satya Vennela-1/+1
2025-11-07net: airoha: Add the capability to consume out-of-order DMA tx descriptorsLorenzo Bianconi-47/+45
2025-11-07Merge tag 'drm-fixes-2025-11-08' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-117/+296
2025-11-08Merge tag 'drm-xe-fixes-2025-11-07' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie-25/+96
2025-11-07Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-12/+9
2025-11-07Merge tag 'gpio-fixes-for-v6.18-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-21/+9
2025-11-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-17/+88