summaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* net: e1000: don't try to register eeprom if MTD support is missingLucas Stach2017-01-091-4/+7
* Merge branch 'for-next/misc'Sascha Hauer2016-11-141-0/+1
|\
| * net: e1000: set edev parent pointerLucas Stach2016-11-031-0/+1
* | net: e1000: fix i210 register remappingLucas Stach2016-11-031-3/+2
|/
* 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-034-265/+292
* e1000: Include <net.h> in e1000.hAndrey Smirnov2016-06-033-2/+1
* e1000: Split driver into multiple filesAndrey Smirnov2016-06-033-0/+6567