summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/ethernet/amd/pcnet32.c: neaten and remove unnecessary OOM messagesJoe Perches2014-08-091-25/+18Star
* amd: use pci_zalloc_consistentJoe Perches2014-08-091-10/+8Star
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-08-071-12/+137
|\
| * MIPS: Alchemy: remove au_read/write/syncManuel Lauss2014-07-301-12/+19
| * MIPS: Alchemy: move ethernet registers to ethernet driverManuel Lauss2014-07-301-0/+118
* | amd-xgbe: Perform phy connect/disconnect at dev open/stopLendacky, Thomas2014-08-062-99/+121
* | amd-xgbe: Use dma_set_mask_and_coherent to set DMA maskLendacky, Thomas2014-08-061-2/+5
* | amd-xgbe: Remove unnecessary spinlocksLendacky, Thomas2014-08-032-20/+5Star
* | amd-xgbe: Add traffic class supportLendacky, Thomas2014-07-318-27/+508
* | amd-xgbe: Base queue fifo size and enablement on ring countLendacky, Thomas2014-07-313-22/+33
* | amd-xgbe: Update/fix 2.5GbE supportLendacky, Thomas2014-07-311-4/+13
* | amd-xgbe: Add hardware timestamp supportLendacky, Thomas2014-07-3110-52/+944
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-301-1/+2
|\ \
| * | amd-xgbe: Fix error return code in xgbe_probe()Wei Yongjun2014-07-231-1/+2
| |/
* | amd-xgbe: Remove the adjustments needed for fixed speedLendacky, Thomas2014-07-162-14/+0Star
* | ethernet: amd: fix 'foo* bar'Varka Bhadram2014-07-151-36/+40
* | ethernet: amd: fix pci device idsVarka Bhadram2014-07-151-9/+11
* | ethernet: amd: fix comment stylesVarka Bhadram2014-07-151-95/+86Star
* | ethernet: amd: dynamic debug fixesVarka Bhadram2014-07-151-32/+26Star
* | ethernet: amd: use devm_ioremap()Varka Bhadram2014-07-151-5/+2Star
* | ethernet: amd: move amd111e_remove_one after probeVarka Bhadram2014-07-151-12/+13
* | declance: Fix 64-bit compilation warningsMaciej W. Rozycki2014-07-081-6/+6
* | amd-xgbe: Base AXI DMA cache settings on device treeLendacky, Thomas2014-07-083-18/+37
* | amd-xgbe: Performance enhancementsLendacky, Thomas2014-07-084-78/+100
* | amd-xgbe: Call netif_napi_del on ndo_stop operationLendacky, Thomas2014-07-081-3/+6
* | amd-xgbe: Clear the proper MTL interrupt registerLendacky, Thomas2014-07-081-1/+1
* | amd-xgbe: Fix debugfs compatibility change with kstrtouintLendacky, Thomas2014-07-081-2/+2
* | amd-xgbe: Resolve checkpatch warning about sscanf usageLendacky, Thomas2014-06-271-5/+4Star
* | amd-xgbe: Change destination address filtering supportLendacky, Thomas2014-06-276-69/+116
* | amd-xgbe: Add support for VLAN filteringLendacky, Thomas2014-06-276-14/+165
* | amd-xgbe: VLAN Rx tag stripping fixLendacky, Thomas2014-06-271-1/+3
* | amd-xgbe: VLAN Tx tag insertion fixLendacky, Thomas2014-06-272-0/+8
* | amd-xgbe: Make defines in xgbe.h uniqueLendacky, Thomas2014-06-275-100/+102
|/
* amd-xgbe: unwind on error in xgbe_mdio_register()Dan Carpenter2014-06-121-1/+1
* amd-xgbe: Rename MAX_DMA_CHANNELS to avoid powerpc conflictLendacky, Thomas2014-06-112-2/+2
* amd-xgbe: Remove unnecessary includeTom Lendacky2014-06-061-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-062-5/+5
|\
| * hplance: fix ram size in commentAmos Kong2014-06-061-2/+2
| * mvme147: fix ram size in commentAmos Kong2014-06-061-3/+3
* | amd-xgbe: Configuration and build supportLendacky, Thomas2014-06-062-1/+14
* | amd-xgbe: Initial AMD 10GbE platform driverLendacky, Thomas2014-06-0610-0/+7609
* | net/ariadne: delete unneeded call to netdev_privJulia Lawall2014-05-151-3/+0Star
* | net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-133-3/+3
|/
* pcnet32: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-251-1/+1
* lance: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-251-1/+1
* am79c961a: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-251-1/+1
* amd8111e: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-151-0/+3
* pcnet32: add missing check for pci_dma_mapping_errorDon Fry2014-02-191-27/+81
* pcnet32: fix reallocation errorDon Fry2014-02-191-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-2511-634/+625Star
|\