summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-11-27Merge tag 'linux-can-next-for-6.19-20251126' of git://git.kernel.org/pub/scm/...Paolo Abeni-136/+951
2025-11-27net: stmmac: dwmac: Disable flushing frames on Rx Buffer UnavailableRohan G Thomas-2/+14
2025-11-27net: fec: do not register PPS event for PEROUTWei Fang-2/+5
2025-11-27net: fec: do not allow enabling PPS and PEROUT simultaneouslyWei Fang-0/+12
2025-11-27net: fec: do not update PEROUT if it is enabledWei Fang-10/+34
2025-11-27net: fec: cancel perout_timer when PEROUT is disabledWei Fang-0/+2
2025-11-27fbnic: Replace use of internal PCS w/ Designware XPCSAlexander Duyck-63/+55
2025-11-27fbnic: Add SW shim for MDIO interface to PMD and PCSAlexander Duyck-0/+205
2025-11-27fbnic: Add handler for reporting link down event statisticsAlexander Duyck-0/+9
2025-11-27fbnic: Add logic to track PMD state via MAC/PCS signalsAlexander Duyck-52/+175
2025-11-27fbnic: Rename PCS IRQ to MAC IRQ as it is actually a MAC interruptAlexander Duyck-32/+32
2025-11-27net: pcs: xpcs: Add support for FBNIC 25G, 50G, 100G PMDAlexander Duyck-2/+22
2025-11-27net: pcs: xpcs: Fix PMA identifier handling in XPCSAlexander Duyck-5/+4
2025-11-27net: pcs: xpcs: Add support for 25G, 50G, and 100G interfacesAlexander Duyck-4/+101
2025-11-27net: phy: Add MDIO_PMA_CTRL1_SPEED for 2.5G and 5G to reflect PMA valuesAlexander Duyck-4/+4
2025-11-26Merge tag 'linux-can-fixes-for-6.18-20251126' of git://git.kernel.org/pub/scm...Jakub Kicinski-41/+124
2025-11-26net: atlantic: fix fragment overflow handling in RX pathJiefeng Zhang-0/+5
2025-11-26virtio-net: avoid unnecessary checksum calculation on guest RXJon Kohler-2/+3
2025-11-26amd-xgbe: let the MAC manage PHY PMRaju Rangoju-5/+10
2025-11-26eth: fbnic: Fix counter roll-over issueMohsin Bashir-1/+1
2025-11-26net: hibmcge: add support for pagepool on rxJijie Shao-33/+142
2025-11-26net: hibmcge: reduce packet drop under stress testingJijie Shao-10/+37
2025-11-26net: hibmcge: add support for tracepoint to dump some fields of rx_descTao Lan-0/+93
2025-11-26net: dsa: sja1105: fix SGMII linking at 10M or 100M but not passing trafficVladimir Oltean-7/+0
2025-11-26net: fman_memac: report structured ethtool countersVladimir Oltean-0/+146
2025-11-26net: dpaa: fman_memac: complete phylink support with 2500base-xVladimir Oltean-0/+4
2025-11-26net: phy: dp83867: implement configurability for SGMII in-band auto-negotiationVladimir Oltean-7/+29
2025-11-26fm10k: extract GRXRINGS from .get_rxnfcBreno Leitao-14/+3
2025-11-26ixgbevf: extract GRXRINGS from .get_rxnfcBreno Leitao-11/+3
2025-11-26igc: extract GRXRINGS from .get_rxnfcBreno Leitao-3/+8
2025-11-26igb: extract GRXRINGS from .get_rxnfcBreno Leitao-4/+8
2025-11-26idpf: extract GRXRINGS from .get_rxnfcBreno Leitao-3/+20
2025-11-26ice: extract GRXRINGS from .get_rxnfcBreno Leitao-4/+15
2025-11-26iavf: extract GRXRINGS from .get_rxnfcBreno Leitao-4/+14
2025-11-26i40e: extract GRXRINGS from .get_rxnfcBreno Leitao-4/+15
2025-11-26net: stmmac: pci: Use generic PCI suspend/resume routinesYao Zi-34/+5
2025-11-26net: stmmac: loongson: Use generic PCI suspend/resume routinesYao Zi-34/+5
2025-11-26net: stmmac: Add generic suspend/resume helper for PCI-based controllersYao Zi-0/+66
2025-11-26net: wwan: mhi: Keep modem name match with Foxconn T99W640Slark Xiao-1/+1
2025-11-26net: phy: nxp-c45-tja11xx: add HW timestamp configuration reportingVadim Fedorenko-0/+14
2025-11-26phy: mscc: add HW timestamp configuration reportingVadim Fedorenko-0/+13
2025-11-26net: phy: dp83640: add HW timestamp configuration reportingVadim Fedorenko-4/+17
2025-11-26net: phy: broadcom: add HW timestamp configuration reportingVadim Fedorenko-0/+13
2025-11-26phy: add hwtstamp_get callback to phy driversVadim Fedorenko-0/+3
2025-11-26phy: rename hwtstamp callback to hwtstamp_setVadim Fedorenko-33/+36
2025-11-26can: rcar_canfd: Fix CAN-FD mode as defaultBiju Das-22/+31
2025-11-26can: rcar_canfd: Add suspend/resume supportGeert Uytterhoeven-0/+53
2025-11-26can: rcar_canfd: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven-5/+5
2025-11-26can: rcar_canfd: Invert CAN clock and close_candev() orderGeert Uytterhoeven-1/+1
2025-11-26can: rcar_canfd: Extract rcar_canfd_global_{,de}init()Geert Uytterhoeven-78/+104