aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches1-32/+15
2013-01-22drivers/net: delete old DEC depca ISA drivers support.Paul Gortmaker4-2107/+0
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-2/+2
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-2/+1
2013-01-06drivers/net: remove orphaned references to micro channelPaul Gortmaker1-2/+2
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko2-6/+6
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman4-11/+8
2012-12-03net/amd: remove __dev* attributesBill Pemberton8-37/+37
2012-12-03pcnet32: remove __dev* attributesBill Pemberton1-5/+5
2012-12-03drivers/net/ethernet/amd/am79c961a.c: remove __dev* attributesBill Pemberton1-1/+1
2012-10-07drivers/net/ethernet/amd/au1000_eth.c: fix error return codePeter Senna Tschudin1-2/+8
2012-10-07drivers/net/ethernet/amd/amd8111e.c: fix error return codePeter Senna Tschudin1-0/+2
2012-07-10lance: remove unnecessary setting of skb->devJon Mason1-3/+2
2012-06-06ethernet: Remove casts to same typeJoe Perches1-2/+2
2012-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds2-11/+8
2012-05-17drivers/net: delete all code/drivers depending on CONFIG_MCAPaul Gortmaker1-206/+4
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-1/+2
2012-04-22net/ariadne: Improve debug printsGeert Uytterhoeven1-4/+4
2012-04-22m68k/atari: Change VME irq numbers from unsigned long to unsigned intGeert Uytterhoeven1-7/+4
2012-03-28Remove all #inclusions of asm/system.hDavid Howells8-8/+0
2012-02-24amd/hplance.c: print MAC via printk format specifierDanny Kukawka1-8/+2
2012-02-17au1000_eth: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka1-4/+5
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi14-22/+24
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches4-6/+0
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-3/+1