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