aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/e1000_82575.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-14igb: reset sgmii phy at start of initAlexander Duyck1-106/+92
2009-07-26igb: initialize mailbox function pointers prior to phy initAlexander Duyck1-4/+4
2009-07-26igb: add support for 82576 mezzanine cardAlexander Duyck1-0/+1
2009-07-26igb: cleanup receive address register initializationAlexander Duyck1-35/+4
2009-07-26igb: move all multicast addresses into multicast table arrayAlexander Duyck1-59/+0
2009-07-26igb: add completion timeout workaround for 82575/82576Alexander Duyck1-0/+58
2009-07-26igb: do not overwrite EEPROM LED settingsAlexander Duyck1-6/+1
2009-07-26igb: change configure_pcs_link to void since it always returns 0Alexander Duyck1-9/+4
2009-07-26igb: make serdes power down available for 82575 in addition to 82576 partsAlexander Duyck1-6/+1
2009-07-26igb: remove media type fiber as it is misleadingAlexander Duyck1-2/+1
2009-07-08igb: set lan id prior to configuring phyAlexander Duyck1-0/+4
2009-03-14igb: add support for 82576 quad copper adapterAlexander Duyck1-0/+1
2009-03-14igb: add support for another dual port 82576 non-security nicAlexander Duyck1-0/+1
2009-02-20igb: Add support for enabling VFs to PF driver.Alexander Duyck1-0/+42
2009-02-07igb: update version number and copyright datesAlexander Duyck1-1/+1
2009-02-07igb: rename igb_update_mc_addr_list_82575 to not include the 82575Alexander Duyck1-4/+4
2009-02-07igb: rename nvm opsAlexander Duyck1-4/+4
2009-02-07igb: rename phy opsAlexander Duyck1-19/+19
2009-02-07igb: make dev_spec a union and remove dynamic allocationAlexander Duyck1-29/+5
2009-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+9
2009-01-31igb: fix link reporting when using sgmiiAlexander Duyck1-2/+9
2009-01-21igb: make certain to power on optics for 82576 fiber nicsAlexander Duyck1-0/+7
2008-08-27igb: remove 82576 quad adapterAlexander Duyck1-1/+0
2008-08-07igb: remove three redundant functions left in the codeAlexander Duyck1-64/+0
2008-08-07igb: correct issue of set_mta member of mac.ops not being populatedAlexander Duyck1-1/+1
2008-08-07igb: fixes 82576 serdes init to correctly support manual flow control changesAlexander Duyck1-0/+6
2008-08-07igb: fix commentsAlexander Duyck1-1/+1
2008-07-11igb: add 82576 MAC supportAlexander Duyck1-13/+195
2008-07-04igb: fix init on 82575 with MNG enabledAlexander Duyck1-0/+73
2008-07-04igb: eliminate hw from the hw_dbg macro argumentsAuke Kok1-65/+50
2008-07-04igb: cleanup function header commentsJeff Kirsher1-24/+24
2008-07-04igb: limit EEPROM accessJeff Kirsher1-0/+4
2008-01-28igb: PCI-Express 82575 Gigabit Ethernet driverAuke Kok1-0/+1269