summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd
AgeCommit message (Expand)Author
2015-05-15amd-xgbe: Add additional stats to be reported via ethtoolLendacky, Thomas
2015-05-14net: batch of last_rx update avoidance in ethernet drivers.françois romieu
2015-05-09net: amd-xgbe: Add hardware dependencyJean Delvare
2015-04-23ethernet: amd: AMD_XGBE should depend on HAS_DMAGeert Uytterhoeven
2015-04-09amd-xgbe: Add support for the netdev Tx watchdogLendacky, 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-31ptp: xgbe: convert to the 64 bit get/set time methods.Richard Cochran
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-20amd-xgbe: Use napi_alloc_skb when allocating skb in softirqLendacky, Thomas
2015-03-20amd-xgbe: Fix Rx coalescing reportingLendacky, Thomas
2015-03-20amd-xgbe: Remove Tx coalescingLendacky, Thomas
2015-03-20amd-xgbe: Set DMA mask based on hardware register valueLendacky, 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-03-20amd-xgbe-phy: Use the phy_driver flags fieldLendacky, Thomas
2015-03-20net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5}Markos Chandras
2015-03-08ethernet: codespell comment spelling fixesJoe Perches
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches
2015-02-27amd-xgbe: Request IRQs only after driver is fully setupLendacky, Thomas
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-07amd-xgbe: Check per channel DMA interrupt use in main ISRLendacky, Thomas
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-04amd-xgbe: Set RSS enablement based on hardware featuresLendacky, Thomas
2015-02-04amd-xgbe: Adjust for zero-based traffic class countLendacky, Thomas
2015-01-29net: am2150: fix nmclan_cs.c shared interrupt handlingArnd Bergmann
2015-01-29net: lance,ni64: don't build for ARMArnd Bergmann
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-23amd-xgbe: Use proper Rx flow control registerLendacky, Thomas
2015-01-19mii: Handle link state changes for forced modes in mii_check_media()Ben Hutchings
2015-01-16amd-xgbe: Add ACPI supportLendacky, Thomas
2015-01-16amd-xgbe-phy: Change auto-negotiation logicLendacky, Thomas
2015-01-16amd-xgbe: Remove need for Tx path spinlockLendacky, Thomas
2015-01-16amd-xgbe: Simplify the Rx desciptor ring trackingLendacky, Thomas
2015-01-16amd-xgbe: Clear all state during a device restartLendacky, Thomas
2015-01-16amd-xgbe: Add check to be sure amd-xgbe-phy driver is usedLendacky, Thomas
2015-01-16amd-xgbe: Checkpatch fixesLendacky, Thomas
2015-01-15net: atarilance: Remove obsolete IRQ_TYPE_PRIOGeert Uytterhoeven
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-12-30net: xgbe: convert to timecounter adjtime.Richard Cochran
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-12-09amd-xgbe: Use disable_irq_nosync when in IRQ contextLendacky, Thomas
2014-12-09amd-xgbe: Prevent Tx cleanup stallLendacky, Thomas
2014-12-09amd-xgbe: Associate Tx SKB with proper ring descriptorLendacky, Thomas
2014-12-09amd-xgbe: Do not clear interrupt indicatorLendacky, Thomas