summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd
AgeCommit message (Expand)AuthorFilesLines
2015-06-15amd-xgbe: Unify coherency checking logic with device_dma_is_coherent()Suthikulpanit, Suravee1-26/+1
2015-06-07amd-xgbe: Use disable_irq_nosync from within timer functionLendacky, Thomas1-1/+1
2015-05-09net: amd-xgbe: Add hardware dependencyJean Delvare1-0/+1
2015-04-23ethernet: amd: AMD_XGBE should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2015-04-10amd-xgbe: Add support for the netdev Tx watchdogLendacky, Thomas2-0/+12
2015-04-10amd-xgbe: Move Rx mode configuration into initLendacky, Thomas3-17/+20
2015-04-10amd-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-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+29
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-20net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5}Markos Chandras1-2/+29
2015-03-09ethernet: codespell comment spelling fixesJoe Perches3-4/+4
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-82/+93
2015-03-04ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-02-28amd-xgbe: Request IRQs only after driver is fully setupLendacky, Thomas1-82/+93
2015-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds11-170/+291
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-4/+4
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2015-02-08amd-xgbe: Check per channel DMA interrupt use in main ISRLendacky, Thomas1-5/+6
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+7
2015-02-05amd-xgbe: Set RSS enablement based on hardware featuresLendacky, Thomas1-0/+1
2015-02-05amd-xgbe: Adjust for zero-based traffic class countLendacky, Thomas1-1/+2
2015-01-30net: am2150: fix nmclan_cs.c shared interrupt handlingArnd Bergmann1-0/+2
2015-01-30net: lance,ni64: don't build for ARMArnd Bergmann1-2/+2
2015-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+7
2015-01-24amd-xgbe: Use proper Rx flow control registerLendacky, Thomas2-6/+7
2015-01-19mii: Handle link state changes for forced modes in mii_check_media()Ben Hutchings1-1/+1
2015-01-17amd-xgbe: Add ACPI supportLendacky, Thomas6-68/+181
2015-01-17amd-xgbe-phy: Change auto-negotiation logicLendacky, Thomas1-0/+27
2015-01-17amd-xgbe: Remove need for Tx path spinlockLendacky, Thomas2-28/+10
2015-01-17amd-xgbe: Simplify the Rx desciptor ring trackingLendacky, Thomas3-43/+25
2015-01-17amd-xgbe: Clear all state during a device restartLendacky, Thomas3-6/+24
2015-01-17amd-xgbe: Add check to be sure amd-xgbe-phy driver is usedLendacky, Thomas1-2/+6
2015-01-17amd-xgbe: Checkpatch fixesLendacky, Thomas3-3/+3
2015-01-15net: atarilance: Remove obsolete IRQ_TYPE_PRIOGeert Uytterhoeven1-4/+4
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2-6/+6
2014-12-31net: xgbe: convert to timecounter adjtime.Richard Cochran1-7/+1
2014-12-31time: move the timecounter/cyclecounter code into its own file.Richard Cochran1-1/+1
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+0
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+6
2014-12-10amd-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