summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/smsc
Commit message (Expand)AuthorAgeFilesLines
* net: smsc911x: Quieten netif during suspendGeert Uytterhoeven2017-09-151-1/+14
* smsc911x: Add check for ioremap_nocache() return codeAlexey Khoroshilov2017-07-121-0/+5
* net: smc91x: constify dev_pm_ops structures.Arvind Yadav2017-06-291-1/+1
* net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com2017-06-054-20/+12
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-101-2/+2
|\
| * Annotate hardware config module parameters in drivers/net/ethernet/David Howells2017-04-201-2/+2
| * net: Revert ksettings conversions.David S. Miller2017-03-081-27/+24
| * net: smsc: smc91x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-081-22/+25
| * net: smsc: smc911x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-081-24/+27
* | smsc911x: Adding support for Micochip LAN9250 Ethernet controllerDavid Cai2017-05-032-19/+49
* | net: smsc: smc91x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-081-22/+25
* | net: smsc: smc911x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-081-24/+27
* | net: smsc: smc91c92_cs: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-061-46/+52
* | net: smsc: epic100: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-061-7/+9
|/
* epic100: use napi_complete_done()Eric Dumazet2017-02-051-24/+7
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: Remove usage of net_device last_rx memberTobias Klauser2017-01-181-2/+4
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* 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: ethernet: smsc9420: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-9/+1
* | net: smsc911x: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-6/+1
* | net: smc91x: fix neponset breakage by pxa u16 writesRobert Jarzmik2016-10-201-0/+2
* | net: smc91x: take into account half-word workaroundRobert Jarzmik2016-10-181-0/+2
* | net: smc91x: isolate u16 writes alignment workaroundRobert Jarzmik2016-10-182-39/+46
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-136-6/+0
|/
* net: smc91x: take into account register shiftRobert Jarzmik2016-09-251-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-122-109/+106
|\
| * net: smsc: remove build warning of duplicate definitionSudip Mukherjee2016-09-061-0/+2
| * 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: smc91x: fix SMC accessesRussell King2016-08-282-20/+52
* net: ethernet: smsc9420: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-151-22/+2
* net: ethernet: smsc9420: use phydev from struct net_devicePhilippe Reynes2016-07-151-27/+17
* net: smc91x: ACPI Enable lan91x adaptersJeremy Linton2016-07-111-3/+10
* 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
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-045-10/+10
* net: smc911x: avoid unused variable warningsArnd Bergmann2016-03-211-0/+2
* net: smc911x: convert pxa dma to dmaengineRobert Jarzmik2016-03-182-66/+82
* smc91x: avoid self-comparison warningArnd Bergmann2016-03-141-1/+1
* net: smc91x: propagate irq return codeRobert Jarzmik2016-02-161-2/+2
* net: smsc: Add support h8300Yoshinori Sato2016-01-152-2/+13
OpenPOWER on IntegriCloud