aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-15amd-xgbe: Add netif_* message support to the driverLendacky, Thomas7-151/+191
2015-05-15amd-xgbe: Add additional stats to be reported via ethtoolLendacky, Thomas3-3/+23
2015-05-14net: batch of last_rx update avoidance in ethernet drivers.françois romieu1-1/+0
2015-04-09amd-xgbe: Add support for the netdev Tx watchdogLendacky, Thomas2-0/+12
2015-04-09amd-xgbe: Move Rx mode configuration into initLendacky, Thomas3-17/+20
2015-04-09amd-xgbe: Allow rx-frames coalescing to be changed anytimeLendacky, Thomas4-28/+21
2015-03-31ptp: xgbe: convert to the 64 bit get/set time methods.Richard Cochran1-6/+7
2015-03-20amd-xgbe: Use napi_alloc_skb when allocating skb in softirqLendacky, Thomas1-4/+3
2015-03-20amd-xgbe: Fix Rx coalescing reportingLendacky, Thomas3-7/+7
2015-03-20amd-xgbe: Remove Tx coalescingLendacky, Thomas4-21/+12
2015-03-20amd-xgbe: Set DMA mask based on hardware register valueLendacky, Thomas4-9/+29
2015-03-20amd-xgbe: Use the new DMA memory barriers where appropriateLendacky, Thomas2-7/+13
2015-03-20amd-xgbe: Clarify output message about queuesLendacky, Thomas1-2/+4
2015-03-20amd-xgbe-phy: Use the phy_driver flags fieldLendacky, Thomas1-1/+0
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-02-27amd-xgbe: Request IRQs only after driver is fully setupLendacky, Thomas1-82/+93
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2015-02-07amd-xgbe: Check per channel DMA interrupt use in main ISRLendacky, Thomas1-5/+6
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2015-02-04amd-xgbe: Set RSS enablement based on hardware featuresLendacky, Thomas1-0/+1
2015-02-04amd-xgbe: Adjust for zero-based traffic class countLendacky, Thomas1-1/+2
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+7
2015-01-23amd-xgbe: Use proper Rx flow control registerLendacky, Thomas2-6/+7
2015-01-16amd-xgbe: Add ACPI supportLendacky, Thomas5-67/+180
2015-01-16amd-xgbe-phy: Change auto-negotiation logicLendacky, Thomas1-0/+27
2015-01-16amd-xgbe: Remove need for Tx path spinlockLendacky, Thomas2-28/+10
2015-01-16amd-xgbe: Simplify the Rx desciptor ring trackingLendacky, Thomas3-43/+25
2015-01-16amd-xgbe: Clear all state during a device restartLendacky, Thomas3-6/+24
2015-01-16amd-xgbe: Add check to be sure amd-xgbe-phy driver is usedLendacky, Thomas1-2/+6
2015-01-16amd-xgbe: Checkpatch fixesLendacky, Thomas3-3/+3
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-4/+4
2014-12-30net: xgbe: convert to timecounter adjtime.Richard Cochran1-7/+1
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran1-1/+1
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+6
2014-12-09amd-xgbe: Use disable_irq_nosync when in IRQ contextLendacky, Thomas1-1/+1
2014-12-09amd-xgbe: Prevent Tx cleanup stallLendacky, Thomas1-1/+1
2014-12-09amd-xgbe: Associate Tx SKB with proper ring descriptorLendacky, Thomas1-1/+5
2014-12-09amd-xgbe: Do not clear interrupt indicatorLendacky, Thomas1-1/+0
2014-12-09amd-xgbe: IRQ names require allocated memoryLendacky, Thomas2-4/+5
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry1-2/+9
2014-11-21amd-xgbe: Add support for the skb->xmit_more flagLendacky, Thomas4-22/+78
2014-11-21amd-xgbe: Perform Tx coalescing on a packet basisLendacky, Thomas1-20/+26
2014-11-21amd-xgbe: Remove unused variableLendacky, Thomas2-2/+0
2014-11-21amd-xgbe: Add BQL supportLendacky, Thomas3-1/+51
2014-11-21amd-xgbe: Separate Tx/Rx ring data fields into new structsLendacky, Thomas4-46/+54
2014-11-21amd-xgbe: Incorporate Smatch coding suggestionLendacky, Thomas1-1/+2
2014-11-21amd-xgbe: Tx engine must not be active before stopping itLendacky, Thomas3-7/+74
2014-11-21amd-xgbe: Add a read memory barrier to Tx/Rx pathLendacky, Thomas2-0/+7
2014-11-16amd-xgbe: use netdev_rss_key_fill() helperEric Dumazet1-1/+1
2014-11-13amd-xgbe: fix ->rss_hash_typeDan Carpenter1-1/+1