summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/xgbe/xgbe.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-14amd-xgbe: Avoid potential string truncation in nameKees Cook1-1/+1
2023-02-02amd-xgbe: add support for rx-adaptationRaju Rangoju1-0/+5
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2023-01-18amd-xgbe: Separate C22 and C45 transactionsAndrew Lunn1-2/+5
2023-01-13amd-xgbe: Delay AN timeout during KR trainingRaju Rangoju1-0/+2
2023-01-10amd-xgbe: Add support for 10 Mbps speedRaju Rangoju1-0/+2
2022-10-22amd-xgbe: use enums for mailbox cmd and sub_cmdsRaju Rangoju1-0/+25
2022-10-22amd-xgbe: Yellow carp devices do not need rrcRaju Rangoju1-0/+1
2022-06-28amd/xgbe: fix repeated words in commentsJilin Yuan1-1/+1
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck1-1/+2
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-03-26amd-xgbe: Update DMA coherency valuesShyam Sundar S K1-3/+3
2020-07-15xgbe: convert to new udp_tunnel_nic infraJakub Kicinski1-12/+1
2020-02-24net/amd: Remove useless driver versionLeon Romanovsky1-1/+0
2018-05-23amd-xgbe: Improve SFP 100Mbps auto-negotiationTom Lendacky1-0/+1
2018-05-23amd-xgbe: Add ethtool show/set channels supportTom Lendacky1-0/+4
2018-05-23amd-xgbe: Add ethtool show/set ring parameter supportTom Lendacky1-0/+6
2018-05-23amd-xgbe: Add ethtool support to retrieve SFP module infoTom Lendacky1-0/+13
2018-05-23amd-xgbe: Read and save the port property registers during probeTom Lendacky1-0/+7
2018-04-24amd-xgbe: Improve KR auto-negotiation and trainingTom Lendacky1-0/+4
2018-04-24amd-xgbe: Add pre/post auto-negotiation phy hooksTom Lendacky1-0/+5
2017-08-19amd-xgbe: Add additional ethtool statisticsLendacky, Thomas1-0/+5
2017-08-19amd-xgbe: Add support for VXLAN offload capabilitiesLendacky, Thomas1-0/+22
2017-08-19amd-xgbe: Convert to using the new link mode settingsLendacky, Thomas1-4/+46
2017-08-19amd-xgbe: Add per queue Tx and Rx statisticsLendacky, Thomas1-0/+5
2017-08-19amd-xgbe: Optimize DMA channel interrupt enablementLendacky, Thomas1-2/+2
2017-08-19amd-xgbe: Add support to handle device renamingLendacky, Thomas1-2/+3
2017-07-18drivers: net: add missing interrupt.h includeFlorian Westphal1-0/+1
2017-06-29amd-xgbe: Adjust register settings to improve performanceLendacky, Thomas1-0/+11
2017-06-29amd-xgbe: Simplify the burst length settingsLendacky, Thomas1-10/+2
2017-06-29amd-xgbe: Prepare for more fine grained cache coherency controlsLendacky, Thomas1-9/+6
2017-06-29amd-xgbe: Add NUMA affinity support for IRQ hintsLendacky, Thomas1-0/+2
2017-06-29amd-xgbe: Add NUMA affinity support for memory allocationsLendacky, Thomas1-1/+4
2017-06-29amd-xgbe: Re-issue interrupt if interrupt status not clearedLendacky, Thomas1-2/+9
2017-02-23Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+3
2017-01-23amd-xgbe: Add a hardware quirk for register definitionsLendacky, Thomas1-0/+2
2017-01-13amd-xgbe: Update PCI support to use new IRQ functionsTom Lendacky1-5/+3
2016-11-13amd-xgbe: Add support for a KR redriverLendacky, Thomas1-0/+6
2016-11-13amd-xgbe: Add support for MDIO attached PHYsLendacky, Thomas1-0/+12
2016-11-13amd-xgbe: Add support for SFP+ modulesLendacky, Thomas1-1/+14
2016-11-13amd-xgbe: Add I2C support for sideband communicationLendacky, Thomas1-0/+64
2016-11-13amd-xgbe: Add ECC status support for the device memoryLendacky, Thomas1-1/+34
2016-11-13amd-xgbe: Add support for new DMA interrupt modeLendacky, Thomas1-0/+5
2016-11-13amd-xgbe: Add PCI device supportLendacky, Thomas1-1/+38
2016-11-13amd-xgbe: Add a workaround for Tx timestamp issueLendacky, Thomas1-0/+1
2016-11-04amd-xgbe: Prepare for supporting PCI devicesLendacky, Thomas1-4/+19
2016-11-04amd-xgbe: Update how to determine DMA channel statusLendacky, Thomas1-1/+1
2016-11-04amd-xgbe: Support for 64-bit management counter registersLendacky, Thomas1-0/+1
2016-11-04amd-xgbe: Prepare for a new PCS register access methodLendacky, Thomas1-0/+9
2016-11-04amd-xgbe: Add support for clause 37 auto-negotiationLendacky, Thomas1-1/+10