summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd
AgeCommit message (Expand)AuthorLines
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-22/+19
2013-10-29MIPS: DECstation I/O ASIC DMA interrupt classesMaciej W. Rozycki-2/+1
2013-10-18net: amd8111e: remove unnecessary pci_set_drvdata()Jingoo Han-2/+0
2013-10-18net: pcnet32: remove unnecessary pci_set_drvdata()Jingoo Han-1/+0
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches-4/+4
2013-09-27lance: Fix hardcoded interrupt name lp->name to use system device valueNate Levesque-1/+1
2013-09-24amd/7990: Remove extern from function prototypesJoe Perches-6/+6
2013-09-20declance: Remove `incompatible pointer type' warningsMaciej W. Rozycki-8/+8
2013-09-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+1
2013-09-13MIPS: DECstation I/O ASIC DMA interrupt handling fixMaciej W. Rozycki-0/+1
2013-09-12ethernet: amd: remove deprecated IRQF_DISABLEDMichael Opdenacker-1/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-4/+4
2013-08-30net: au1000_eth: use dev_get_platdata()Jingoo Han-1/+1
2013-08-02ethernet: Convert mac address uses of 6 to ETH_ALENJoe Perches-3/+3
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell-4/+4
2013-06-19amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang-3/+3
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings-2/+0
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han-2/+0
2013-05-25net: ethernet: use platform_{get,set}_drvdata()Jingoo Han-4/+2
2013-05-22net/ethernet/amd/amd8111e: Use module_pci_driver to register driverPeter Hüwe-12/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-34/+9
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy-2/+2
2013-03-15drivers/net: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten-13/+1
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches-3/+2
2013-03-12ethernet: amd: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu-10/+4
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches-18/+0
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches-32/+15
2013-01-22drivers/net: delete old DEC depca ISA drivers support.Paul Gortmaker-2107/+0
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli-2/+2
2013-01-08remove init of dev->perm_addr in driversJiri Pirko-2/+1
2013-01-06drivers/net: remove orphaned references to micro channelPaul Gortmaker-2/+2
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko-6/+6
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman-11/+8
2012-12-03net/amd: remove __dev* attributesBill Pemberton-37/+37
2012-12-03pcnet32: remove __dev* attributesBill Pemberton-5/+5
2012-12-03drivers/net/ethernet/amd/am79c961a.c: remove __dev* attributesBill Pemberton-1/+1
2012-10-07drivers/net/ethernet/amd/au1000_eth.c: fix error return codePeter Senna Tschudin-2/+8
2012-10-07drivers/net/ethernet/amd/amd8111e.c: fix error return codePeter Senna Tschudin-0/+2
2012-07-10lance: remove unnecessary setting of skb->devJon Mason-3/+2
2012-06-06ethernet: Remove casts to same typeJoe Perches-2/+2
2012-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds-11/+8
2012-05-17drivers/net: delete all code/drivers depending on CONFIG_MCAPaul Gortmaker-206/+4
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches-1/+2
2012-04-22net/ariadne: Improve debug printsGeert Uytterhoeven-4/+4
2012-04-22m68k/atari: Change VME irq numbers from unsigned long to unsigned intGeert Uytterhoeven-7/+4
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-8/+0
2012-02-24amd/hplance.c: print MAC via printk format specifierDanny Kukawka-8/+2
2012-02-17au1000_eth: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka-4/+5
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi-22/+24