summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/smsc/smsc911x.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-301-2/+5
|\
| * smsc911x: avoid PHY being resumed when interface is not upWolfram Sang2023-03-281-2/+5
* | smsc911x: remove superfluous variable initWolfram Sang2023-03-301-1/+1
* | ethernet: remove superfluous clearing of phydevWolfram Sang2023-03-221-2/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-0/+6
|\
| * net: smsc911x: Stop and start PHY during suspend and resumeFlorian Fainelli2022-08-261-0/+6
* | net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
|/
* eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+2
* smsc911x: allow using IRQ0Sergey Shtylyov2022-05-031-1/+1
* ethernet: smsc: use eth_hw_addr_set()Jakub Kicinski2021-10-191-7/+9
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* eth: fwnode: remove the addr len from mac helpersJakub Kicinski2021-10-071-1/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-2/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: smsc911x: skip acpi_device_id table when !CONFIG_ACPIKrzysztof Kozlowski2021-04-051-0/+2
* net: smsc911x: Make Runtime PM handling more fine-grainedGeert Uytterhoeven2021-01-191-1/+9
* net: smsc911x: Remove unused variablesWei Xu2020-09-081-4/+2
* net: smsc911x: Fix runtime PM imbalance on errorDinghao Liu2020-05-231-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-10/+1
|\
| * net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2020-01-231-10/+1
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-14/+1
* net: smsc: fix return type of ndo_start_xmit functionYueHaibing2018-09-261-1/+2
* net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn2018-09-121-2/+1
* net: ethernet: Fix up drivers masking pause supportAndrew Lunn2018-09-121-1/+1
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-121-2/+3
* net: smsc911x: Fix unload crash when link is upJeremy Linton2018-03-071-2/+2
* net: smsc911x: Quieten netif during suspendGeert Uytterhoeven2017-09-151-1/+14
* smsc911x: Add check for ioremap_nocache() return codeAlexey Khoroshilov2017-07-121-0/+5
* smsc911x: Adding support for Micochip LAN9250 Ethernet controllerDavid Cai2017-05-031-19/+30
* Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2016-12-131-0/+6
|\
| *-. Merge branches 'pm-core', 'pm-qos' and 'pm-avs'Rafael J. Wysocki2016-12-121-0/+6
| |\ \
| | * | net: smsc911x: Synchronize the runtime PM status during system suspendUlf Hansson2016-11-091-0/+6
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-101-1/+8
|\| |
| * | net: smsc911x: back out silently on probe deferralsLinus Walleij2016-12-091-1/+8
| |/
* | net: smsc911x: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-6/+1
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-109/+104
|\
| * net: smsc911x: Move interrupt allocation to open/stopJeremy Linton2016-09-021-29/+18
| * net: smsc911x: Move interrupt handler before openJeremy Linton2016-09-021-61/+61
| * net: smsc911x: Fix register_netdev, phy startup, driver unload orderingJeremy Linton2016-09-021-24/+24
| * net: smsc911x: Remove multiple exit points from smsc911x_openJeremy Linton2016-09-021-4/+10
* | net: smsc911x: request and deassert optional RESET GPIOLinus Walleij2016-09-071-0/+9
|/
* net: ethernet: smsc: smsc911x: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-041-16/+2
* net: ethernet: smsc: smsc911x: use phydev from struct net_devicePhilippe Reynes2016-07-041-35/+31
* net: smsc911x: Fix bug where PHY interrupts are overwritten by 0Jeremy Linton2016-06-271-2/+0
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-5/+6
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-4/+2
* phy: Centralise print about attached phyAndrew Lunn2016-01-071-3/+1
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-1/+1