summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: smc911x: Add parsing devicetree optionsAlexander Shiyan2016-07-051-2/+15
* net: dm9k: Fix buswidth setting for platform data probeSascha Hauer2016-07-051-24/+18
* net: phy: make locally used of_phy_register_fixed_link() staticAntony Pavlov2016-06-161-1/+2
* Merge branch 'for-next/misc'Sascha Hauer2016-06-141-1/+1
|\
| * net: phy: micrel: KSZ9081/KSZ8091: Disable broadcast modeTeresa Remmet2016-05-131-1/+1
* | Merge branch 'for-next/e1000'Sascha Hauer2016-06-145-1019/+1931
|\ \
| * | e1000: Expose i210's external flash as MTDAndrey Smirnov2016-06-033-3/+423
| * | e1000: Expose i210's iNVM as a cdevAndrey Smirnov2016-06-032-0/+347
| * | e1000: Add a "poll register" functionAndrey Smirnov2016-06-032-0/+20
| * | e1000: Add EEPROM access locking for i210Andrey Smirnov2016-06-031-1/+18
| * | e1000: Properly release SW_FW_SYNC semaphore bitsAndrey Smirnov2016-06-032-0/+31
| * | e1000: Refactor Flash/EEPROM reading codeAndrey Smirnov2016-06-032-126/+195
| * | e1000: Remove unnecessary intializationAndrey Smirnov2016-06-031-4/+0
| * | e1000: Fix a bug in e1000_probe()Andrey Smirnov2016-06-033-4/+18
| * | e1000: Consolidate Microwire EEPROM init codeAndrey Smirnov2016-06-031-31/+21
| * | e1000: Consolidate SPI EEPROM init codeAndrey Smirnov2016-06-031-25/+21
| * | e1000: Simplify EEPROM init for e1000_igbAndrey Smirnov2016-06-031-3/+0
| * | e1000: Simplify EEPROM init for e1000_80003es2lanAndrey Smirnov2016-06-031-7/+0
| * | e1000: Remove 'page_size'Andrey Smirnov2016-06-032-22/+11
| * | e1000: Remove 'use_eewr' parameterAndrey Smirnov2016-06-032-8/+0
| * | e1000: Consolidate register offset fixupsAndrey Smirnov2016-06-034-22/+41
| * | e1000: Remove unneeded i210 specific register codeAndrey Smirnov2016-06-033-24/+8
| * | e1000: Do not read same register twiceAndrey Smirnov2016-06-031-6/+0
| * | e1000: Remove unnecessary variableAndrey Smirnov2016-06-031-2/+1
| * | e1000: Fix a bug in e1000_detect_gig_phyAndrey Smirnov2016-06-031-1/+1
| * | e1000: Convert E1000_*_REG macros to functionsAndrey Smirnov2016-06-035-266/+293
| * | e1000: Include <net.h> in e1000.hAndrey Smirnov2016-06-033-2/+1
| * | e1000: Split driver into multiple filesAndrey Smirnov2016-06-034-777/+796
| |/
* / Fix genphy_restart_aneg() for Micrel's ksz9031.grodriguez2016-06-141-1/+8
|/
* Merge branch 'for-next/misc'Sascha Hauer2016-05-094-11/+44
|\
| * net: phy: Add fixed link supportSascha Hauer2016-05-091-8/+41
| * whole tree: remove trailing whitespacesDu Huanpeng2016-04-213-3/+3
* | Merge branch 'for-next/include-pdata'Sascha Hauer2016-05-098-8/+8
|\ \
| * | include: Move smc911x eth platform_data to include/platform_dataSascha Hauer2016-04-151-1/+1
| * | include: Move dm9000 eth platform_data to include/platform_dataSascha Hauer2016-04-151-1/+1
| * | include: Move fec eth platform_data to include/platform_dataSascha Hauer2016-04-152-2/+2
| * | include: Move davinci emac platform_data to include/platform_dataSascha Hauer2016-04-151-1/+1
| * | include: Move designware eth platform_data to include/platform_dataSascha Hauer2016-04-151-1/+1
| * | include: Move smc91111 eth platform_data to include/platform_dataSascha Hauer2016-04-151-1/+1
| * | include: Move ep93xx eth platform_data to include/platform_dataSascha Hauer2016-04-151-1/+1
| |/
* / string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-1/+1
|/
* fec_imx: Unregister MDIO when probe failsAndrey Smirnov2016-03-171-2/+4
* fec_imx: Deallocate DMA buffers when probe failsAndrey Smirnov2016-03-171-4/+17
* fec_imx: Implement reset timeoutAndrey Smirnov2016-03-171-1/+6
* fec_imx: Use FEC_ECNTRL_RESET instead of a magic numberAndrey Smirnov2016-03-161-1/+1
* fec_imx: Free phy_reset GPIO if when probe failsAndrey Smirnov2016-03-161-2/+5
* fec_imx: Deallocate I/O resources if probe failsAndrey Smirnov2016-03-161-5/+9
* fec_imx: Deallocate clocks when probe failsAndrey Smirnov2016-03-161-4/+10
* Merge branch 'for-next/misc'Sascha Hauer2016-03-112-8/+16
|\
| * EP93xx eth: allow passing of phy config via platform dataAlexander Kurz2016-02-252-2/+14