aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-06amd-xgbe: Remove unnecessary includeTom Lendacky1-1/+0
2014-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+5
2014-06-05amd-xgbe: Configuration and build supportLendacky, Thomas2-1/+14
2014-06-05amd-xgbe: Initial AMD 10GbE platform driverLendacky, Thomas10-0/+7609
2014-06-05hplance: fix ram size in commentAmos Kong1-2/+2
2014-06-05mvme147: fix ram size in commentAmos Kong1-3/+3
2014-05-15net/ariadne: delete unneeded call to netdev_privJulia Lawall1-3/+0
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe3-3/+3
2014-03-24pcnet32: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-24lance: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-24am79c961a: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-14amd8111e: 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
2014-02-19pcnet32: fix reallocation errorDon Fry1-9/+9
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds11-634/+625
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker5-5/+0
2014-01-14net: amd8111e: Spelling s/recive/receive/Geert Uytterhoeven1-1/+1
2013-12-29net/7990: Make lance_private.name constGeert Uytterhoeven3-3/+3
2013-12-29net/7990: Fix whitespace errorsGeert Uytterhoeven4-617/+619
2013-12-26net: pcnet: slight optimization of addr comparedingtianhong1-1/+1
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher4-10/+4
2013-11-26zorro/UAPI: Use proper types (endianness/size) in <linux/zorro.h>Geert Uytterhoeven2-6/+12
2013-11-26zorro: ZTWO_VADDR() should return "void __iomem *"Geert Uytterhoeven2-4/+4
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-22/+19
2013-10-29MIPS: DECstation I/O ASIC DMA interrupt classesMaciej W. Rozycki1-2/+1
2013-10-18net: amd8111e: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-18net: pcnet32: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches3-4/+4
2013-09-27lance: Fix hardcoded interrupt name lp->name to use system device valueNate Levesque1-1/+1
2013-09-24amd/7990: Remove extern from function prototypesJoe Perches1-6/+6
2013-09-20declance: Remove `incompatible pointer type' warningsMaciej W. Rozycki1-8/+8
2013-09-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2013-09-13MIPS: DECstation I/O ASIC DMA interrupt handling fixMaciej W. Rozycki1-0/+1
2013-09-12ethernet: amd: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-4/+4
2013-08-30net: au1000_eth: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-02ethernet: Convert mac address uses of 6 to ETH_ALENJoe Perches1-3/+3
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell4-4/+4
2013-06-19amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang1-3/+3
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings1-2/+0
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-05-25net: ethernet: use platform_{get,set}_drvdata()Jingoo Han1-4/+2
2013-05-22net/ethernet/amd/amd8111e: Use module_pci_driver to register driverPeter Hüwe1-12/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-34/+9
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-2/+2
2013-03-15drivers/net: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten1-13/+1
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-3/+2
2013-03-12ethernet: amd: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu4-10/+4
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches10-18/+0