summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd
AgeCommit message (Expand)AuthorLines
2015-02-27amd-xgbe: Request IRQs only after driver is fully setupLendacky, Thomas-82/+93
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-170/+291
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds-4/+4
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+6
2015-02-07amd-xgbe: Check per channel DMA interrupt use in main ISRLendacky, Thomas-5/+6
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+7
2015-02-04amd-xgbe: Set RSS enablement based on hardware featuresLendacky, Thomas-0/+1
2015-02-04amd-xgbe: Adjust for zero-based traffic class countLendacky, Thomas-1/+2
2015-01-29net: am2150: fix nmclan_cs.c shared interrupt handlingArnd Bergmann-0/+2
2015-01-29net: lance,ni64: don't build for ARMArnd Bergmann-2/+2
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+7
2015-01-23amd-xgbe: Use proper Rx flow control registerLendacky, Thomas-6/+7
2015-01-19mii: Handle link state changes for forced modes in mii_check_media()Ben Hutchings-1/+1
2015-01-16amd-xgbe: Add ACPI supportLendacky, Thomas-68/+181
2015-01-16amd-xgbe-phy: Change auto-negotiation logicLendacky, Thomas-0/+27
2015-01-16amd-xgbe: Remove need for Tx path spinlockLendacky, Thomas-28/+10
2015-01-16amd-xgbe: Simplify the Rx desciptor ring trackingLendacky, Thomas-43/+25
2015-01-16amd-xgbe: Clear all state during a device restartLendacky, Thomas-6/+24
2015-01-16amd-xgbe: Add check to be sure amd-xgbe-phy driver is usedLendacky, Thomas-2/+6
2015-01-16amd-xgbe: Checkpatch fixesLendacky, Thomas-3/+3
2015-01-15net: atarilance: Remove obsolete IRQ_TYPE_PRIOGeert Uytterhoeven-4/+4
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko-6/+6
2014-12-30net: xgbe: convert to timecounter adjtime.Richard Cochran-7/+1
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+0
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+6
2014-12-09amd-xgbe: Use disable_irq_nosync when in IRQ contextLendacky, Thomas-1/+1
2014-12-09amd-xgbe: Prevent Tx cleanup stallLendacky, Thomas-1/+1
2014-12-09amd-xgbe: Associate Tx SKB with proper ring descriptorLendacky, Thomas-1/+5
2014-12-09amd-xgbe: Do not clear interrupt indicatorLendacky, Thomas-1/+0
2014-12-09amd-xgbe: IRQ names require allocated memoryLendacky, Thomas-4/+5
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry-2/+9
2014-11-21amd-xgbe: Add support for the skb->xmit_more flagLendacky, Thomas-22/+78
2014-11-21amd-xgbe: Perform Tx coalescing on a packet basisLendacky, Thomas-20/+26
2014-11-21amd-xgbe: Remove unused variableLendacky, Thomas-2/+0
2014-11-21amd-xgbe: Add BQL supportLendacky, Thomas-1/+51
2014-11-21amd-xgbe: Separate Tx/Rx ring data fields into new structsLendacky, Thomas-46/+54
2014-11-21amd-xgbe: Incorporate Smatch coding suggestionLendacky, Thomas-1/+2
2014-11-21amd-xgbe: Tx engine must not be active before stopping itLendacky, Thomas-7/+74
2014-11-21amd-xgbe: Add a read memory barrier to Tx/Rx pathLendacky, Thomas-0/+7
2014-11-16amd-xgbe: use netdev_rss_key_fill() helperEric Dumazet-1/+1
2014-11-13amd-xgbe: fix ->rss_hash_typeDan Carpenter-1/+1
2014-11-12amd-xgbe: Fix sparse endian warningsLendacky, Thomas-4/+4
2014-11-06amd-xgbe: Check for complete packet on skb allocation errorLendacky, Thomas-2/+2
2014-11-06amd-xgbe: Free channel/ring structures laterLendacky, Thomas-3/+3
2014-11-05amd-xgbe: Let AMD_XGBE depend on HAS_IOMEMLendacky, Thomas-1/+1
2014-11-05amd-xgbe: Fix a spelling errorLendacky, Thomas-2/+2
2014-11-05amd-xgbe: Add receive side scaling ethtool supportLendacky, Thomas-0/+96
2014-11-05amd-xgbe: Provide support for receive side scalingLendacky, Thomas-2/+233
2014-11-05amd-xgbe: Add support for per DMA channel interruptsLendacky, Thomas-49/+209