aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-27igb: Fix ethtool loopback test for 82580 copperTodd Fujinaka1-0/+3
2013-09-12igb: Read flow control for i350 from correct EEPROM sectionFujinaka, Todd1-1/+9
2013-09-12igb: Add additional get_phy_id call for i354 devicesCarolyn Wyborny1-0/+4
2013-09-04igb: Update version numberAkeem G Abodunrin1-1/+1
2013-09-04igb: Implementation to report advertised/supported link on i354 devicesAkeem G Abodunrin1-11/+15
2013-09-04igb: Get speed and duplex for 1G non_copper devicesAkeem G Abodunrin1-1/+26
2013-09-04igb: Support to get 2_5G link status for appropriate media typeAkeem G Abodunrin2-18/+18
2013-09-04igb: No PHPM support in i354 devicesAkeem G Abodunrin1-2/+9
2013-09-04igb: M88E1543 PHY downshift implementationAkeem G Abodunrin1-9/+20
2013-09-04igb: New PHY_ID for i354 deviceAkeem G Abodunrin3-14/+14
2013-09-04igb: Implementation of 1-sec delay for i210 devicesAkeem G Abodunrin2-3/+32
2013-09-04igb: Don't look for a PBA in the iNVM when flashlessTodd Fujinaka1-1/+8
2013-08-22igb: Expose RSS indirection table for ethtoolLaura Mihaela Vasilescu3-21/+97
2013-08-22igb: Add macro for size of RETA indirection tableLaura Mihaela Vasilescu2-1/+3
2013-08-22igb: Fix get_fw_version function for all partsCarolyn Wyborny4-44/+93
2013-08-22igb: Add device support for flashless SKU of i210 deviceCarolyn Wyborny4-2/+19
2013-08-22igb: Refactor NVM read functions to accommodate devices with no flashCarolyn Wyborny4-60/+77
2013-08-22igb: Refactor of init_nvm_paramsCarolyn Wyborny5-65/+92
2013-08-22igb: Update MTU so that it is always at least a standard frame sizeAlexander Duyck1-0/+4
2013-08-22igb: don't allow SR-IOV without MSI-XMitch A Williams1-0/+5
2013-08-22igb: Added rcu_lock to avoid raceAkeem G Abodunrin1-1/+4
2013-08-22igb: Read register for latch_on without return valueAkeem G Abodunrin3-19/+12
2013-08-22igb: Reset the link when EEE setting changedAkeem G Abodunrin1-1/+3
2013-07-28igb: fix vlan filtering in promisc mode when not in VT modeEmil Tantilov1-2/+1
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-83/+367
2013-06-28treewide: relase -> releaseGeert Uytterhoeven1-1/+1
2013-05-21igb: Removed unused i2c functionAkeem G. Abodunrin1-5/+0
2013-05-21igb: Implementation of i210/i211 LED supportAkeem G. Abodunrin2-4/+10
2013-05-21igb: Fix possible panic caused by Rx traffic arrival while interface is downCarolyn Wyborny1-2/+5
2013-05-21igb: Fix set_ethtool function to call update nvm for entire imageCarolyn Wyborny1-4/+2
2013-05-21igb: SerDes flow control settingAkeem G. Abodunrin1-15/+19
2013-05-21igb: Support for SFP modules discoveryAkeem G. Abodunrin6-39/+291
2013-05-21igb: Add update to last_rx_timestamp in Rx ringsMatthew Vick2-3/+8
2013-05-21igb: Changed LEDs blink mechanism to include designs using cathodeAkeem G. Abodunrin2-11/+32
2013-04-25igb: limit udelay for phy changes to 10000usAndi Kleen1-3/+3
2013-04-24igb: Bump version of driverCarolyn Wyborny1-3/+3
2013-04-24igb: Remove id's that will not be productized for Linux.Carolyn Wyborny2-4/+0
2013-04-24igb: Remove dead code pathMatthew Vick1-4/+0
2013-04-24igb: Retain HW VLAN filtering while in promiscuous + VT modeGreg Rose1-1/+68
2013-04-24igb: display a warning message when SmartSpeed worksKoki Sanagi1-0/+6
2013-04-24igb: Use pci_vfs_assigned instead of igb_vfs_are_assignedAlexander Duyck1-35/+1
2013-04-24igb: Add SMBI semaphore to I210/I211Matthew Vick3-26/+43
2013-04-24igb: SERDES loopback sigdetect bit on i210 devicesAkeem G. Abodunrin1-7/+2
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-114/+4
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-5/+7
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-9/+9
2013-04-18igb: Add support for i354 devicesCarolyn Wyborny12-36/+251
2013-04-18igb: add support for spoofchk configLior Levy2-0/+35
2013-04-18igb: Enable EEE LP advertisementMatthew Vick7-1/+142