summaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000.c
Commit message (Expand)AuthorAgeFilesLines
* net: e1000: Add missing address translationsStefan Roese2021-01-271-5/+5
* net: e1000: Use virt_to_phys() instead of pci_virt_to_mem()Stefan Roese2021-01-271-7/+1
* net: e1000: Remove unused bus_to_phys() macroStefan Roese2021-01-271-2/+0
* net: e1000: implement eth_write_hwaddr for DM_ETHIan Ray2021-01-191-3/+14
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-3/+3
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* net: e1000: add defaults for i210 TX/RX PBSIZEChristian Gmeiner2020-10-141-0/+5
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-2/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-2/+3
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+2
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-1/+1
* net: e1000: Fix e1000_igb semaphore handlingBernhard Messerklinger2018-02-261-1/+1
* net: e1000: implement eth_write_hwaddrHannu Lounento2018-02-041-0/+40
* net: e1000: split e1000_read_mac_addrHannu Lounento2018-02-041-18/+63
* net: e1000: add support for writing to EEPROMHannu Lounento2018-02-041-2/+171
* net: e1000: fix indentationAndre Przywara2016-12-041-3/+2
* net: e1000: Fix the build with driver model and SPI EEPROMAlban Bedel2016-08-151-1/+5
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2016-02-081-1/+1
|\
| * Use correct spelling of "U-Boot"Bin Meng2016-02-061-1/+1
* | net: e1000: Convert to use DM PCI APIBin Meng2016-02-051-1/+74
|/
* Merge git://git.denx.de/u-boot-netTom Rini2016-01-131-76/+1
|\
| * net: e1000: Remove CONFIG_MVBC_1GBin Meng2015-12-211-2/+0
| * net: e1000: Remove dead codes wrapped by #if 0Bin Meng2015-12-211-74/+1
* | dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass2016-01-121-2/+2
* | net: e1000: use correct helper to do endianness conversionMiao Yan2016-01-041-2/+2
|/
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* net: e1000: Fix build warnings for 32-bitBin Meng2015-08-261-4/+5
* net: e1000: Add Kconfig optionsSimon Glass2015-08-211-7/+0
* net: e1000: Convert to driver modelSimon Glass2015-08-211-0/+137
* net: e1000: Prepare for driver model conversionSimon Glass2015-08-211-200/+244
* net: e1000: Move #include of common.h to the C filesSimon Glass2015-08-211-0/+1
* net: e1000: Support 64-bit physical addressMingkai Hu2015-08-211-4/+4
* net: e1000: Increase autoneg timeout to 8 secondsStefan Roese2015-08-121-1/+1
* e1000: remove unnecessary clearing of SWSM.SWSM_SMBITim Harvey2015-08-111-4/+0
* Revert "e1000: fix sw fw sync on igb i210/i211"Tim Harvey2015-08-111-4/+2
* e1000: releasing semaphore once no longer neededTim Harvey2015-08-111-0/+22
* drivers/net/e1000.c: Cleanup whitespaceMinghuan Lian2015-04-231-4/+4
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-1/+1
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-181-1/+1
* drivers/net/e1000.c: fix compile warning under 64bit modeMinghuan Lian2015-01-301-14/+17
* e1000: add i211 and unprogrammed i210/i211 supportMarcel Ziswiler2014-10-281-0/+6
* e1000: fix sw fw sync on igb i210/i211Marcel Ziswiler2014-10-271-2/+4
* net/e1000: Fix EEPROM access errorYork Sun2014-10-271-1/+1
* e1000: fix no nvm buildMarcel Ziswiler2014-09-241-0/+2
* e1000: add i210 supportMarek Vasut2014-08-211-27/+168