summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe/xgbe-dev.c
Commit message (Expand)AuthorAgeFilesLines
* net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-021-1/+1
* amd-xgbe: Fix mdio access for non-zero ports and clause 45 PHYsLendacky, Thomas2019-01-181-6/+16
* net: ethernet: Use existing define with polynomialKrzysztof Kozlowski2018-07-271-2/+2
* amd-xgbe: Interrupt summary bits are h/w version dependentTom Lendacky2017-08-301-3/+10
* amd-xgbe: Add additional ethtool statisticsLendacky, Thomas2017-08-191-1/+7
* amd-xgbe: Add support for VXLAN offload capabilitiesLendacky, Thomas2017-08-191-4/+88
* amd-xgbe: Add per queue Tx and Rx statisticsLendacky, Thomas2017-08-191-7/+16
* amd-xgbe: Optimize DMA channel interrupt enablementLendacky, Thomas2017-08-191-42/+35Star
* amd-xgbe: Update TSO packet statistics accuracyLendacky, Thomas2017-08-191-1/+1
* amd-xgbe: Adjust register settings to improve performanceLendacky, Thomas2017-06-291-3/+23
* amd-xgbe: Simplify the burst length settingsLendacky, Thomas2017-06-291-49/+18Star
* amd-xgbe: Prepare for more fine grained cache coherency controlsLendacky, Thomas2017-06-291-21/+2Star
* amd-xgbe: Add NUMA affinity support for memory allocationsLendacky, Thomas2017-06-291-83/+52Star
* amd-xgbe: Prevent looping forever if timestamp update failsLendacky, Thomas2017-06-291-2/+13
* amd-xgbe: Fix jumbo MTU processing on newer hardwareLendacky, Thomas2017-03-151-9/+11
* amd-xgbe: Be sure to set MDIO modes on device (re)startLendacky, Thomas2017-03-021-1/+1
* 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/+4Star
* 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/+19Star
* 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/+21Star
* 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/+14Star
* | 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/+0Star
* 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