summaryrefslogtreecommitdiff
path: root/drivers/net/e1000.c
AgeCommit message (Expand)Author
2016-12-04net: e1000: fix indentationAndre Przywara
2016-08-15net: e1000: Fix the build with driver model and SPI EEPROMAlban Bedel
2016-02-08Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini
2016-02-06Use correct spelling of "U-Boot"Bin Meng
2016-02-05net: e1000: Convert to use DM PCI APIBin Meng
2016-01-14Merge git://git.denx.de/u-boot-netTom Rini
2016-01-12dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass
2016-01-04net: e1000: use correct helper to do endianness conversionMiao Yan
2015-12-22net: e1000: Remove CONFIG_MVBC_1GBin Meng
2015-12-22net: e1000: Remove dead codes wrapped by #if 0Bin Meng
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-08-26net: e1000: Fix build warnings for 32-bitBin Meng
2015-08-21net: e1000: Add Kconfig optionsSimon Glass
2015-08-21net: e1000: Convert to driver modelSimon Glass
2015-08-21net: e1000: Prepare for driver model conversionSimon Glass
2015-08-21net: e1000: Move #include of common.h to the C filesSimon Glass
2015-08-21net: e1000: Support 64-bit physical addressMingkai Hu
2015-08-12net: e1000: Increase autoneg timeout to 8 secondsStefan Roese
2015-08-11e1000: remove unnecessary clearing of SWSM.SWSM_SMBITim Harvey
2015-08-11Revert "e1000: fix sw fw sync on igb i210/i211"Tim Harvey
2015-08-11e1000: releasing semaphore once no longer neededTim Harvey
2015-04-23drivers/net/e1000.c: Cleanup whitespaceMinghuan Lian
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger
2015-01-30drivers/net/e1000.c: fix compile warning under 64bit modeMinghuan Lian
2014-10-28e1000: add i211 and unprogrammed i210/i211 supportMarcel Ziswiler
2014-10-27e1000: fix sw fw sync on igb i210/i211Marcel Ziswiler
2014-10-27net/e1000: Fix EEPROM access errorYork Sun
2014-09-24e1000: fix no nvm buildMarcel Ziswiler
2014-08-21e1000: add i210 supportMarek Vasut
2014-08-21e1000: Implement dcache supportMarek Vasut
2014-04-18e1000: remove redundant assignmentDavid Müller (ELSOFT AG)
2013-11-22drivers/net/e1000: Introduce CONFIG_E1000_NO_NVMRojhalat Ibrahim
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-04-01Consolidate bool typeYork Sun
2012-12-15e1000e : Correct Rx Threshold granularityRuchika Gupta
2012-10-15ppc4xx: Remove AP1000 board supportStefan Roese
2012-05-22drivers/net/e1000.c: Fix compile warningJoe Hershberger
2011-12-20drivers/net/e1000.c: Fix GCC 4.6 build warningsAnatolij Gustschin
2011-11-17e1000: fix unused variable waring for e1000 driverZang Roy-R61911
2011-11-03e1000: fix bugs from recent commitsWolfgang Denk
2011-10-27e1000: Allow direct access to the E1000 SPI EEPROM deviceKyle Moffett
2011-10-27e1000: Export core EEPROM access functions for SPI supportKyle Moffett
2011-10-27e1000: Rewrite EEPROM checksum error to give more informationKyle Moffett
2011-10-27e1000: Restructure and streamline PCI device probingKyle Moffett
2011-10-27e1000: Clean up handling of dual-port NICs and support 82571Kyle Moffett
2011-10-21consolidate mdelay by providing a common function for all usersAnatolij Gustschin
2011-04-11Net: Add Intel E1000 82574L PCIe card supportRoy Zang
2010-11-26e1000: fix compile warningWolfgang Denk
2010-11-17net: e1000: typo using wrong argument to sizeofMatthew McClintock