aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe/xgbe-dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-20amd-xgbe: Clarify output message about queuesLendacky, Thomas1-2/+4
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-01-23amd-xgbe: Use proper Rx flow control registerLendacky, Thomas1-2/+2
2015-01-16amd-xgbe: Add ACPI supportLendacky, Thomas1-2/+2
2015-01-16amd-xgbe-phy: Change auto-negotiation logicLendacky, Thomas1-0/+27
2015-01-16amd-xgbe: Remove need for Tx path spinlockLendacky, Thomas1-8/+9
2015-01-16amd-xgbe: Clear all state during a device restartLendacky, Thomas1-0/+18
2014-11-21amd-xgbe: Add support for the skb->xmit_more flagLendacky, Thomas1-13/+30
2014-11-21amd-xgbe: Perform Tx coalescing on a packet basisLendacky, Thomas1-20/+26
2014-11-21amd-xgbe: Add BQL supportLendacky, Thomas1-0/+4
2014-11-21amd-xgbe: Separate Tx/Rx ring data fields into new structsLendacky, Thomas1-7/+7
2014-11-21amd-xgbe: Incorporate Smatch coding suggestionLendacky, Thomas1-1/+2
2014-11-21amd-xgbe: Tx engine must not be active before stopping itLendacky, Thomas1-0/+59
2014-11-21amd-xgbe: Add a read memory barrier to Tx/Rx pathLendacky, Thomas1-0/+3
2014-11-13amd-xgbe: fix ->rss_hash_typeDan Carpenter1-1/+1
2014-11-05amd-xgbe: Add receive side scaling ethtool supportLendacky, Thomas1-0/+20
2014-11-05amd-xgbe: Provide support for receive side scalingLendacky, Thomas1-1/+147
2014-11-05amd-xgbe: Add support for per DMA channel interruptsLendacky, Thomas1-4/+8
2014-11-05amd-xgbe: Implement split header receive supportLendacky, Thomas1-11/+33
2014-11-05amd-xgbe: Use page allocations for Rx buffersLendacky, Thomas1-46/+14
2014-11-05amd-xgbe: Rename pre_xmit function to dev_xmitLendacky, Thomas1-4/+4
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-88/+121
2014-09-05amd-xgbe: Enable interrupts for all management countersLendacky, Thomas1-2/+2
2014-09-05amd-xgbe: Treat certain counter registers as 64 bitLendacky, Thomas1-82/+108
2014-09-05amd-xgbe: Checkpatch driver fixesLendacky, Thomas1-1/+0
2014-09-01amd-xgbe: Use the Tx queue count for Tx flow control supportLendacky, Thomas1-2/+2
2014-09-01amd-xgbe: Reported fifo size from hardware is not correctLendacky, Thomas1-2/+6
2014-09-01amd-xgbe: Check for Tx hardware queue flushing supportLendacky, Thomas1-0/+3
2014-07-30amd-xgbe: Add traffic class supportLendacky, Thomas1-20/+160