aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/smsc/smsc9420.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-04-29eth: smsc: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski1-1/+1
2021-10-19ethernet: smsc: use eth_hw_addr_set()Jakub Kicinski1-8/+10
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-09-27net: smsc: Fix function names in print messages and commentsCai Huoqing1-3/+3
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2020-09-03smsc9420: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-23/+28
2020-07-07smsc9420: use generic power managementVaibhav Gupta1-29/+11
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-10/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-2/+1
2018-09-12net: ethernet: Fix up drivers masking pause supportAndrew Lunn1-1/+1
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-2/+3
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-11-15net: ethernet: smsc9420: Utilize phy_ethtool_nway_resetFlorian Fainelli1-9/+1
2016-07-15net: ethernet: smsc9420: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+2
2016-07-15net: ethernet: smsc9420: use phydev from struct net_devicePhilippe Reynes1-27/+17
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