summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd
AgeCommit message (Expand)AuthorFilesLines
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-09drivers/net/ethernet/amd/pcnet32.c: neaten and remove unnecessary OOM messagesJoe Perches1-25/+18
2014-08-09amd: use pci_zalloc_consistentJoe Perches1-10/+8
2014-08-08amd: xgbe: fix duplicate #include of linux/phy.hJean Sacren1-1/+0
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-12/+137
2014-08-06amd-xgbe: Perform phy connect/disconnect at dev open/stopLendacky, Thomas2-99/+121
2014-08-06amd-xgbe: Use dma_set_mask_and_coherent to set DMA maskLendacky, Thomas1-2/+5
2014-08-03amd-xgbe: Remove unnecessary spinlocksLendacky, Thomas2-20/+5
2014-07-31amd-xgbe: Add traffic class supportLendacky, Thomas8-27/+508
2014-07-31amd-xgbe: Base queue fifo size and enablement on ring countLendacky, Thomas3-22/+33
2014-07-31amd-xgbe: Update/fix 2.5GbE supportLendacky, Thomas1-4/+13
2014-07-31amd-xgbe: Add hardware timestamp supportLendacky, Thomas10-52/+944
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-07-30MIPS: Alchemy: remove au_read/write/syncManuel Lauss1-12/+19
2014-07-30MIPS: Alchemy: move ethernet registers to ethernet driverManuel Lauss1-0/+118
2014-07-24amd-xgbe: Fix error return code in xgbe_probe()Wei Yongjun1-1/+2
2014-07-16amd-xgbe: Remove the adjustments needed for fixed speedLendacky, Thomas2-14/+0
2014-07-15ethernet: amd: fix 'foo* bar'Varka Bhadram1-36/+40
2014-07-15ethernet: amd: fix pci device idsVarka Bhadram1-9/+11
2014-07-15ethernet: amd: fix comment stylesVarka Bhadram1-95/+86
2014-07-15ethernet: amd: dynamic debug fixesVarka Bhadram1-32/+26
2014-07-15ethernet: amd: use devm_ioremap()Varka Bhadram1-5/+2
2014-07-15ethernet: amd: move amd111e_remove_one after probeVarka Bhadram1-12/+13
2014-07-09declance: Fix 64-bit compilation warningsMaciej W. Rozycki1-6/+6
2014-07-08amd-xgbe: Base AXI DMA cache settings on device treeLendacky, Thomas3-18/+37
2014-07-08amd-xgbe: Performance enhancementsLendacky, Thomas4-78/+100
2014-07-08amd-xgbe: Call netif_napi_del on ndo_stop operationLendacky, Thomas1-3/+6
2014-07-08amd-xgbe: Clear the proper MTL interrupt registerLendacky, Thomas1-1/+1
2014-07-08amd-xgbe: Fix debugfs compatibility change with kstrtouintLendacky, Thomas1-2/+2
2014-06-27amd-xgbe: Resolve checkpatch warning about sscanf usageLendacky, Thomas1-5/+4
2014-06-27amd-xgbe: Change destination address filtering supportLendacky, Thomas6-69/+116
2014-06-27amd-xgbe: Add support for VLAN filteringLendacky, Thomas6-14/+165
2014-06-27amd-xgbe: VLAN Rx tag stripping fixLendacky, Thomas1-1/+3
2014-06-27amd-xgbe: VLAN Tx tag insertion fixLendacky, Thomas2-0/+8
2014-06-27amd-xgbe: Make defines in xgbe.h uniqueLendacky, Thomas5-100/+102
2014-06-12amd-xgbe: unwind on error in xgbe_mdio_register()Dan Carpenter1-1/+1
2014-06-11amd-xgbe: Rename MAX_DMA_CHANNELS to avoid powerpc conflictLendacky, Thomas2-2/+2
2014-06-07amd-xgbe: Remove unnecessary includeTom Lendacky1-1/+0
2014-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+5
2014-06-06amd-xgbe: Configuration and build supportLendacky, Thomas2-1/+14
2014-06-06amd-xgbe: Initial AMD 10GbE platform driverLendacky, Thomas10-0/+7609
2014-06-06hplance: fix ram size in commentAmos Kong1-2/+2
2014-06-06mvme147: fix ram size in commentAmos Kong1-3/+3
2014-05-16net/ariadne: delete unneeded call to netdev_privJulia Lawall1-3/+0
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe3-3/+3
2014-03-25pcnet32: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-25lance: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-25am79c961a: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-15amd8111e: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-02-19pcnet32: add missing check for pci_dma_mapping_errorDon Fry1-27/+81