summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* macb: fix clock probing with DTSam Ravnborg2017-07-201-2/+2
* i.MX: fec: add post PHY reset delay DT propertyMichael Grzeschik2017-06-071-1/+9
* i.MX: fec: also enable optional clocksMichael Grzeschik2017-05-082-0/+37
* Merge branch 'for-next/socfpga'Sascha Hauer2017-05-051-0/+3
|\
| * net: designware: add dwmac-3.72a compatibleSteffen Trumtrar2017-05-031-0/+3
* | Merge branch 'for-next/parameter-types'Sascha Hauer2017-05-051-2/+2
|\ \
| * | param: make parameter functions more consistentSascha Hauer2017-04-111-2/+2
| |/
* | net: rtl8139: drop unused rtl8139_intr_mask constantAntony Pavlov2017-05-031-4/+0
* | of: use of_property_read_bool where appropriateSascha Hauer2017-04-121-1/+1
|/
* Merge branch 'for-next/net'Sascha Hauer2017-04-071-0/+126
|\
| * net/phy: marvell: import support for 88E1111 from the LinuxPeter Mamonov2017-03-301-0/+126
* | Merge branch 'for-next/misc'Sascha Hauer2017-04-071-1/+1
|\ \
| * | net: phy: mdio-gpio.c: fix "no previous prototype" warningAntony Pavlov2017-03-301-1/+1
| |/
* / net: macb: Add DT supportAndrey Smirnov2017-03-301-14/+42
|/
* efi: move x86 efi boot support to x86 archJean-Christophe PLAGNIOL-VILLARD2017-02-271-1/+1
* efi: move bus driver to driver/efiJean-Christophe PLAGNIOL-VILLARD2017-02-241-2/+2
* net/phy: marvell: add support for 88e1510 to marvell phy driverUwe Kleine-König2017-01-131-3/+201
* net/phy: marvell: improve config_aneg for 88E1121R and 88E1318SUwe Kleine-König2017-01-131-2/+76
* net/phy: marvell: align definition of MII_88E1121_PHY_MSCR to Linux driverUwe Kleine-König2017-01-131-3/+3
* net/phy: marvell: change spacing to be more similar to the Linux driverUwe Kleine-König2017-01-131-28/+28
* net/phy: marvell: rename phy_driver array to match Linux driverUwe Kleine-König2017-01-131-2/+3
* net/phy: marvell: 88E1540 LED registers already exist on 88E1121Uwe Kleine-König2017-01-131-5/+5
* net/phy: marvell: rename 88E1545 to 88E1540Uwe Kleine-König2017-01-131-2/+2
* i.MX: fec: Add support for Vybrid variantAndrey Smirnov2017-01-111-0/+3
* i.MX: fec: Enable all clocks specified for FECAndrey Smirnov2017-01-112-11/+70
* net: e1000: don't try to register eeprom if MTD support is missingLucas Stach2017-01-091-4/+7
* Merge branch 'for-next/net'Sascha Hauer2016-11-141-4/+8
|\
| * net/designware: add explicit reset of {tx|rx}_currdescnumIan Abbott2016-11-091-0/+2
| * net: designware: Respect "bus mode" register contents on SW resetIan Abbott2016-11-091-1/+1
| * net/designware: Do not select MIIPORT for RGMII interfaceIan Abbott2016-11-091-1/+3
| * net/designware: Consecutive writes to the same register to be avoidedIan Abbott2016-11-091-2/+2
* | Merge branch 'for-next/misc'Sascha Hauer2016-11-142-1/+6
|\ \ | |/ |/|
| * net: phy: micrel: Do not overwrite reserved bitsSascha Hauer2016-11-081-1/+5
| * net: e1000: set edev parent pointerLucas Stach2016-11-031-0/+1
* | net: e1000: fix i210 register remappingLucas Stach2016-11-031-3/+2
|/
* Merge branch 'for-next/mvebu'Sascha Hauer2016-10-101-0/+1
|\
| * net: mvneta: clean txdesc before usageUwe Kleine-König2016-09-161-0/+1