Age | Commit message (Expand) | Author | Files | Lines |
2017-03-09 | net: smsc: smc91x: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -22/+25 |
2017-03-09 | net: smsc: smc911x: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -24/+27 |
2017-03-07 | net: smsc: smc91c92_cs: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -46/+52 |
2017-03-07 | net: smsc: epic100: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -7/+9 |
2017-02-06 | epic100: use napi_complete_done() | Eric Dumazet | 1 | -24/+7 |
2017-01-30 | drivers: net: generalize napi_complete_done() | Eric Dumazet | 1 | -1/+1 |
2017-01-19 | net: Remove usage of net_device last_rx member | Tobias Klauser | 1 | -2/+4 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2 | -2/+2 |
2016-12-13 | Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -0/+6 |
2016-12-12 | Merge branches 'pm-core', 'pm-qos' and 'pm-avs' | Rafael J. Wysocki | 1 | -0/+6 |
2016-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+8 |
2016-12-10 | net: smsc911x: back out silently on probe deferrals | Linus Walleij | 1 | -1/+8 |
2016-11-16 | net: ethernet: smsc9420: Utilize phy_ethtool_nway_reset | Florian Fainelli | 1 | -9/+1 |
2016-11-16 | net: smsc911x: Utilize phy_ethtool_nway_reset | Florian Fainelli | 1 | -6/+1 |
2016-11-09 | net: smsc911x: Synchronize the runtime PM status during system suspend | Ulf Hansson | 1 | -0/+6 |
2016-10-20 | net: smc91x: fix neponset breakage by pxa u16 writes | Robert Jarzmik | 1 | -0/+2 |
2016-10-18 | net: smc91x: take into account half-word workaround | Robert Jarzmik | 1 | -0/+2 |
2016-10-18 | net: smc91x: isolate u16 writes alignment workaround | Robert Jarzmik | 2 | -39/+46 |
2016-10-13 | net: deprecate eth_change_mtu, remove usage | Jarod Wilson | 6 | -6/+0 |
2016-09-26 | net: smc91x: take into account register shift | Robert Jarzmik | 1 | -0/+3 |
2016-09-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -109/+106 |
2016-09-08 | net: smsc911x: request and deassert optional RESET GPIO | Linus Walleij | 1 | -0/+9 |
2016-09-06 | net: smsc: remove build warning of duplicate definition | Sudip Mukherjee | 1 | -0/+2 |
2016-09-03 | net: smsc911x: Move interrupt allocation to open/stop | Jeremy Linton | 1 | -29/+18 |
2016-09-03 | net: smsc911x: Move interrupt handler before open | Jeremy Linton | 1 | -61/+61 |
2016-09-03 | net: smsc911x: Fix register_netdev, phy startup, driver unload ordering | Jeremy Linton | 1 | -24/+24 |
2016-09-03 | net: smsc911x: Remove multiple exit points from smsc911x_open | Jeremy Linton | 1 | -4/+10 |
2016-08-29 | net: smc91x: fix SMC accesses | Russell King | 2 | -20/+52 |
2016-07-16 | net: ethernet: smsc9420: use phy_ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -22/+2 |
2016-07-16 | net: ethernet: smsc9420: use phydev from struct net_device | Philippe Reynes | 1 | -27/+17 |
2016-07-11 | net: smc91x: ACPI Enable lan91x adapters | Jeremy Linton | 1 | -3/+10 |
2016-07-05 | net: ethernet: smsc: smsc911x: use phy_ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -16/+2 |
2016-07-05 | net: ethernet: smsc: smsc911x: use phydev from struct net_device | Philippe Reynes | 1 | -35/+31 |
2016-06-27 | net: smsc911x: Fix bug where PHY interrupts are overwritten by 0 | Jeremy Linton | 1 | -2/+0 |
2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal | 5 | -10/+10 |
2016-03-21 | net: smc911x: avoid unused variable warnings | Arnd Bergmann | 1 | -0/+2 |
2016-03-19 | net: smc911x: convert pxa dma to dmaengine | Robert Jarzmik | 2 | -66/+82 |
2016-03-15 | smc91x: avoid self-comparison warning | Arnd Bergmann | 1 | -1/+1 |
2016-02-16 | net: smc91x: propagate irq return code | Robert Jarzmik | 1 | -2/+2 |
2016-01-15 | net: smsc: Add support h8300 | Yoshinori Sato | 2 | -2/+13 |
2016-01-07 | phy: Add API for {un}registering an mdio device to a bus. | Andrew Lunn | 1 | -1/+2 |
2016-01-07 | phy: Add an mdio_device structure | Andrew Lunn | 2 | -6/+8 |
2016-01-07 | mdio: Move allocation of interrupts into core | Andrew Lunn | 2 | -9/+3 |
2016-01-07 | phy: Centralise print about attached phy | Andrew Lunn | 2 | -10/+3 |
2016-01-07 | phy: add phydev_name() wrapper | Andrew Lunn | 2 | -3/+3 |
2015-11-16 | net: smsc911x: Reset PHY during initialization | Pavel Fedin | 1 | -11/+6 |
2015-11-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2015-11-01 | net: smsc911x: Fix crash if loopback test fails | Pavel Fedin | 1 | -0/+1 |
2015-09-17 | net: smc91x: convert pxa dma to dmaengine | Robert Jarzmik | 2 | -44/+84 |
2015-08-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+4 |