summaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/e1000_mac.c
AgeCommit message (Expand)AuthorLines
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher-1421/+0
2011-07-11igb: Update copyright on all igb driver files.Carolyn Wyborny-1/+1
2011-07-04net: igb: Use is_multicast_ether_addr helperTobias Klauser-1/+2
2011-03-31Fix common misspellingsLucas De Marchi-2/+2
2010-04-27igb: add support for reporting 5GT/s during probe on PCIe Gen2Alexander Duyck-7/+20
2010-03-27igb: use correct bits to identify if managability is enabledAlexander Duyck-3/+3
2010-02-17igb: remove adaptive IFS from driverNick Nunley-70/+0
2009-10-06igb: add flushes between RAR writes when setting mac addressAlexander Duyck-0/+7
2009-10-06igb: change how we handle alternate mac addressesAlexander Duyck-8/+9
2009-10-06igb: remove unused temp variable from stats clearing pathAlexander Duyck-39/+37
2009-09-21igb: resolve namespacecheck warning for igb_hash_mc_addrAlexander Duyck-36/+36
2009-07-26igb: cleanup flow control configuration to make requested/current more clearAlexander Duyck-22/+28
2009-07-26igb: cleanup receive address register initializationAlexander Duyck-0/+25
2009-07-26igb: move all multicast addresses into multicast table arrayAlexander Duyck-0/+35
2009-07-26igb: add completion timeout workaround for 82575/82576Alexander Duyck-14/+0
2009-07-26igb: make serdes power down available for 82575 in addition to 82576 partsAlexander Duyck-3/+11
2009-07-26igb: remove media type fiber as it is misleadingAlexander Duyck-26/+11
2009-04-11igb: fix unused external references introduced with sr-iov changesAlexander Duyck-1/+1
2009-03-14igb: correct typo that was setting vfta mask to 1Alexander Duyck-1/+1
2009-03-14igb: add PF to poolAlexander Duyck-7/+14
2009-02-20igb: Add support for enabling VFs to PF driver.Alexander Duyck-0/+24
2009-02-07igb: update version number and copyright datesAlexander Duyck-1/+1
2009-02-07igb: remove disable_av variable from mac_info structAlexander Duyck-1/+2
2009-02-07igb: rename nvm opsAlexander Duyck-5/+4
2009-02-07igb: rename phy opsAlexander Duyck-4/+4
2009-02-07igb: make dev_spec a union and remove dynamic allocationAlexander Duyck-13/+0
2008-12-26drivers/net/igb: remove dead code (function 'igb_read_pci_cfg')Hannes Eder-7/+0
2008-12-10igb: Correctly determine pci-e function number in virtual environmentAlexander Duyck-12/+6
2008-08-07igb: remove three redundant functions left in the codeAlexander Duyck-82/+0
2008-08-07igb: correct issue of set_mta member of mac.ops not being populatedAlexander Duyck-1/+1
2008-07-11igb: add 82576 MAC supportAlexander Duyck-2/+1
2008-07-04igb: eliminate hw from the hw_dbg macro argumentsAuke Kok-38/+37
2008-07-04igb: cleanup function header commentsJeff Kirsher-33/+33
2008-01-28igb: PCI-Express 82575 Gigabit Ethernet driverAuke Kok-0/+1505