aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe/xgbe-dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-27net: ethernet: Use existing define with polynomialKrzysztof Kozlowski1-2/+2
2017-08-29amd-xgbe: Interrupt summary bits are h/w version dependentTom Lendacky1-3/+10
2017-08-18amd-xgbe: Add additional ethtool statisticsLendacky, Thomas1-1/+7
2017-08-18amd-xgbe: Add support for VXLAN offload capabilitiesLendacky, Thomas1-4/+88
2017-08-18amd-xgbe: Add per queue Tx and Rx statisticsLendacky, Thomas1-7/+16
2017-08-18amd-xgbe: Optimize DMA channel interrupt enablementLendacky, Thomas1-42/+35
2017-08-18amd-xgbe: Update TSO packet statistics accuracyLendacky, Thomas1-1/+1
2017-06-29amd-xgbe: Adjust register settings to improve performanceLendacky, Thomas1-3/+23
2017-06-29amd-xgbe: Simplify the burst length settingsLendacky, Thomas1-49/+18
2017-06-29amd-xgbe: Prepare for more fine grained cache coherency controlsLendacky, Thomas1-21/+2
2017-06-29amd-xgbe: Add NUMA affinity support for memory allocationsLendacky, Thomas1-83/+52
2017-06-29amd-xgbe: Prevent looping forever if timestamp update failsLendacky, Thomas1-2/+13
2017-03-15amd-xgbe: Fix jumbo MTU processing on newer hardwareLendacky, Thomas1-9/+11
2017-03-02amd-xgbe: Be sure to set MDIO modes on device (re)startLendacky, Thomas1-1/+1
2017-01-22amd-xgbe: Check xgbe_init() return codeLendacky, Thomas1-1/+3
2017-01-22amd-xgbe: Add a hardware quirk for register definitionsLendacky, Thomas1-2/+2
2016-11-16amd-xgbe: Fix maximum GPIO value checkLendacky, Thomas1-2/+2
2016-11-13amd-xgbe: Add support for MDIO attached PHYsLendacky, Thomas1-0/+113
2016-11-13amd-xgbe: Add ECC status support for the device memoryLendacky, Thomas1-0/+68
2016-11-13amd-xgbe: Add support for new DMA interrupt modeLendacky, Thomas1-4/+11
2016-11-13amd-xgbe: Add a workaround for Tx timestamp issueLendacky, Thomas1-3/+10
2016-11-13amd-xgbe: Guard against incorrectly generated interruptsLendacky, Thomas1-1/+15
2016-11-04amd-xgbe: Prepare for supporting PCI devicesLendacky, Thomas1-12/+4
2016-11-04amd-xgbe: Update how to determine DMA channel statusLendacky, Thomas1-20/+38
2016-11-04amd-xgbe: Support for 64-bit management counter registersLendacky, Thomas1-10/+26
2016-11-04amd-xgbe: Prepare for a new PCS register access methodLendacky, Thomas1-9/+98
2016-11-04amd-xgbe: Prepare for working with more than one type of phyLendacky, Thomas1-39/+19
2016-11-04amd-xgbe: Perform priority-based hardware FIFO allocationLendacky, Thomas1-139/+408
2016-11-04amd-xgbe: Prepare for priority-based FIFO allocationLendacky, Thomas1-16/+39
2016-02-17amd-xgbe: Mask auto-negotiation interrupts in ISRLendacky, Thomas1-4/+6
2016-02-17amd-xgbe: Check Rx queue fifos before stopping Rx DMALendacky, Thomas1-0/+30
2016-02-17amd-xgbe: Do traffic class setup when called through dcbnlLendacky, Thomas1-0/+33
2016-02-17amd-xgbe: Fix the mapping of priorities to traffic classesLendacky, Thomas1-29/+21
2016-02-17amd-xgbe: Enable/disable PFC per traffic classLendacky, Thomas1-2/+34
2016-02-17amd-xgbe: Disable VLAN filtering when in promiscuous modeLendacky, Thomas1-112/+117
2015-12-15amd-xgbe: fix a couple timeout loopsDan Carpenter1-2/+2
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-10-27amd-xgbe: Fix race between access of desc and desc indexLendacky, Thomas1-1/+1
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-10-23amd-xgbe: Use wmb before updating current descriptor countLendacky, Thomas1-1/+1
2015-10-05amd-xgbe: Simplify calculation and setting of queue fifosLendacky, Thomas1-67/+14
2015-10-05amd-xgbe: Remove an unneeded semicolon on a switch statementLendacky, Thomas1-1/+1
2015-07-08amd-xgbe: Fix DMA API debug warningLendacky, Thomas1-4/+7
2015-05-15amd-xgbe: Move the PHY support into amd-xgbeLendacky, Thomas1-17/+0
2015-05-15amd-xgbe: Add netif_* message support to the driverLendacky, Thomas1-29/+41
2015-05-15amd-xgbe: Add additional stats to be reported via ethtoolLendacky, Thomas1-3/+9
2015-04-09amd-xgbe: Move Rx mode configuration into initLendacky, Thomas1-3/+18
2015-04-09amd-xgbe: Allow rx-frames coalescing to be changed anytimeLendacky, Thomas1-14/+18
2015-03-20amd-xgbe: Remove Tx coalescingLendacky, Thomas1-4/+3
2015-03-20amd-xgbe: Use the new DMA memory barriers where appropriateLendacky, Thomas1-6/+9