aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/smsc/smsc9420.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-1/+2
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-1/+2
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-5/+1
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-7/+2
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-2/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-01-03smsc9420: use named constants for pci_power_t valuesJulia Lawall1-1/+1
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-11-07smsc9420: Use netif_<level>Joe Perches1-78/+77
2013-11-02smsc9420: replace printk with netdev_ callsBen Boeckel1-13/+13
2013-10-22net: smsc9420: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-15net: smsc: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-3/+1
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches1-5/+4
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-1/+1
2012-12-03smsc9420: remove __dev* attributesBill Pemberton1-3/+3
2012-06-06ethernet: Remove casts to same typeJoe Perches1-2/+1
2012-04-07smsc9420: stop using net_device.{base_addr, irq}.Francois Romieu1-24/+23
2012-04-04smsc9420: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-3/+2
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi1-2/+0
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+1
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-3/+4
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-10smsc: Move the SMC (SMSC) driversJeff Kirsher1-0/+1763