summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/xgbe
AgeCommit message (Expand)AuthorFilesLines
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-13amd-xgbe: extend 10Mbps support to MAC version 21HRaju Rangoju1-6/+7
2023-05-26amd-xgbe: fix the false linkup in xgbe_phy_statusRaju Rangoju1-3/+9
2023-02-07amd-xgbe: fix mismatched prototypeArnd Bergmann1-1/+2
2023-02-02amd-xgbe: add support for rx-adaptationRaju Rangoju3-4/+211
2023-02-02amd-xgbe: add 2.5GbE support to 10G BaseT modeRaju Rangoju1-2/+13
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-8/+41
2023-01-18amd-xgbe: Replace MII_ADDR_C45 with XGBE_ADDR_C45Andrew Lunn2-13/+14
2023-01-18amd-xgbe: Separate C22 and C45 transactionsAndrew Lunn3-44/+158
2023-01-13amd-xgbe: Delay AN timeout during KR trainingRaju Rangoju2-0/+26
2023-01-13amd-xgbe: TX Flow Ctrl Registers are h/w ver dependentRaju Rangoju1-8/+15
2023-01-10amd-xgbe: Add support for 10 Mbps speedRaju Rangoju4-10/+126
2022-12-30net: amd-xgbe: add missed tasklet_killJiguang Xiao3-2/+9
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-15/+8
2022-12-12net: amd-xgbe: Check only the minimum speed for active/passive cablesTom Lendacky1-12/+2
2022-12-12net: amd-xgbe: Fix logic around active and passive cablesTom Lendacky1-3/+6
2022-10-31ptp: xgbe: convert to .adjfine and adjust_by_scaled_ppmJacob Keller1-16/+4
2022-10-22amd-xgbe: add the bit rate quirk for Molex cablesRaju Rangoju1-1/+8
2022-10-22amd-xgbe: fix the SFP compliance codes check for DAC cablesRaju Rangoju1-4/+4
2022-10-22amd-xgbe: enable PLL_CTL for fixed PHY modes onlyRaju Rangoju1-2/+8
2022-10-22amd-xgbe: use enums for mailbox cmd and sub_cmdsRaju Rangoju2-13/+41
2022-10-22amd-xgbe: Yellow carp devices do not need rrcRaju Rangoju3-1/+7
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+2
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-07-12amd-xgbe: fix clang -Wformat warningsJustin Stitt1-1/+1
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-4/+2
2022-06-28amd/xgbe: fix repeated words in commentsJilin Yuan1-1/+1
2022-06-14amd-xgbe: Use platform_irq_count()Jean-Philippe Brucker1-2/+2
2022-06-09net: amd-xgbe: fix clang -Wformat warningJustin Stitt1-1/+1
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck1-1/+2
2022-02-09net: amd-xgbe: disable interrupts during pci removalRaju Rangoju1-0/+3
2022-01-28net: amd-xgbe: ensure to reset the tx_timer_active flagRaju Rangoju1-0/+2
2022-01-28net: amd-xgbe: Fix skb data length underflowShyam Sundar S K1-1/+11
2021-12-21net: amd-xgbe: Disable the CDR workaround path for Yellow Carp DevicesRaju Rangoju1-2/+5
2021-12-21net: amd-xgbe: Alter the port speed bit rangeRaju Rangoju2-6/+6
2021-12-21net: amd-xgbe: Add Support for Yellow Carp Ethernet deviceRaju Rangoju2-0/+6
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-3/+0
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-3/+8
2021-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+27
2021-10-29net: amd-xgbe: Toggle PLL settings during rate changeShyam Sundar S K2-1/+27
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-5/+3
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2-2/+2
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-2/+0
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2-2/+2
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