summaryrefslogtreecommitdiffstats
path: root/drivers/net/igb
AgeCommit message (Expand)AuthorLines
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher-18869/+0
2011-08-04igb: fix WOL on second port of i350 deviceCarolyn Wyborny-1/+1
2011-08-04intel drivers: repair missing flush operationsJesse Brandeburg-0/+8
2011-07-23igb: remove duplicated #includeHuang Weiyi-1/+0
2011-07-21igb: Fix for DH89xxCC near end loopback testRobert Healy-0/+43
2011-07-21igb: do vlan cleanupJiri Pirko-47/+47
2011-07-11igb: Add support of SerDes Forced mode for certain hardwareCarolyn Wyborny-4/+22
2011-07-11igb: Update copyright on all igb driver files.Carolyn Wyborny-17/+17
2011-07-11igb: Fix lack of flush after register write and before delayCarolyn Wyborny-0/+1
2011-07-04net: igb: Use is_multicast_ether_addr helperTobias Klauser-1/+2
2011-06-27igb: remove unnecessary reads of PCI_CAP_ID_EXPJon Mason-2/+2
2011-06-21igb: convert to ndo_fix_featuresMichał Mirosław-74/+26
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+3
2011-06-09igb: Change version to remove number after -k in kernel versions.Carolyn Wyborny-2/+1
2011-06-07igb: fix i350 SR-IOV failtureWilliams, Mitch A-0/+3
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker-0/+1
2011-05-07igb: convert to ethtool set_phys_idJeff Kirsher-18/+19
2011-05-04igb: Add check for invalid size to igb_get_invariants_82575()Carolyn Wyborny-0/+8
2011-04-29net/igb/e1000/e1000e: more robust ethtool duplex/speed configurationDavid Decotigny-10/+17
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny-4/+4
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny-1/+2
2011-04-13igb: introduce igb_thermal_sensor_event for sensor checkingStefan Assmann-33/+34
2011-04-13igb: fix typo in igb_validate_nvm_checksum_82580Stefan Assmann-1/+2
2011-03-31Fix common misspellingsLucas De Marchi-10/+10
2011-03-14igb: Add messaging for thermal sensor events on i350 devicesCarolyn Wyborny-1/+44
2011-03-14igb: fix hw timestampingAnders Berggren-1/+4
2011-03-12igb: Bump version to 3.0.6Carolyn Wyborny-1/+6
2011-03-12igb: Add DMA Coalescing feature to driverCarolyn Wyborny-1/+106
2011-03-12igb: Update NVM functions to work with i350 devicesCarolyn Wyborny-8/+306
2011-03-12igb: Add Energy Efficient Ethernet (EEE) for i350 devices.Carolyn Wyborny-2/+65
2011-03-07igb: Add stats output for OS2BMC feature on i350 devicesCarolyn Wyborny-1/+29
2011-03-03igb: Fix strncpy calls to be safe per source code review toolsCarolyn Wyborny-4/+7
2011-03-03igb: Fix reg pattern test in ethtool for i350 devicesCarolyn Wyborny-1/+1
2011-03-03igb: warn if max_vfs limit is exceededStefan Assmann-1/+6
2011-02-24igb: update version stringCarolyn Wyborny-1/+1
2011-02-24igb: Update Intel copyright notice for driver source.Carolyn Wyborny-1/+1
2011-02-24igb: add support for VF Transmit rate limit using iproute2Lior Levy-2/+99
2011-02-11igb: Enable PF side of SR-IOV support for i350 devicesCarolyn Wyborny-24/+33
2011-01-24igb: Add support for i340 Quad Port Fiber AdapterCarolyn Wyborny-0/+3
2010-12-24igb: Add Anti-spoofing feature supportGreg Rose-0/+87
2010-12-24igb: Some fine tuningGasparakis, Joseph-3/+9
2010-12-24igb: Warn on attempt to override administratively set MAC/VLANGreg Rose-3/+14
2010-12-24igb: Fix overwrite of the VF's flagsGreg Rose-4/+4
2010-12-12igb[v],ixgbe: don't use flush_scheduled_work()Tejun Heo-3/+6
2010-12-10igb: Add new function to read part number from EEPROM in string formatCarolyn Wyborny-11/+102
2010-12-10Intel Wired LAN drivers: Use static constJeff Kirsher-5/+6
2010-11-27drivers/net: use vzalloc()Eric Dumazet-4/+2
2010-10-27igb: Fix unused variable warning.Jesse Gross-1/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-1/+1
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross-1/+1