aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe/xgbe.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-21amd-xgbe: use enums for mailbox cmd and sub_cmdsRaju Rangoju1-0/+25
2022-10-21amd-xgbe: Yellow carp devices do not need rrcRaju Rangoju1-0/+1
2022-06-27amd/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-25amd-xgbe: Update DMA coherency valuesShyam Sundar S K1-3/+3
2020-07-14xgbe: 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-23amd-xgbe: Improve KR auto-negotiation and trainingTom Lendacky1-0/+4
2018-04-23amd-xgbe: Add pre/post auto-negotiation phy hooksTom Lendacky1-0/+5
2017-08-18amd-xgbe: Add additional ethtool statisticsLendacky, Thomas1-0/+5
2017-08-18amd-xgbe: Add support for VXLAN offload capabilitiesLendacky, Thomas1-0/+22
2017-08-18amd-xgbe: Convert to using the new link mode settingsLendacky, Thomas1-4/+46
2017-08-18amd-xgbe: Add per queue Tx and Rx statisticsLendacky, Thomas1-0/+5
2017-08-18amd-xgbe: Optimize DMA channel interrupt enablementLendacky, Thomas1-2/+2
2017-08-18amd-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/git/helgaas/pciLinus Torvalds1-5/+3
2017-01-22amd-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
2016-11-04amd-xgbe: Prepare for introduction of clause 37 autonegLendacky, Thomas1-5/+9
2016-11-04amd-xgbe: Prepare for working with more than one type of phyLendacky, Thomas1-63/+67
2016-11-04amd-xgbe: Perform priority-based hardware FIFO allocationLendacky, Thomas1-0/+26
2016-11-04amd-xgbe: Prepare for priority-based FIFO allocationLendacky, Thomas1-1/+2
2016-08-31xgbe: constify get_netdev_ops and get_ethtool_opsstephen hemminger1-2/+3
2016-02-17amd-xgbe: Mask auto-negotiation interrupts in ISRLendacky, Thomas1-2/+3