aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/e1000.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-28e1000: Clean up handling of dual-port NICs and support 82571Kyle Moffett1-33/+33
2011-10-22consolidate mdelay by providing a common function for all usersAnatolij Gustschin1-1/+0
2011-04-11Net: Add Intel E1000 82574L PCIe card supportRoy Zang1-8/+25
2010-11-26e1000: fix compile warningWolfgang Denk1-1/+2
2010-11-17net: e1000: typo using wrong argument to sizeofMatthew McClintock1-1/+1
2010-11-14net: e1000: Add initialized eth_device & e1000_hw structureKumar Gala1-0/+14
2009-12-13net: e1000: Add support for the Intel 82546GB controllerReinhard Arlt1-0/+1
2009-09-04Use different PBA value for E1000 PCI and PCIe cardsRoy Zang1-2/+10
2009-08-21e1000: fix PCI memory addressingTimur Tabi1-8/+9
2009-08-10Fix E1000 build warning on AP1000 boardRoy Zang1-44/+44
2009-08-08Add Intel E1000 PCIE card supportRoy Zang1-467/+2631
2009-01-27drivers/net/e1000.c: missing terminator for supported devicesStefan Althoefer1-0/+1
2008-09-02Moved initialization of E1000 Ethernet controller to board_eth_init()Ben Warren1-1/+1
2008-08-06Fix merge problemsStefan Roese1-6/+7
2008-07-10e1000: add support for 82545GM 64bit PCI-X copper variantPaul Gortmaker1-0/+2