summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd (follow)
Commit message (Expand)AuthorAgeFilesLines
* amd-xgbe: Request IRQs only after driver is fully setupLendacky, Thomas2015-02-271-82/+93
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-02-1111-170/+291
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-091-5/+6
| |\
| | * amd-xgbe: Check per channel DMA interrupt use in main ISRLendacky, Thomas2015-02-081-5/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-053-3/+7
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-282-6/+7
| |\ \
| * | | mii: Handle link state changes for forced modes in mii_check_media()Ben Hutchings2015-01-191-1/+1
| * | | amd-xgbe: Add ACPI supportLendacky, Thomas2015-01-176-68/+181
| * | | amd-xgbe-phy: Change auto-negotiation logicLendacky, Thomas2015-01-171-0/+27
| * | | amd-xgbe: Remove need for Tx path spinlockLendacky, Thomas2015-01-172-28/+10
| * | | amd-xgbe: Simplify the Rx desciptor ring trackingLendacky, Thomas2015-01-173-43/+25
| * | | amd-xgbe: Clear all state during a device restartLendacky, Thomas2015-01-173-6/+24
| * | | amd-xgbe: Add check to be sure amd-xgbe-phy driver is usedLendacky, Thomas2015-01-171-2/+6
| * | | amd-xgbe: Checkpatch fixesLendacky, Thomas2015-01-173-3/+3
| * | | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-132-6/+6
| * | | net: xgbe: convert to timecounter adjtime.Richard Cochran2014-12-311-7/+1
| * | | time: move the timecounter/cyclecounter code into its own file.Richard Cochran2014-12-311-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2015-02-101-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: atarilance: Remove obsolete IRQ_TYPE_PRIOGeert Uytterhoeven2015-01-151-4/+4
| |/ /
* | | amd-xgbe: Set RSS enablement based on hardware featuresLendacky, Thomas2015-02-051-0/+1
* | | amd-xgbe: Adjust for zero-based traffic class countLendacky, Thomas2015-02-051-1/+2
* | | net: am2150: fix nmclan_cs.c shared interrupt handlingArnd Bergmann2015-01-301-0/+2
* | | net: lance,ni64: don't build for ARMArnd Bergmann2015-01-301-2/+2
| |/ |/|
* | amd-xgbe: Use proper Rx flow control registerLendacky, Thomas2015-01-242-6/+7
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-152-2/+0
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-042-2/+0
| |\
| | * net: ethernet: amd: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-102-3/+6
|\ \ \
| * | | amd-xgbe: Prevent Tx cleanup stallLendacky, Thomas2014-12-091-1/+1
| * | | amd-xgbe: Associate Tx SKB with proper ring descriptorLendacky, Thomas2014-12-091-1/+5
| * | | amd-xgbe: Do not clear interrupt indicatorLendacky, Thomas2014-12-091-1/+0
| |/ /
* | | amd-xgbe: Use disable_irq_nosync when in IRQ contextLendacky, Thomas2014-12-101-1/+1
* | | amd-xgbe: IRQ names require allocated memoryLendacky, Thomas2014-12-092-4/+5
* | | ethtool: Support for configurable RSS hash functionEyal Perry2014-12-091-2/+9
* | | amd-xgbe: Add support for the skb->xmit_more flagLendacky, Thomas2014-11-214-22/+78
* | | amd-xgbe: Perform Tx coalescing on a packet basisLendacky, Thomas2014-11-211-20/+26
* | | amd-xgbe: Remove unused variableLendacky, Thomas2014-11-212-2/+0
* | | amd-xgbe: Add BQL supportLendacky, Thomas2014-11-213-1/+51
* | | amd-xgbe: Separate Tx/Rx ring data fields into new structsLendacky, Thomas2014-11-214-46/+54
* | | amd-xgbe: Incorporate Smatch coding suggestionLendacky, Thomas2014-11-211-1/+2
* | | amd-xgbe: Tx engine must not be active before stopping itLendacky, Thomas2014-11-213-7/+74
* | | amd-xgbe: Add a read memory barrier to Tx/Rx pathLendacky, Thomas2014-11-212-0/+7
* | | amd-xgbe: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-1/+1
* | | amd-xgbe: fix ->rss_hash_typeDan Carpenter2014-11-131-1/+1
* | | amd-xgbe: Fix sparse endian warningsLendacky, Thomas2014-11-121-4/+4
* | | amd-xgbe: Check for complete packet on skb allocation errorLendacky, Thomas2014-11-071-2/+2
* | | amd-xgbe: Free channel/ring structures laterLendacky, Thomas2014-11-071-3/+3
* | | amd-xgbe: Let AMD_XGBE depend on HAS_IOMEMLendacky, Thomas2014-11-061-1/+1
* | | amd-xgbe: Fix a spelling errorLendacky, Thomas2014-11-061-2/+2
* | | amd-xgbe: Add receive side scaling ethtool supportLendacky, Thomas2014-11-063-0/+96