summaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/e1000_mac.c
Commit message (Expand)AuthorAgeFilesLines
* igb: add support for reporting 5GT/s during probe on PCIe Gen2Alexander Duyck2010-04-271-7/+20
* igb: use correct bits to identify if managability is enabledAlexander Duyck2010-03-271-3/+3
* igb: remove adaptive IFS from driverNick Nunley2010-02-171-70/+0Star
* igb: add flushes between RAR writes when setting mac addressAlexander Duyck2009-10-061-0/+7
* igb: change how we handle alternate mac addressesAlexander Duyck2009-10-061-8/+9
* igb: remove unused temp variable from stats clearing pathAlexander Duyck2009-10-061-39/+37Star
* igb: resolve namespacecheck warning for igb_hash_mc_addrAlexander Duyck2009-09-211-36/+36
* igb: cleanup flow control configuration to make requested/current more clearAlexander Duyck2009-07-261-22/+28
* igb: cleanup receive address register initializationAlexander Duyck2009-07-261-0/+25
* igb: move all multicast addresses into multicast table arrayAlexander Duyck2009-07-261-0/+35
* igb: add completion timeout workaround for 82575/82576Alexander Duyck2009-07-261-14/+0Star
* igb: make serdes power down available for 82575 in addition to 82576 partsAlexander Duyck2009-07-261-3/+11
* igb: remove media type fiber as it is misleadingAlexander Duyck2009-07-261-26/+11Star
* igb: fix unused external references introduced with sr-iov changesAlexander Duyck2009-04-111-1/+1
* igb: correct typo that was setting vfta mask to 1Alexander Duyck2009-03-141-1/+1
* igb: add PF to poolAlexander Duyck2009-03-141-7/+14
* igb: Add support for enabling VFs to PF driver.Alexander Duyck2009-02-201-0/+24
* igb: update version number and copyright datesAlexander Duyck2009-02-071-1/+1
* igb: remove disable_av variable from mac_info structAlexander Duyck2009-02-071-1/+2
* igb: rename nvm opsAlexander Duyck2009-02-071-5/+4Star
* igb: rename phy opsAlexander Duyck2009-02-071-4/+4
* igb: make dev_spec a union and remove dynamic allocationAlexander Duyck2009-02-071-13/+0Star
* drivers/net/igb: remove dead code (function 'igb_read_pci_cfg')Hannes Eder2008-12-261-7/+0Star
* igb: Correctly determine pci-e function number in virtual environmentAlexander Duyck2008-12-101-12/+6Star
* igb: remove three redundant functions left in the codeAlexander Duyck2008-08-071-82/+0Star
* igb: correct issue of set_mta member of mac.ops not being populatedAlexander Duyck2008-08-071-1/+1
* igb: add 82576 MAC supportAlexander Duyck2008-07-111-2/+1Star
* igb: eliminate hw from the hw_dbg macro argumentsAuke Kok2008-07-041-38/+37Star
* igb: cleanup function header commentsJeff Kirsher2008-07-041-33/+33
* igb: PCI-Express 82575 Gigabit Ethernet driverAuke Kok2008-01-291-0/+1505