summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe/xgbe-dev.c
Commit message (Expand)AuthorAgeFilesLines
* amd-xgbe: Check xgbe_init() return codeLendacky, Thomas2017-01-221-1/+3
* amd-xgbe: Add a hardware quirk for register definitionsLendacky, Thomas2017-01-221-2/+2
* amd-xgbe: Fix maximum GPIO value checkLendacky, Thomas2016-11-161-2/+2
* amd-xgbe: Add support for MDIO attached PHYsLendacky, Thomas2016-11-131-0/+113
* amd-xgbe: Add ECC status support for the device memoryLendacky, Thomas2016-11-131-0/+68
* amd-xgbe: Add support for new DMA interrupt modeLendacky, Thomas2016-11-131-4/+11
* amd-xgbe: Add a workaround for Tx timestamp issueLendacky, Thomas2016-11-131-3/+10
* amd-xgbe: Guard against incorrectly generated interruptsLendacky, Thomas2016-11-131-1/+15
* amd-xgbe: Prepare for supporting PCI devicesLendacky, Thomas2016-11-041-12/+4
* amd-xgbe: Update how to determine DMA channel statusLendacky, Thomas2016-11-041-20/+38
* amd-xgbe: Support for 64-bit management counter registersLendacky, Thomas2016-11-041-10/+26
* amd-xgbe: Prepare for a new PCS register access methodLendacky, Thomas2016-11-041-9/+98
* amd-xgbe: Prepare for working with more than one type of phyLendacky, Thomas2016-11-041-39/+19
* amd-xgbe: Perform priority-based hardware FIFO allocationLendacky, Thomas2016-11-041-139/+408
* amd-xgbe: Prepare for priority-based FIFO allocationLendacky, Thomas2016-11-041-16/+39
* 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-271-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-081-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-271-2/+2
|\
| * amd-xgbe: Use proper Rx flow control registerLendacky, Thomas2015-01-231-2/+2
* | amd-xgbe: Add ACPI supportLendacky, Thomas2015-01-161-2/+2
* | amd-xgbe-phy: Change auto-negotiation logicLendacky, Thomas2015-01-161-0/+27
* | amd-xgbe: Remove need for Tx path spinlockLendacky, Thomas2015-01-161-8/+9
* | amd-xgbe: Clear all state during a device restartLendacky, Thomas2015-01-161-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
OpenPOWER on IntegriCloud