summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/smsc/smsc911x.c
AgeCommit message (Expand)Author
2023-09-20net: ethernet: smsc: Convert to platform remove callback returning voidUwe Kleine-König
2023-07-27net: Explicitly include correct DT includesRob Herring
2023-07-18ethernet: smsc: remove unnecessary (void*) conversionsWu Yunchuan
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-30smsc911x: remove superfluous variable initWolfram Sang
2023-03-28smsc911x: avoid PHY being resumed when interface is not upWolfram Sang
2023-03-22ethernet: remove superfluous clearing of phydevWolfram Sang
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-26net: smsc911x: Stop and start PHY during suspend and resumeFlorian Fainelli
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski
2022-05-03smsc911x: allow using IRQ0Sergey Shtylyov
2021-10-19ethernet: smsc: use eth_hw_addr_set()Jakub Kicinski
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-04-05net: smsc911x: skip acpi_device_id table when !CONFIG_ACPIKrzysztof Kozlowski
2021-01-19net: smsc911x: Make Runtime PM handling more fine-grainedGeert Uytterhoeven
2020-09-08net: smsc911x: Remove unused variablesWei Xu
2020-05-23net: smsc911x: Fix runtime PM imbalance on errorDinghao Liu
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2018-09-26net: smsc: fix return type of ndo_start_xmit functionYueHaibing
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
2018-03-07net: smsc911x: Fix unload crash when link is upJeremy Linton
2017-09-15net: smsc911x: Quieten netif during suspendGeert Uytterhoeven
2017-07-12smsc911x: Add check for ioremap_nocache() return codeAlexey Khoroshilov
2017-05-03smsc911x: Adding support for Micochip LAN9250 Ethernet controllerDavid Cai
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2016-12-12Merge branches 'pm-core', 'pm-qos' and 'pm-avs'Rafael J. Wysocki
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-09net: smsc911x: back out silently on probe deferralsLinus Walleij
2016-11-15net: smsc911x: Utilize phy_ethtool_nway_resetFlorian Fainelli
2016-11-09net: smsc911x: Synchronize the runtime PM status during system suspendUlf Hansson
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-07net: smsc911x: request and deassert optional RESET GPIOLinus Walleij
2016-09-02net: smsc911x: Move interrupt allocation to open/stopJeremy Linton
2016-09-02net: smsc911x: Move interrupt handler before openJeremy Linton
2016-09-02net: smsc911x: Fix register_netdev, phy startup, driver unload orderingJeremy Linton
2016-09-02net: smsc911x: Remove multiple exit points from smsc911x_openJeremy Linton
2016-07-04net: ethernet: smsc: smsc911x: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-07-04net: ethernet: smsc: smsc911x: use phydev from struct net_devicePhilippe Reynes
2016-06-27net: smsc911x: Fix bug where PHY interrupts are overwritten by 0Jeremy Linton
2016-01-07phy: Add an mdio_device structureAndrew Lunn