aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/e1000_82575.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-24igb: Add Anti-spoofing feature supportGreg Rose1-0/+33
2010-12-24igb: Some fine tuningGasparakis, Joseph1-1/+3
2010-09-22igb: Add support for DH89xxCCJoseph Gasparakis1-2/+16
2010-08-03igb: Program MDICNFG register prior to PHY initAlexander Duyck1-7/+11
2010-07-26igb: restore EEPROM values of MDICNFG on reset with 82580Nick Nunley1-0/+41
2010-07-26igb: add support for SGMII-based MDIO PHYsNick Nunley1-17/+65
2010-07-01igb: fix PHY config access on 82580Nick Nunley1-0/+8
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-22igb: add support for Intel I350 Gigabit Network ConnectionAlexander Duyck1-2/+11
2010-03-22igb: Do not overwrite mdicnfg register when accessing 82580 phyAlexander Duyck1-20/+0
2010-03-19igb: Add support for 82576 ET2 Quad Port Server AdapterCarolyn Wyborny1-0/+1
2010-02-17igb: Power down link when interface is downNick Nunley1-0/+44
2010-02-17igb: ignore EEPROM APME check when shutting down serdes linkNick Nunley1-19/+2
2009-12-23igb: do not force pcs link when in KX modeAlexander Duyck1-3/+1
2009-11-20igb: add support for 82580 MACAlexander Duyck1-36/+266
2009-10-06igb: move the generic copper link setup code into e1000_phy.cAlexander Duyck1-39/+1
2009-10-06igb: change how we handle alternate mac addressesAlexander Duyck1-2/+11
2009-10-06igb: add support for 82576NS SerDes adapterAlexander Duyck1-0/+1
2009-10-06igb: make use of the uta to allow for promiscous mode filterAlexander Duyck1-0/+5
2009-10-06igb: add locking to reads of the i2c interfaceAlexander Duyck1-65/+20
2009-10-06igb: update the approach taken to acquiring and releasing the phy lockAlexander Duyck1-4/+7
2009-10-06igb: update comments for serdes config and update to handle duplexAlexander Duyck1-17/+38
2009-10-06igb: remove unused temp variable from stats clearing pathAlexander Duyck1-49/+47
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