aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-13
|\
| * net: amd8111e: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-18
| * net: pcnet32: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-18
| * net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-02
| * lance: Fix hardcoded interrupt name lp->name to use system device valueNate Levesque2013-09-27
| * amd/7990: Remove extern from function prototypesJoe Perches2013-09-24
| * declance: Remove `incompatible pointer type' warningsMaciej W. Rozycki2013-09-20
* | MIPS: DECstation I/O ASIC DMA interrupt classesMaciej W. Rozycki2013-10-29
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-09-19
|\
| * ethernet: amd: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-12
* | MIPS: DECstation I/O ASIC DMA interrupt handling fixMaciej W. Rozycki2013-09-13
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-05
|\
| * net: au1000_eth: use dev_get_platdata()Jingoo Han2013-08-30
| * ethernet: Convert mac address uses of 6 to ETH_ALENJoe Perches2013-08-02
* | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-14
|/
* amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang2013-06-20
* net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-20
* net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-28
* net: ethernet: use platform_{get,set}_drvdata()Jingoo Han2013-05-26
* net/ethernet/amd/amd8111e: Use module_pci_driver to register driverPeter Hüwe2013-05-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-01
|\
| * net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-19
| * net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-19
| * drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-15
| * ethernet: amd: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu2013-03-12
| * drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-09
* | drivers/net: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten2013-03-15
|/
* drivers: net: Remove remaining alloc/OOM messagesJoe Perches2013-02-08
* drivers/net: delete old DEC depca ISA drivers support.Paul Gortmaker2013-01-22
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-14
* remove init of dev->perm_addr in driversJiri Pirko2013-01-08
* drivers/net: remove orphaned references to micro channelPaul Gortmaker2013-01-07
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-07
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-07
* net/amd: remove __dev* attributesBill Pemberton2012-12-03
* pcnet32: remove __dev* attributesBill Pemberton2012-12-03
* drivers/net/ethernet/amd/am79c961a.c: remove __dev* attributesBill Pemberton2012-12-03
* drivers/net/ethernet/amd/au1000_eth.c: fix error return codePeter Senna Tschudin2012-10-07
* drivers/net/ethernet/amd/amd8111e.c: fix error return codePeter Senna Tschudin2012-10-07
* lance: remove unnecessary setting of skb->devJon Mason2012-07-11
* ethernet: Remove casts to same typeJoe Perches2012-06-06
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2012-05-21
|\
| * net/ariadne: Improve debug printsGeert Uytterhoeven2012-04-22
| * m68k/atari: Change VME irq numbers from unsigned long to unsigned intGeert Uytterhoeven2012-04-22
* | drivers/net: delete all code/drivers depending on CONFIG_MCAPaul Gortmaker2012-05-17
* | drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-10
|/
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* amd/hplance.c: print MAC via printk format specifierDanny Kukawka2012-02-24
* au1000_eth: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka2012-02-17
* netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-06