aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-24igb: Cleanups to fix for trailing statementCarolyn Wyborny1-2/+2
2014-04-24igb: Cleanups to fix pointer location errorCarolyn Wyborny1-1/+1
2014-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-10/+12
2014-04-23igb: Cleanups to fix incorrect indentationCarolyn Wyborny11-75/+95
2014-04-23igb: Cleanups to fix braces location warningsCarolyn Wyborny3-13/+9
2014-04-23igb: Cleanups for messagingCarolyn Wyborny4-33/+18
2014-04-18e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski3-10/+9
2014-04-18igb: fix stats for i210 rx_fifo_errorsTodd Fujinaka1-1/+3
2014-04-11igb: fix last_rx_timestamp usageJakub Kicinski3-23/+11
2014-04-11igb: remove open-coded skb_cow_headFrancois Romieu1-5/+4
2014-03-31INTEL-IGB: Convert iounmap to pci_iounmapPeter Senna Tschudin1-2/+2
2014-03-28igb: fix race conditions on queuing skb for HW time stampJakub Kicinski3-2/+7
2014-03-28igb: never generate both software and hardware timestampsJakub Kicinski1-2/+2
2014-03-21igb: Unset IGB_FLAG_HAS_MSIX-flag when falling back to msi-onlyChristoph Paasch1-0/+1
2014-03-21igb: Fix Null-pointer dereference in igb_reset_q_vectorChristoph Paasch1-0/+6
2014-03-21igb: specify phc_index of 82575 for get_ts_infoKen ICHIKAWA1-5/+5
2014-03-21igb: Fix memory leak in igb_get_module_eeprom()Christian Engelmayer1-1/+3
2014-03-21igb: add register rd/wr for surprise removalFujinaka, Todd2-3/+40
2014-03-21igb: implement SIOCGHWTSTAMP ioctlJacob Keller3-17/+38
2014-03-19igb: Convert uses of __constant_<foo> to <foo>Joe Perches1-6/+6
2014-03-19igb: enable VLAN stripping for VMs with i350Stefan Assmann3-0/+12
2014-03-19igb: Add register defines needed for time sync functionsCarolyn Wyborny3-5/+78
2014-03-18igb: remove references to long gone command line parametersFernando Luis Vazquez Cao1-4/+2
2014-03-14igb: Don't receive packets when the napi budget == 0Eric W. Biederman1-2/+2
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2-10/+10
2014-03-14igb: Fix code commentJeff Kirsher1-1/+1
2014-03-12igb: Fix for devices using ethtool for EEE settingsCarolyn Wyborny4-30/+88
2014-03-12net: igb calls skb_set_hashTom Herbert1-1/+3
2014-03-08igb: fix warning if !CONFIG_IGB_HWMONJeff Kirsher1-0/+2
2014-03-08igb: fix array size calculationTodd Fujinaka1-3/+1
2014-02-26igb: Update license text to remove FSF address and update copyright.Carolyn Wyborny21-64/+43
2014-02-26igb: make local functions static and remove dead codeJeff Kirsher8-98/+17
2014-02-18igb: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-4/+5
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2013-12-17igb: Change to use statically allocated array for MSIx entriesCarolyn Wyborny3-29/+24
2013-12-17igb: Fix queue allocation method to accommodate changing during runtimeCarolyn Wyborny1-22/+44
2013-12-14igb: 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-29igb: 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/kernel/git/tip/tipLinus 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