summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/xgbe
AgeCommit message (Expand)AuthorFilesLines
2026-02-06amd-xgbe: avoid misleading per-packet error logRaju Rangoju1-4/+1
2025-10-29amd-xgbe: Avoid spurious link down messages during interface toggleRaju Rangoju2-1/+1
2025-07-10amd-xgbe: align CL37 AN sequence as per databookRaju Rangoju3-2/+13
2025-05-09amd-xgbe: Fix to ensure dependent features are toggled with RX checksum offloadVishal Badole4-6/+42
2025-01-23net: ethernet: xgbe: re-add aneg to supported features in PHY quirksHeiner Kallweit1-17/+2
2024-01-05ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2-2/+2
2023-12-03amd-xgbe: propagate the correct speed and duplex statusRaju Rangoju1-3/+8
2023-12-03amd-xgbe: handle the corner-case during tx completionRaju Rangoju1-0/+14
2023-12-03amd-xgbe: handle corner-case during sfp hotplugRaju Rangoju1-1/+13
2023-06-09amd-xgbe: fix the false linkup in xgbe_phy_statusRaju Rangoju1-3/+9
2023-02-01amd-xgbe: Delay AN timeout during KR trainingRaju Rangoju2-0/+26
2023-02-01amd-xgbe: TX Flow Ctrl Registers are h/w ver dependentRaju Rangoju1-8/+15
2023-01-12net: amd-xgbe: add missed tasklet_killJiguang Xiao3-2/+9
2022-12-31net: amd-xgbe: Check only the minimum speed for active/passive cablesTom Lendacky1-12/+2
2022-12-31net: amd-xgbe: Fix logic around active and passive cablesTom Lendacky1-3/+6
2022-11-03amd-xgbe: add the bit rate quirk for Molex cablesRaju Rangoju1-1/+8
2022-11-03amd-xgbe: fix the SFP compliance codes check for DAC cablesRaju Rangoju1-4/+4
2022-02-16net: amd-xgbe: disable interrupts during pci removalRaju Rangoju1-0/+3
2022-02-05net: amd-xgbe: Fix skb data length underflowShyam Sundar S K1-1/+11
2022-02-05net: amd-xgbe: ensure to reset the tx_timer_active flagRaju Rangoju1-0/+2
2021-11-18net: amd-xgbe: Toggle PLL settings during rate changeShyam Sundar S K2-1/+27
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-03-26amd-xgbe: Update DMA coherency valuesShyam Sundar S K1-3/+3
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-3/+54
2021-02-17net: amd-xgbe: Fix network fluctuations when using 1G BELFUSE SFPShyam Sundar S K1-0/+3
2021-02-17net: amd-xgbe: Reset link when the link never comes backShyam Sundar S K2-1/+9
2021-02-17net: amd-xgbe: Fix NETDEV WATCHDOG transmit queue timeout warningShyam Sundar S K2-1/+1
2021-02-17net: amd-xgbe: Reset the PHY rx data path when mailbox command timeoutShyam Sundar S K2-1/+41
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
2020-09-14net: amd-xgbe: convert tasklets to use new tasklet_setup() APIAllen Pais3-22/+19
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+13
2020-09-02amd-xgbe: Add support for new port modeShyam Sundar S K1-0/+13
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-07-15xgbe: convert to new udp_tunnel_nic infraJakub Kicinski3-243/+30
2020-07-15xgbe: switch to more generic VxLAN detectionJakub Kicinski1-19/+8
2020-06-24amd-xgbe: Convert to generic power managementVaibhav Gupta1-10/+9
2020-04-16amd-xgbe: Use __napi_schedule() in BH contextSebastian Andrzej Siewior1-1/+1
2020-03-05xgbe: let core reject the unsupported coalescing parametersJakub Kicinski1-24/+2
2020-02-24net/amd: Remove useless driver versionLeon Romanovsky3-3/+0
2020-01-14amd-xgbe: remove unnecessary conversion to boolChen Zhou1-1/+1
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+8
2019-08-31amd-xgbe: Fix error path in xgbe_mod_init()YueHaibing1-2/+8
2019-08-21amd-xgbe: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-11/+8
2019-08-11xgbe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-76/+31
2019-07-31net: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-11/+3
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)2-2/+2