summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/smsc/smsc9420.c
AgeCommit message (Expand)Author
2023-08-13net: smsc: Use pci_dev_id() to simplify the codeZheng Zengkai
2023-07-18ethernet: smsc: remove unnecessary (void*) conversionsWu Yunchuan
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-04-29eth: smsc: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski
2021-10-19ethernet: smsc: use eth_hw_addr_set()Jakub Kicinski
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-09-27net: smsc: Fix function names in print messages and commentsCai Huoqing
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2020-09-03smsc9420: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-07-07smsc9420: use generic power managementVaibhav Gupta
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn
2018-09-12net: ethernet: Fix up drivers masking pause supportAndrew Lunn
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-11-15net: ethernet: smsc9420: Utilize phy_ethtool_nway_resetFlorian Fainelli
2016-07-15net: ethernet: smsc9420: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-07-15net: ethernet: smsc9420: use phydev from struct net_devicePhilippe Reynes
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2016-01-07phy: Centralise print about attached phyAndrew Lunn
2016-01-07phy: add phydev_name() wrapperAndrew Lunn
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-01-03smsc9420: use named constants for pci_power_t valuesJulia Lawall
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher
2013-11-07smsc9420: Use netif_<level>Joe Perches
2013-11-02smsc9420: replace printk with netdev_ callsBen Boeckel
2013-10-22net: smsc9420: remove unnecessary pci_set_drvdata()Jingoo Han
2013-09-15net: smsc: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli
2012-12-03smsc9420: remove __dev* attributesBill Pemberton
2012-06-06ethernet: Remove casts to same typeJoe Perches
2012-04-07smsc9420: stop using net_device.{base_addr, irq}.Francois Romieu
2012-04-04smsc9420: Support the get_ts_info ethtool method.Richard Cochran
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka
2012-02-08netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-08-10smsc: Move the SMC (SMSC) driversJeff Kirsher