summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe/xgbe-dev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* amd-xgbe: Mask auto-negotiation interrupts in ISRLendacky, Thomas2016-02-171-4/+6
* amd-xgbe: Check Rx queue fifos before stopping Rx DMALendacky, Thomas2016-02-171-0/+30
* amd-xgbe: Do traffic class setup when called through dcbnlLendacky, Thomas2016-02-171-0/+33
* amd-xgbe: Fix the mapping of priorities to traffic classesLendacky, Thomas2016-02-171-29/+21
* amd-xgbe: Enable/disable PFC per traffic classLendacky, Thomas2016-02-171-2/+34
* amd-xgbe: Disable VLAN filtering when in promiscuous modeLendacky, Thomas2016-02-171-112/+117
* amd-xgbe: fix a couple timeout loopsDan Carpenter2015-12-151-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-011-1/+1
|\
| * amd-xgbe: Fix race between access of desc and desc indexLendacky, Thomas2015-10-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-1/+1
|\|
| * amd-xgbe: Use wmb before updating current descriptor countLendacky, Thomas2015-10-231-1/+1
* | amd-xgbe: Simplify calculation and setting of queue fifosLendacky, Thomas2015-10-051-67/+14
* | amd-xgbe: Remove an unneeded semicolon on a switch statementLendacky, Thomas2015-10-051-1/+1
|/
* amd-xgbe: Fix DMA API debug warningLendacky, Thomas2015-07-091-4/+7
* amd-xgbe: Move the PHY support into amd-xgbeLendacky, Thomas2015-05-151-17/+0
* amd-xgbe: Add netif_* message support to the driverLendacky, Thomas2015-05-151-29/+41
* amd-xgbe: Add additional stats to be reported via ethtoolLendacky, Thomas2015-05-151-3/+9
* amd-xgbe: Move Rx mode configuration into initLendacky, Thomas2015-04-091-3/+18
* amd-xgbe: Allow rx-frames coalescing to be changed anytimeLendacky, Thomas2015-04-091-14/+18
* amd-xgbe: Remove Tx coalescingLendacky, Thomas2015-03-201-4/+3
* amd-xgbe: Use the new DMA memory barriers where appropriateLendacky, Thomas2015-03-201-6/+9
* amd-xgbe: Clarify output message about queuesLendacky, Thomas2015-03-201-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-281-2/+2
|\
| * amd-xgbe: Use proper Rx flow control registerLendacky, Thomas2015-01-241-2/+2
* | amd-xgbe: Add ACPI supportLendacky, Thomas2015-01-171-2/+2
* | amd-xgbe-phy: Change auto-negotiation logicLendacky, Thomas2015-01-171-0/+27
* | amd-xgbe: Remove need for Tx path spinlockLendacky, Thomas2015-01-171-8/+9
* | amd-xgbe: Clear all state during a device restartLendacky, Thomas2015-01-171-0/+18
|/
* amd-xgbe: Add support for the skb->xmit_more flagLendacky, Thomas2014-11-211-13/+30
* amd-xgbe: Perform Tx coalescing on a packet basisLendacky, Thomas2014-11-211-20/+26
* amd-xgbe: Add BQL supportLendacky, Thomas2014-11-211-0/+4
* amd-xgbe: Separate Tx/Rx ring data fields into new structsLendacky, Thomas2014-11-211-7/+7
* amd-xgbe: Incorporate Smatch coding suggestionLendacky, Thomas2014-11-211-1/+2
* amd-xgbe: Tx engine must not be active before stopping itLendacky, Thomas2014-11-211-0/+59
* amd-xgbe: Add a read memory barrier to Tx/Rx pathLendacky, Thomas2014-11-211-0/+3
* amd-xgbe: fix ->rss_hash_typeDan Carpenter2014-11-131-1/+1
* amd-xgbe: Add receive side scaling ethtool supportLendacky, Thomas2014-11-061-0/+20
* amd-xgbe: Provide support for receive side scalingLendacky, Thomas2014-11-061-1/+147
* amd-xgbe: Add support for per DMA channel interruptsLendacky, Thomas2014-11-061-4/+8
* amd-xgbe: Implement split header receive supportLendacky, Thomas2014-11-061-11/+33
* amd-xgbe: Use page allocations for Rx buffersLendacky, Thomas2014-11-061-46/+14
* amd-xgbe: Rename pre_xmit function to dev_xmitLendacky, Thomas2014-11-061-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-081-88/+121
|\
| * amd-xgbe: Enable interrupts for all management countersLendacky, Thomas2014-09-061-2/+2
| * amd-xgbe: Treat certain counter registers as 64 bitLendacky, Thomas2014-09-061-82/+108
| * amd-xgbe: Use the Tx queue count for Tx flow control supportLendacky, Thomas2014-09-021-2/+2
| * amd-xgbe: Reported fifo size from hardware is not correctLendacky, Thomas2014-09-021-2/+6
| * amd-xgbe: Check for Tx hardware queue flushing supportLendacky, Thomas2014-09-021-0/+3
* | amd-xgbe: Checkpatch driver fixesLendacky, Thomas2014-09-061-1/+0
|/
* amd-xgbe: Add traffic class supportLendacky, Thomas2014-07-311-20/+160