aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/e1000.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-27net/e1000: Fix EEPROM access errorYork Sun1-1/+1
2014-09-24e1000: fix no nvm buildMarcel Ziswiler1-0/+2
2014-08-21e1000: add i210 supportMarek Vasut1-27/+168
2014-08-21e1000: Implement dcache supportMarek Vasut1-22/+49
2014-04-18e1000: remove redundant assignmentDavid Müller (ELSOFT AG)1-1/+0
2013-11-22drivers/net/e1000: Introduce CONFIG_E1000_NO_NVMRojhalat Ibrahim1-5/+29
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-16/+1
2013-04-01Consolidate bool typeYork Sun1-60/+60
2012-12-15e1000e : Correct Rx Threshold granularityRuchika Gupta1-0/+10
2012-10-15ppc4xx: Remove AP1000 board supportStefan Roese1-41/+1
2012-05-22drivers/net/e1000.c: Fix compile warningJoe Hershberger1-3/+2
2011-12-20drivers/net/e1000.c: Fix GCC 4.6 build warningsAnatolij Gustschin1-1/+1
2011-11-17e1000: fix unused variable waring for e1000 driverZang Roy-R619111-3/+3
2011-11-03e1000: fix bugs from recent commitsWolfgang Denk1-0/+1
2011-10-28e1000: Allow direct access to the E1000 SPI EEPROM deviceKyle Moffett1-1/+65
2011-10-28e1000: Export core EEPROM access functions for SPI supportKyle Moffett1-17/+5
2011-10-28e1000: Rewrite EEPROM checksum error to give more informationKyle Moffett1-18/+28
2011-10-28e1000: Restructure and streamline PCI device probingKyle Moffett1-64/+62