summaryrefslogtreecommitdiff
path: root/drivers/net/e1000.c
AgeCommit message (Expand)AuthorFilesLines
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-28e1000: fix sw fw sync on igb i210/i211Marcel Ziswiler1-2/+4
2014-10-28net/e1000: Fix EEPROM access errorYork Sun1-1/+1
2014-09-25e1000: 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-19e1000: remove redundant assignmentDavid Müller (ELSOFT AG)1-1/+0
2013-11-23drivers/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-02Consolidate 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-21drivers/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-12Net: Add Intel E1000 82574L PCIe card supportRoy Zang1-8/+25
2010-11-27e1000: fix compile warningWolfgang Denk1-1/+2
2010-11-18net: e1000: typo using wrong argument to sizeofMatthew McClintock1-1/+1
2010-11-15net: e1000: Add initialized eth_device & e1000_hw structureKumar Gala1-0/+14
2009-12-14net: e1000: Add support for the Intel 82546GB controllerReinhard Arlt1-0/+1
2009-09-05Use different PBA value for E1000 PCI and PCIe cardsRoy Zang1-2/+10
2009-08-21e1000: fix PCI memory addressingTimur Tabi1-8/+9
2009-08-11Fix 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-03Moved 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
2008-06-10net: Conditional COBJS inclusion of network driversShinya Kuribayashi1-5/+0
2008-06-03E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop AdapterWolfgang Grandegger1-0/+2
2008-04-13Coding Style cleanup; update CHANGELOGWolfgang Denk1-77/+76
2008-03-30new PHY @ e1000 - 2nd tryAndre Schwarz1-3/+51
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD1-0/+3016