summaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/e1000_82575.c
Commit message (Expand)AuthorAgeFilesLines
* igb: Enable PF side of SR-IOV support for i350 devicesCarolyn Wyborny2011-02-111-2/+8
* igb: Add support for i340 Quad Port Fiber AdapterCarolyn Wyborny2011-01-241-0/+1
* igb: Add Anti-spoofing feature supportGreg Rose2010-12-251-0/+33
* igb: Some fine tuningGasparakis, Joseph2010-12-251-1/+3
* igb: Add support for DH89xxCCJoseph Gasparakis2010-09-231-2/+16
* igb: Program MDICNFG register prior to PHY initAlexander Duyck2010-08-041-7/+11
* igb: restore EEPROM values of MDICNFG on reset with 82580Nick Nunley2010-07-271-0/+41
* igb: add support for SGMII-based MDIO PHYsNick Nunley2010-07-271-17/+65
* igb: fix PHY config access on 82580Nick Nunley2010-07-021-0/+8
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-2/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-1/+0Star
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0Star
* | igb: add support for Intel I350 Gigabit Network ConnectionAlexander Duyck2010-03-231-2/+11
* | igb: Do not overwrite mdicnfg register when accessing 82580 phyAlexander Duyck2010-03-231-20/+0Star
|/
* igb: Add support for 82576 ET2 Quad Port Server AdapterCarolyn Wyborny2010-03-201-0/+1
* igb: Power down link when interface is downNick Nunley2010-02-171-0/+44
* igb: ignore EEPROM APME check when shutting down serdes linkNick Nunley2010-02-171-19/+2Star
* igb: do not force pcs link when in KX modeAlexander Duyck2009-12-241-3/+1Star
* igb: add support for 82580 MACAlexander Duyck2009-11-201-36/+266
* igb: move the generic copper link setup code into e1000_phy.cAlexander Duyck2009-10-061-39/+1Star
* 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/+20Star
* 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/+47Star
* igb: reset sgmii phy at start of initAlexander Duyck2009-09-151-106/+92Star
* 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/+4Star
* igb: move all multicast addresses into multicast table arrayAlexander Duyck2009-07-261-59/+0Star
* igb: add completion timeout workaround for 82575/82576Alexander Duyck2009-07-261-0/+58
* igb: do not overwrite EEPROM LED settingsAlexander Duyck2009-07-261-6/+1Star
* igb: change configure_pcs_link to void since it always returns 0Alexander Duyck2009-07-261-9/+4Star
* igb: make serdes power down available for 82575 in addition to 82576 partsAlexander Duyck2009-07-261-6/+1Star
* igb: remove media type fiber as it is misleadingAlexander Duyck2009-07-261-2/+1Star
* 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/+5Star
* 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/+0Star