aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/smsc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-05epic100: use napi_complete_done()Eric Dumazet1-24/+7
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser1-2/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+6
2016-12-12Merge branches 'pm-core', 'pm-qos' and 'pm-avs'Rafael J. Wysocki1-0/+6
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+8
2016-12-09net: smsc911x: back out silently on probe deferralsLinus Walleij1-1/+8
2016-11-15net: ethernet: smsc9420: Utilize phy_ethtool_nway_resetFlorian Fainelli1-9/+1
2016-11-15net: 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-20net: smc91x: fix neponset breakage by pxa u16 writesRobert Jarzmik1-0/+2
2016-10-18net: smc91x: take into account half-word workaroundRobert Jarzmik1-0/+2
2016-10-18net: smc91x: isolate u16 writes alignment workaroundRobert Jarzmik2-39/+46
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson6-6/+0
2016-09-25net: smc91x: take into account register shiftRobert Jarzmik1-0/+3
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-109/+106
2016-09-07net: smsc911x: request and deassert optional RESET GPIOLinus Walleij1-0/+9
2016-09-06net: smsc: remove build warning of duplicate definitionSudip Mukherjee1-0/+2
2016-09-02net: smsc911x: Move interrupt allocation to open/stopJeremy Linton1-29/+18
2016-09-02net: smsc911x: Move interrupt handler before openJeremy Linton1-61/+61
2016-09-02net: smsc911x: Fix register_netdev, phy startup, driver unload orderingJeremy Linton1-24/+24
2016-09-02net: smsc911x: Remove multiple exit points from smsc911x_openJeremy Linton1-4/+10
2016-08-28net: smc91x: fix SMC accessesRussell King2-20/+52
2016-07-15net: ethernet: smsc9420: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+2
2016-07-15net: ethernet: smsc9420: use phydev from struct net_devicePhilippe Reynes1-27/+17
2016-07-11net: smc91x: ACPI Enable lan91x adaptersJeremy Linton1-3/+10
2016-07-04net: ethernet: smsc: smsc911x: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-16/+2
2016-07-04net: 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-05-04treewide: replace dev->trans_start update with helperFlorian Westphal5-10/+10
2016-03-21net: smc911x: avoid unused variable warningsArnd Bergmann1-0/+2
2016-03-18net: smc911x: convert pxa dma to dmaengineRobert Jarzmik2-66/+82
2016-03-14smc91x: avoid self-comparison warningArnd Bergmann1-1/+1
2016-02-16net: smc91x: propagate irq return codeRobert Jarzmik1-2/+2
2016-01-15net: smsc: Add support h8300Yoshinori Sato2-2/+13
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-1/+2
2016-01-07phy: Add an mdio_device structureAndrew Lunn2-6/+8
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn2-9/+3
2016-01-07phy: Centralise print about attached phyAndrew Lunn2-10/+3
2016-01-07phy: add phydev_name() wrapperAndrew Lunn2-3/+3
2015-11-16net: smsc911x: Reset PHY during initializationPavel Fedin1-11/+6
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-11-01net: smsc911x: Fix crash if loopback test failsPavel Fedin1-0/+1
2015-09-17net: smc91x: convert pxa dma to dmaengineRobert Jarzmik2-44/+84
2015-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2015-08-29net/smsc911x: Fix deferred probe for interruptTony Lindgren1-1/+4
2015-08-27smsc911x: Ignore error return from device_get_phy_mode()Guenter Roeck1-6/+8
2015-08-27smsc9194: Remove uncompilable #if 0'd use of pr_dbgJoe Perches1-30/+2
2015-08-20smsc911x: Remove dev==NULL check.Jeremy Linton1-3/+0