aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/xgbe
AgeCommit message (Expand)AuthorFilesLines
9 daysamd-xgbe: avoid misleading per-packet error logRaju Rangoju1-4/+1
2025-12-23amd-xgbe: reset retries and mode on RX adapt failuresRaju Rangoju1-0/+2
2025-12-01amd-xgbe: schedule NAPI on Rx Buffer Unavailable (RBU)Raju Rangoju1-4/+15
2025-12-01amd-xgbe: refactor the dma IRQ handling code pathRaju Rangoju1-20/+40
2025-11-26amd-xgbe: let the MAC manage PHY PMRaju Rangoju2-5/+10
2025-11-06amd-xgbe: add ethtool jumbo frame selftestRaju Rangoju1-0/+23
2025-11-06amd-xgbe: add ethtool split header selftestRaju Rangoju3-0/+49
2025-11-06amd-xgbe: add ethtool phy loopback selftestRaju Rangoju1-0/+40
2025-11-06amd-xgbe: introduce support ethtool selftestRaju Rangoju5-1/+272
2025-10-20amd-xgbe: convert to ndo_hwtstamp callbacksVadim Fedorenko3-42/+21
2025-10-16net: amd-xgbe: use EOPNOTSUPP instead of ENOTSUPP in xgbe_phy_mii_read_c45Alok Tiwari1-1/+1
2025-10-14amd-xgbe: Avoid spurious link down messages during interface toggleRaju Rangoju2-1/+1
2025-09-14amd-xgbe: Add PPS periodic output supportRaju Rangoju6-4/+151
2025-08-27amd-xgbe: Use int type to store negative error codesQianfeng Rong3-3/+3
2025-08-18amd-xgbe: Configure and retrieve 'tx-usecs' for Tx coalescingVishal Badole2-2/+27
2025-07-21amd-xgbe: add hardware PTP timestamping supportRaju Rangoju6-86/+179
2025-07-21and-xgbe: remove the abstraction for hwptpRaju Rangoju6-331/+345
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4-11/+32
2025-07-02amd-xgbe: add support for giant packet sizeRaju Rangoju4-4/+24
2025-07-02amd-xgbe: do not double read link statusRaju Rangoju2-9/+19
2025-07-01amd-xgbe: align CL37 AN sequence as per databookRaju Rangoju3-2/+13
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-2/+4
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds17-1865/+291
2025-05-13amd-xgbe: add support for new pci device id 0x1641Raju Rangoju1-0/+18
2025-05-13amd-xgbe: Add XGBE_XPCS_ACCESS_V3 support to xgbe_pci_probe()Raju Rangoju3-7/+33
2025-05-13amd-xgbe: add support for new XPCS routinesRaju Rangoju3-0/+122
2025-05-13amd-xgbe: reorganize the xgbe_pci_probe() code pathRaju Rangoju2-14/+25
2025-05-13amd-xgbe: reorganize the code of XPCS accessRaju Rangoju1-36/+29
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-6/+42
2025-04-28amd-xgbe: Fix to ensure dependent features are toggled with RX checksum offloadVishal Badole4-6/+42
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2025-04-08amd-xgbe: Convert to SPDX identifierRaju Rangoju16-1808/+64
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-17/+2
2025-01-15net: ethernet: xgbe: re-add aneg to supported features in PHY quirksHeiner Kallweit1-17/+2
2025-01-15saner replacement for debugfs_rename()Al Viro1-17/+2
2024-10-29amd-xgbe: use ethtool string helpersRosen Penev1-13/+9
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-09-09amd-xgbe: Remove setting of RX software timestampGal Pressman1-4/+0
2024-07-31net: xgbe: Convert tasklet API to new bottom half workqueue mechanismAllen Pais5-38/+38
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-25net: amd-xgbe: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-04-05net: xgbe: remove extraneous #ifdef checksArnd Bergmann1-8/+0
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki1-16/+17
2023-12-13amd-xgbe: Avoid potential string truncation in nameKees Cook1-1/+1
2023-11-23amd-xgbe: propagate the correct speed and duplex statusRaju Rangoju1-3/+8
2023-11-23amd-xgbe: handle the corner-case during tx completionRaju Rangoju1-0/+14
2023-11-23amd-xgbe: handle corner-case during sfp hotplugRaju Rangoju1-1/+13