summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd
AgeCommit message (Expand)Author
13 daysdrivers: net: amd: nmclan: Remove this driverAndrew Lunn
13 daysdrivers: net: amd: lance: Remove this driverAndrew Lunn
2026-03-31declance: Include the offending address with DMA errorsMaciej W. Rozycki
2026-03-31declance: Rate-limit DMA errorsMaciej W. Rozycki
2026-03-24amd-xgbe: add TX descriptor cleanup for link-downRaju Rangoju
2026-03-24amd-xgbe: optimize TX shutdown on link-downRaju Rangoju
2026-03-24amd-xgbe: add adaptive link status pollingRaju Rangoju
2026-03-12net: xgbe: use device_get_mac_addrRosen Penev
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-10amd-xgbe: add PCI power management for S0i3 supportRaju Rangoju
2026-03-10amd-xgbe: Simplify powerdown/powerup pathsRaju Rangoju
2026-03-10amd-xgbe: reset PHY settings before starting PHYRaju Rangoju
2026-03-10amd-xgbe: prevent CRC errors during RX adaptation with AN disabledRaju Rangoju
2026-03-10amd-xgbe: fix link status handling in xgbe_rx_adaptationRaju Rangoju
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-05amd-xgbe: add support for P100a platformRaju Rangoju
2026-03-05amd-xgbe: define macros for MAC versions and speed select valuesRaju Rangoju
2026-03-03amd-xgbe: fix sleep while atomic on suspend/resumeRaju Rangoju
2026-02-28amd-xgbe: fix MAC_TCR_SS register width for 2.5G and 10M speedsRaju Rangoju
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-02-05amd-xgbe: do not select NET_SELFTESTS when INET is disabledRaju Rangoju
2026-01-30amd-xgbe: add support for rx alignment errorsRaju Rangoju
2026-01-28declance: Remove IRQF_ONESHOTSebastian Andrzej Siewior
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-17net: xgbe: convert to use .get_rx_ring_countBreno Leitao
2026-01-17amd-xgbe: avoid misleading per-packet error logRaju Rangoju
2026-01-15xgbe: Use netlink extack to report errors to ethtoolVishal Badole
2025-12-23amd-xgbe: reset retries and mode on RX adapt failuresRaju Rangoju
2025-12-01amd-xgbe: schedule NAPI on Rx Buffer Unavailable (RBU)Raju Rangoju
2025-12-01amd-xgbe: refactor the dma IRQ handling code pathRaju Rangoju
2025-11-26amd-xgbe: let the MAC manage PHY PMRaju Rangoju
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka
2025-11-06amd-xgbe: add ethtool jumbo frame selftestRaju Rangoju
2025-11-06amd-xgbe: add ethtool split header selftestRaju Rangoju
2025-11-06amd-xgbe: add ethtool phy loopback selftestRaju Rangoju
2025-11-06amd-xgbe: introduce support ethtool selftestRaju Rangoju
2025-10-20amd-xgbe: convert to ndo_hwtstamp callbacksVadim Fedorenko
2025-10-16net: amd-xgbe: use EOPNOTSUPP instead of ENOTSUPP in xgbe_phy_mii_read_c45Alok Tiwari
2025-10-14amd-xgbe: Avoid spurious link down messages during interface toggleRaju Rangoju
2025-09-14amd-xgbe: Add PPS periodic output supportRaju Rangoju
2025-08-27amd-xgbe: Use int type to store negative error codesQianfeng Rong
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit
2025-08-18amd-xgbe: Configure and retrieve 'tx-usecs' for Tx coalescingVishal Badole
2025-07-21amd-xgbe: add hardware PTP timestamping supportRaju Rangoju
2025-07-21and-xgbe: remove the abstraction for hwptpRaju Rangoju
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni