summaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000
Commit message (Expand)AuthorAgeFilesLines
* drivers: Make use of device_pci_driver()Andrey Smirnov2019-02-181-6/+1
* Merge branch 'for-next/lseek'Sascha Hauer2019-02-131-2/+0
|\
| * devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-291-2/+0
* | net/e1000: Do not hardcode TDBAH and RDBAH to 0Andrey Smirnov2019-02-111-4/+6
* | net/e1000: Improve RX buffer handling in e1000_fill_rx()Andrey Smirnov2019-02-111-8/+7
* | net/e1000: Consolidate next index calculation codeAndrey Smirnov2019-02-111-2/+7
* | net/e1000: Remove pointer arithmetic from e1000_fill_rx()Andrey Smirnov2019-02-111-2/+1
* | net/e1000: Rename fill_rx() to e1000_fill_rx()Andrey Smirnov2019-02-111-3/+3
* | net/e1000: Make use of readl_poll_timeout() in e1000_transmit()Andrey Smirnov2019-02-111-12/+8
* | net/e1000: Improve Tx descriptor handling in e1000_transmitAndrey Smirnov2019-02-111-6/+6
* | net/e1000: Remove pointer arithmetic in e1000_transmit()Andrey Smirnov2019-02-111-2/+1
* | net/e1000: Improve Rx descriptor handling in e1000_poll()Andrey Smirnov2019-02-111-4/+3
* | net/e1000: Get rid of pointer arithmetic in e1000_pollAndrey Smirnov2019-02-111-3/+1
* | net/e1000: Fix incorrect "Rx ready" checkAndrey Smirnov2019-02-111-8/+11
* | net/e1000: Fix debug print warningAndrey Smirnov2019-02-111-1/+2
* | net/e1000: Convert e1000_transmit to use dma_map_single()Andrey Smirnov2019-02-111-9/+12
* | net/e1000: Don't use coherent memory for Rx bufferAndrey Smirnov2019-02-112-4/+15
|/
* net/e1000: Only read EEPROM_INIT_CONTROL2_REG if it is neededAndrey Smirnov2018-12-171-15/+16
* net/e1000: Use dev_err to report errorAndrey Smirnov2018-12-171-35/+35
* net/e1000: Do not discard EEPROM error code in e1000_setup_link()Andrey Smirnov2018-12-171-3/+4
* net/e1000: Map custom error codes to more appropriate errno valuesAndrey Smirnov2018-12-171-13/+11
* Merge branch 'for-next/missing-prototypes'Sascha Hauer2018-12-071-2/+2
|\
| * net/e1000: Mark e1000_register_invm() staticAndrey Smirnov2018-11-191-1/+1
| * net/e1000: Mark e1000_igb_get_flash_size() staticAndrey Smirnov2018-11-191-1/+1
* | net: e1000: fix "Uninitialized variable: phy_data" warningOleksij Rempel2018-11-211-1/+1
* | e1000/flash: Increased erase timeoutMichael Schuhmacher2018-11-121-1/+1
|/
* drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-1/+1
* net/e1000: allow to overwrite flash size from device treeUwe Kleine-König2018-07-131-14/+42
* rename file_operations -> cdev_operationsSascha Hauer2018-04-061-2/+2
* 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/e1000: fix driver probing in the presence of two e1000 devicesUwe Kleine-König2018-01-171-0/+1
* 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
* e1000: Don't poll for FLSWCTL.GLDONE before starting a flash transactionUwe Kleine-König2017-10-161-11/+2