summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/smsc/smsc911x.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-28net: Explicitly include correct DT includesRob Herring1-1/+0
2023-07-19ethernet: smsc: remove unnecessary (void*) conversionsWu Yunchuan1-2/+2
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2023-03-30smsc911x: remove superfluous variable initWolfram Sang1-1/+1
2023-03-28smsc911x: avoid PHY being resumed when interface is not upWolfram Sang1-2/+5
2023-03-23ethernet: remove superfluous clearing of phydevWolfram Sang1-2/+0
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-08-27net: smsc911x: Stop and start PHY during suspend and resumeFlorian Fainelli1-0/+6
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski1-1/+2
2022-05-04smsc911x: allow using IRQ0Sergey Shtylyov1-1/+1
2021-10-19ethernet: smsc: use eth_hw_addr_set()Jakub Kicinski1-7/+9
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-2/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-04-06net: smsc911x: skip acpi_device_id table when !CONFIG_ACPIKrzysztof Kozlowski1-0/+2
2021-01-20net: smsc911x: Make Runtime PM handling more fine-grainedGeert Uytterhoeven1-1/+9
2020-09-09net: smsc911x: Remove unused variablesWei Xu1-4/+2
2020-05-24net: smsc911x: Fix runtime PM imbalance on errorDinghao Liu1-4/+5
2020-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-10/+1
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-10/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-14/+1
2018-09-26net: smsc: fix return type of ndo_start_xmit functionYueHaibing1-1/+2
2018-09-13net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-2/+1
2018-09-13net: ethernet: Fix up drivers masking pause supportAndrew Lunn1-1/+1
2018-09-13net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-2/+3
2018-03-07net: smsc911x: Fix unload crash when link is upJeremy Linton1-2/+2
2017-09-16net: smsc911x: Quieten netif during suspendGeert Uytterhoeven1-1/+14
2017-07-13smsc911x: Add check for ioremap_nocache() return codeAlexey Khoroshilov1-0/+5
2017-05-03smsc911x: Adding support for Micochip LAN9250 Ethernet controllerDavid Cai1-19/+30
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+6
2016-12-12Merge branches 'pm-core', 'pm-qos' and 'pm-avs'Rafael J. Wysocki1-0/+6
2016-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+8
2016-12-10net: smsc911x: back out silently on probe deferralsLinus Walleij1-1/+8
2016-11-16net: smsc911x: Utilize phy_ethtool_nway_resetFlorian Fainelli1-6/+1
2016-11-09net: smsc911x: Synchronize the runtime PM status during system suspendUlf Hansson1-0/+6
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-109/+104
2016-09-08net: smsc911x: request and deassert optional RESET GPIOLinus Walleij1-0/+9
2016-09-03net: smsc911x: Move interrupt allocation to open/stopJeremy Linton1-29/+18
2016-09-03net: smsc911x: Move interrupt handler before openJeremy Linton1-61/+61
2016-09-03net: smsc911x: Fix register_netdev, phy startup, driver unload orderingJeremy Linton1-24/+24
2016-09-03net: smsc911x: Remove multiple exit points from smsc911x_openJeremy Linton1-4/+10
2016-07-05net: ethernet: smsc: smsc911x: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-16/+2
2016-07-05net: ethernet: smsc: smsc911x: use phydev from struct net_devicePhilippe Reynes1-35/+31
2016-06-27net: smsc911x: Fix bug where PHY interrupts are overwritten by 0Jeremy Linton1-2/+0
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-5/+6
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-4/+2