aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/e1000.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk1-4/+0
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-06-18net: e1000: do not attempt to set hwaddr for i210 without FLASHTim Harvey1-0/+4
2021-01-27net: e1000: Add missing address translationsStefan Roese1-5/+5
2021-01-27net: e1000: Use virt_to_phys() instead of pci_virt_to_mem()Stefan Roese1-7/+1
2021-01-27net: e1000: Remove unused bus_to_phys() macroStefan Roese1-2/+0
2021-01-19net: e1000: implement eth_write_hwaddr for DM_ETHIan Ray1-3/+14
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-3/+3
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-10-14net: e1000: add defaults for i210 TX/RX PBSIZEChristian Gmeiner1-0/+5
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-2/+3
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+2
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-1/+1
2018-02-26net: e1000: Fix e1000_igb semaphore handlingBernhard Messerklinger1-1/+1
2018-02-04net: e1000: implement eth_write_hwaddrHannu Lounento1-0/+40
2018-02-04net: e1000: split e1000_read_mac_addrHannu Lounento1-18/+63
2018-02-04net: e1000: add support for writing to EEPROMHannu Lounento1-2/+171
2016-12-04net: e1000: fix indentationAndre Przywara1-3/+2
2016-08-15net: e1000: Fix the build with driver model and SPI EEPROMAlban Bedel1-1/+5
2016-02-08Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini1-1/+1
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2016-02-05net: e1000: Convert to use DM PCI APIBin Meng1-1/+74
2016-01-13Merge git://git.denx.de/u-boot-netTom Rini1-76/+1
2016-01-12dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass1-2/+2
2016-01-04net: e1000: use correct helper to do endianness conversionMiao Yan1-2/+2
2015-12-21net: e1000: Remove CONFIG_MVBC_1GBin Meng1-2/+0
2015-12-21net: e1000: Remove dead codes wrapped by #if 0Bin Meng1-74/+1
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-08-26net: e1000: Fix build warnings for 32-bitBin Meng1-4/+5
2015-08-21net: e1000: Add Kconfig optionsSimon Glass1-7/+0
2015-08-21net: e1000: Convert to driver modelSimon Glass1-0/+137
2015-08-21net: e1000: Prepare for driver model conversionSimon Glass1-200/+244
2015-08-21net: e1000: Move #include of common.h to the C filesSimon Glass1-0/+1
2015-08-21net: e1000: Support 64-bit physical addressMingkai Hu1-4/+4
2015-08-12net: e1000: Increase autoneg timeout to 8 secondsStefan Roese1-1/+1
2015-08-11e1000: remove unnecessary clearing of SWSM.SWSM_SMBITim Harvey1-4/+0
2015-08-11Revert "e1000: fix sw fw sync on igb i210/i211"Tim Harvey1-4/+2
2015-08-11e1000: releasing semaphore once no longer neededTim Harvey1-0/+22
2015-04-23drivers/net/e1000.c: Cleanup whitespaceMinghuan Lian1-4/+4
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-1/+1
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-1/+1
2015-01-30drivers/net/e1000.c: fix compile warning under 64bit modeMinghuan Lian1-14/+17
2014-10-28e1000: add i211 and unprogrammed i210/i211 supportMarcel Ziswiler1-0/+6
2014-10-27e1000: fix sw fw sync on igb i210/i211Marcel Ziswiler1-2/+4