aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/e1000_mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-06igb: add flushes between RAR writes when setting mac addressAlexander Duyck1-0/+7
2009-10-06igb: change how we handle alternate mac addressesAlexander Duyck1-8/+9
2009-10-06igb: remove unused temp variable from stats clearing pathAlexander Duyck1-39/+37
2009-09-21igb: resolve namespacecheck warning for igb_hash_mc_addrAlexander Duyck1-36/+36
2009-07-26igb: cleanup flow control configuration to make requested/current more clearAlexander Duyck1-22/+28
2009-07-26igb: cleanup receive address register initializationAlexander Duyck1-0/+25
2009-07-26igb: move all multicast addresses into multicast table arrayAlexander Duyck1-0/+35
2009-07-26igb: add completion timeout workaround for 82575/82576Alexander Duyck1-14/+0
2009-07-26igb: make serdes power down available for 82575 in addition to 82576 partsAlexander Duyck1-3/+11
2009-07-26igb: remove media type fiber as it is misleadingAlexander Duyck1-26/+11
2009-04-11igb: fix unused external references introduced with sr-iov changesAlexander Duyck1-1/+1
2009-03-14igb: correct typo that was setting vfta mask to 1Alexander Duyck1-1/+1
2009-03-14igb: add PF to poolAlexander Duyck1-7/+14
2009-02-20igb: Add support for enabling VFs to PF driver.Alexander Duyck1-0/+24
2009-02-07igb: update version number and copyright datesAlexander Duyck1-1/+1
2009-02-07igb: remove disable_av variable from mac_info structAlexander Duyck1-1/+2
2009-02-07igb: rename nvm opsAlexander Duyck1-5/+4
2009-02-07igb: rename phy opsAlexander Duyck1-4/+4
2009-02-07igb: make dev_spec a union and remove dynamic allocationAlexander Duyck1-13/+0
2008-12-26drivers/net/igb: remove dead code (function 'igb_read_pci_cfg')Hannes Eder1-7/+0
2008-12-10igb: Correctly determine pci-e function number in virtual environmentAlexander Duyck1-12/+6
2008-08-07igb: remove three redundant functions left in the codeAlexander Duyck1-82/+0
2008-08-07igb: correct issue of set_mta member of mac.ops not being populatedAlexander Duyck1-1/+1
2008-07-11igb: add 82576 MAC supportAlexander Duyck1-2/+1
2008-07-04igb: eliminate hw from the hw_dbg macro argumentsAuke Kok1-38/+37
2008-07-04igb: cleanup function header commentsJeff Kirsher1-33/+33
2008-01-28igb: PCI-Express 82575 Gigabit Ethernet driverAuke Kok1-0/+1505