summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: cpsw: fix probe with fixed-linkAndreas Schmidt2018-03-051-4/+6
* net: cpsw: Call phy_device_connect() earlierSascha Hauer2018-02-221-15/+4
* Merge branch 'for-next/misc'Sascha Hauer2018-02-081-2/+19
|\
| * net: phy: fixed-link: read link parameters from devicetreeLucas Stach2018-02-061-2/+7
| * net: phy: scan PHYs referenced by phandleLucas Stach2018-01-251-0/+12
* | Merge branch 'for-next/e1000'Sascha Hauer2018-02-083-76/+80
|\ \
| * | net/e1000: don't register EERPOM device if the content is invalidLucas Stach2018-01-301-17/+24
| * | net/e1000: don't check EEPROM signature if populated from iNVMLucas Stach2018-01-302-7/+5
| * | net/e1000: EEPROM isn't valid if only iNVM is availableLucas Stach2018-01-301-8/+6
| * | net/e1000: use correct bit for flash detectionLucas Stach2018-01-301-1/+1
| * | net/e1000: remove one level of indentationLucas Stach2018-01-301-60/+61
| |/
* | net: phy: ar8327: fix ar8327n_reg_readOleksij Rempel2018-02-051-1/+1
* | net: designware: add missing headersLucas Stach2018-02-052-2/+2
|/
* Merge branch 'for-next/net-designware'Sascha Hauer2018-01-226-56/+307
|\
| * net: designware: add warning for drvdataSteffen Trumtrar2018-01-111-1/+5
| * net: add SoCFPGA-specific designware driverSteffen Trumtrar2018-01-113-0/+192
| * net: designware: move probe to generic driverSteffen Trumtrar2018-01-115-55/+110
* | net/e1000: fix driver probing in the presence of two e1000 devicesUwe Kleine-König2018-01-171-0/+1
|/
* Merge branch 'for-next/mii'Sascha Hauer2018-01-055-0/+341
|\
| * net: mdio-mux: Avoid probing multiplexed bussesAndrey Smirnov2017-12-062-0/+4
| * net: phy: Port GPIO controlled MDIO multiplexer driverAndrey Smirnov2017-12-063-0/+158
| * net: phy: Port MDIO bus miltiplexer framework from Linux kernelAndrey Smirnov2017-12-063-0/+152
| * mdio_bus: Port of_mdio_find_bus() from Linux kernelAndrey Smirnov2017-12-061-0/+27
* | net/e1000: indicate at boot time if flash is in secure modeUwe Kleine-König2017-12-062-3/+8
* | net/e1000: add missing \n in error messageUwe Kleine-König2017-12-011-1/+1
* | net/e1000: implement protect and unprotect for attached flashUwe Kleine-König2017-11-282-0/+72
* | net/e1000: expand timeout for flash erasureUwe Kleine-König2017-11-241-1/+1
* | net/e1000: indicate in error messages where the failure occuredUwe Kleine-König2017-11-241-4/+4
* | net/e1000: don't access the (simulated) eeprom when it is invalidUwe Kleine-König2017-11-243-6/+35
* | net/e1000: log flash/invm status at probe timeUwe Kleine-König2017-11-241-0/+18
* | net/e1000: don't fail to bind on uninitialized flashUwe Kleine-König2017-11-241-1/+1
* | net/e1000: provide device for accessing emulated eepromUwe Kleine-König2017-11-242-1/+44
* | net/e1000: fix size of invm deviceUwe Kleine-König2017-11-241-1/+1
* | net/e1000: provide access to iNVM even if a flash is presentUwe Kleine-König2017-11-242-67/+72
* | net/e1000: reorder functionsUwe Kleine-König2017-11-241-70/+67
* | net/e1000: don't use the eeprom word size as timeout to get a semaphoreUwe Kleine-König2017-11-241-2/+2
* | net/e1000: fix coding style at a few locationsUwe Kleine-König2017-11-242-5/+14
|/
* Merge branch 'for-next/misc'Sascha Hauer2017-10-192-7/+69
|\
| * Marvell: implement marvell_of_reg_initClément Leger2017-10-161-4/+69
| * remove checks for xzalloc() returning NULLUwe Kleine-König2017-09-261-3/+0
* | Merge branch 'for-next/mips'Sascha Hauer2017-10-196-0/+978
|\ \
| * | net: ag71xx: define parent devicesOleksij Rempel2017-10-061-0/+2
| * | net: ag71xx: disable eth interface on barebox shutdownOleksij Rempel2017-09-201-0/+9
| * | net: phy: add ar8327 driverOleksij Rempel2017-09-203-0/+286
| * | net: ath79: add ag71xx Ethernet driverYegor Yefremov2017-09-183-0/+681
| |/
* | e1000: Don't poll for FLSWCTL.GLDONE before starting a flash transactionUwe Kleine-König2017-10-161-11/+2
* | e1000: implement support for smaller flash chipsUwe Kleine-König2017-10-162-14/+3
* | e1000: implement register mapping for E1000_FLSW{CTL, DATA, CNT}Uwe Kleine-König2017-10-162-3/+12
|/
* Phy: Check NULL bus case and undetected phy via ofClément Leger2017-09-061-0/+5
* phy: don't crash if we have no parentOleksij Rempel2017-09-061-1/+1