summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)AuthorFilesLines
2013-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2013-12-18igb: Change to use statically allocated array for MSIx entriesCarolyn Wyborny3-29/+24
2013-12-18igb: Fix queue allocation method to accommodate changing during runtimeCarolyn Wyborny1-22/+44
2013-12-15igb: Fix for issue where values could be too high for udelay function.Carolyn Wyborny1-1/+4
2013-12-10igb: Start temperature sensor attribute index with 1Guenter Roeck1-4/+4
2013-12-10igb: Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2-55/+53
2013-12-10igb: Add new feature Media Auto Sense for 82580 devices onlyCarolyn Wyborny6-0/+226
2013-12-10igb: Support ports mapped in 64-bit PCI spaceAaron Sierra1-7/+3
2013-12-10igb: Add media switching feature for i354 PHY'sCarolyn Wyborny5-0/+96
2013-11-30igb: Fixed Wake On LAN supportAkeem G Abodunrin1-3/+4
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+5
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-12/+6
2013-11-11igb: Update link modes display in ethtoolCarolyn Wyborny1-24/+27
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+5
2013-11-01igb: Don't let ethtool try to write to iNVM in i210/i211Fujinaka, Todd1-1/+3
2013-10-24igb: fix driver reload with VF assigned to guestStefan Assmann1-21/+16
2013-10-24igb: Fix master/slave mode for all m88 i354 PHY'sCarolyn Wyborny1-5/+3
2013-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-10-03net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-10-03igb: Avoid uninitialized advertised variable in eee_set_curAndi Kleen1-0/+2
2013-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2013-10-01igb: Add ethtool support to configure number of channelsLaura Mihaela Vasilescu3-0/+107
2013-10-01igb: Add ethtool offline tests for i354Fujinaka, Todd1-2/+4
2013-09-27igb: Fix ethtool loopback test for 82580 copperTodd Fujinaka1-0/+3
2013-09-24intel: Remove extern from function prototypesJoe Perches5-70/+65
2013-09-22DMA-API: net: intel/igb: fix 32-bit DMA mask handlingRussell King1-12/+6
2013-09-13igb: Read flow control for i350 from correct EEPROM sectionFujinaka, Todd1-1/+9
2013-09-13igb: 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-29igb: fix vlan filtering in promisc mode when not in VT modeEmil Tantilov1-2/+1
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-83/+367