summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/xgbe/xgbe-dev.c
AgeCommit message (Expand)Author
2017-07-05amd-xgbe: Check xgbe_init() return codeLendacky, Thomas
2017-03-30amd-xgbe: Fix jumbo MTU processing on newer hardwareLendacky, Thomas
2016-02-17amd-xgbe: Mask auto-negotiation interrupts in ISRLendacky, Thomas
2016-02-17amd-xgbe: Check Rx queue fifos before stopping Rx DMALendacky, Thomas
2016-02-17amd-xgbe: Do traffic class setup when called through dcbnlLendacky, Thomas
2016-02-17amd-xgbe: Fix the mapping of priorities to traffic classesLendacky, Thomas
2016-02-17amd-xgbe: Enable/disable PFC per traffic classLendacky, Thomas
2016-02-17amd-xgbe: Disable VLAN filtering when in promiscuous modeLendacky, Thomas
2015-12-15amd-xgbe: fix a couple timeout loopsDan Carpenter
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-28amd-xgbe: Fix race between access of desc and desc indexLendacky, Thomas
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-23amd-xgbe: Use wmb before updating current descriptor countLendacky, Thomas
2015-10-05amd-xgbe: Simplify calculation and setting of queue fifosLendacky, Thomas
2015-10-05amd-xgbe: Remove an unneeded semicolon on a switch statementLendacky, Thomas
2015-07-08amd-xgbe: Fix DMA API debug warningLendacky, Thomas
2015-05-15amd-xgbe: Move the PHY support into amd-xgbeLendacky, Thomas
2015-05-15amd-xgbe: Add netif_* message support to the driverLendacky, Thomas
2015-05-15amd-xgbe: Add additional stats to be reported via ethtoolLendacky, Thomas
2015-04-09amd-xgbe: Move Rx mode configuration into initLendacky, Thomas
2015-04-09amd-xgbe: Allow rx-frames coalescing to be changed anytimeLendacky, Thomas
2015-03-20amd-xgbe: Remove Tx coalescingLendacky, Thomas
2015-03-20amd-xgbe: Use the new DMA memory barriers where appropriateLendacky, Thomas
2015-03-20amd-xgbe: Clarify output message about queuesLendacky, Thomas
2015-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-24amd-xgbe: Use proper Rx flow control registerLendacky, Thomas
2015-01-17amd-xgbe: Add ACPI supportLendacky, Thomas
2015-01-17amd-xgbe-phy: Change auto-negotiation logicLendacky, Thomas
2015-01-17amd-xgbe: Remove need for Tx path spinlockLendacky, Thomas
2015-01-17amd-xgbe: Clear all state during a device restartLendacky, Thomas
2014-11-21amd-xgbe: Add support for the skb->xmit_more flagLendacky, Thomas
2014-11-21amd-xgbe: Perform Tx coalescing on a packet basisLendacky, Thomas
2014-11-21amd-xgbe: Add BQL supportLendacky, Thomas
2014-11-21amd-xgbe: Separate Tx/Rx ring data fields into new structsLendacky, Thomas
2014-11-21amd-xgbe: Incorporate Smatch coding suggestionLendacky, Thomas
2014-11-21amd-xgbe: Tx engine must not be active before stopping itLendacky, Thomas
2014-11-21amd-xgbe: Add a read memory barrier to Tx/Rx pathLendacky, Thomas
2014-11-13amd-xgbe: fix ->rss_hash_typeDan Carpenter
2014-11-06amd-xgbe: Add receive side scaling ethtool supportLendacky, Thomas
2014-11-06amd-xgbe: Provide support for receive side scalingLendacky, Thomas
2014-11-06amd-xgbe: Add support for per DMA channel interruptsLendacky, Thomas
2014-11-06amd-xgbe: Implement split header receive supportLendacky, Thomas
2014-11-06amd-xgbe: Use page allocations for Rx buffersLendacky, Thomas
2014-11-06amd-xgbe: Rename pre_xmit function to dev_xmitLendacky, Thomas
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-06amd-xgbe: Enable interrupts for all management countersLendacky, Thomas
2014-09-06amd-xgbe: Treat certain counter registers as 64 bitLendacky, Thomas
2014-09-05amd-xgbe: Checkpatch driver fixesLendacky, Thomas
2014-09-02amd-xgbe: Use the Tx queue count for Tx flow control supportLendacky, Thomas
2014-09-02amd-xgbe: Reported fifo size from hardware is not correctLendacky, Thomas