summaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/e1000_82575.c
Commit message (Expand)AuthorAgeFilesLines
* igb: move the generic copper link setup code into e1000_phy.cAlexander Duyck2009-10-061-39/+1
* igb: change how we handle alternate mac addressesAlexander Duyck2009-10-061-2/+11
* igb: add support for 82576NS SerDes adapterAlexander Duyck2009-10-061-0/+1
* igb: make use of the uta to allow for promiscous mode filterAlexander Duyck2009-10-061-0/+5
* igb: add locking to reads of the i2c interfaceAlexander Duyck2009-10-061-65/+20
* igb: update the approach taken to acquiring and releasing the phy lockAlexander Duyck2009-10-061-4/+7
* igb: update comments for serdes config and update to handle duplexAlexander Duyck2009-10-061-17/+38
* igb: remove unused temp variable from stats clearing pathAlexander Duyck2009-10-061-49/+47
* igb: reset sgmii phy at start of initAlexander Duyck2009-09-141-106/+92
* igb: initialize mailbox function pointers prior to phy initAlexander Duyck2009-07-261-4/+4
* igb: add support for 82576 mezzanine cardAlexander Duyck2009-07-261-0/+1
* igb: cleanup receive address register initializationAlexander Duyck2009-07-261-35/+4
* igb: move all multicast addresses into multicast table arrayAlexander Duyck2009-07-261-59/+0
* igb: add completion timeout workaround for 82575/82576Alexander Duyck2009-07-261-0/+58
* igb: do not overwrite EEPROM LED settingsAlexander Duyck2009-07-261-6/+1
* igb: change configure_pcs_link to void since it always returns 0Alexander Duyck2009-07-261-9/+4
* igb: make serdes power down available for 82575 in addition to 82576 partsAlexander Duyck2009-07-261-6/+1
* igb: remove media type fiber as it is misleadingAlexander Duyck2009-07-261-2/+1
* igb: set lan id prior to configuring phyAlexander Duyck2009-07-081-0/+4
* igb: add support for 82576 quad copper adapterAlexander Duyck2009-03-141-0/+1
* igb: add support for another dual port 82576 non-security nicAlexander Duyck2009-03-141-0/+1
* igb: Add support for enabling VFs to PF driver.Alexander Duyck2009-02-201-0/+42
* igb: update version number and copyright datesAlexander Duyck2009-02-071-1/+1
* igb: rename igb_update_mc_addr_list_82575 to not include the 82575Alexander Duyck2009-02-071-4/+4
* igb: rename nvm opsAlexander Duyck2009-02-071-4/+4
* igb: rename phy opsAlexander Duyck2009-02-071-19/+19
* igb: make dev_spec a union and remove dynamic allocationAlexander Duyck2009-02-071-29/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-02-031-2/+9
|\
| * igb: fix link reporting when using sgmiiAlexander Duyck2009-01-311-2/+9
* | igb: make certain to power on optics for 82576 fiber nicsAlexander Duyck2009-01-211-0/+7
|/
* igb: remove 82576 quad adapterAlexander Duyck2008-08-271-1/+0
* igb: remove three redundant functions left in the codeAlexander Duyck2008-08-071-64/+0
* igb: correct issue of set_mta member of mac.ops not being populatedAlexander Duyck2008-08-071-1/+1
* igb: fixes 82576 serdes init to correctly support manual flow control changesAlexander Duyck2008-08-071-0/+6
* igb: fix commentsAlexander Duyck2008-08-071-1/+1
* igb: add 82576 MAC supportAlexander Duyck2008-07-111-13/+195
* igb: fix init on 82575 with MNG enabledAlexander Duyck2008-07-041-0/+73
* igb: eliminate hw from the hw_dbg macro argumentsAuke Kok2008-07-041-65/+50
* igb: cleanup function header commentsJeff Kirsher2008-07-041-24/+24
* igb: limit EEPROM accessJeff Kirsher2008-07-041-0/+4
* igb: PCI-Express 82575 Gigabit Ethernet driverAuke Kok2008-01-281-0/+1269
OpenPOWER on IntegriCloud