summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)Author
2014-03-31INTEL-IGB: Convert iounmap to pci_iounmapPeter Senna Tschudin
2014-03-28igb: fix race conditions on queuing skb for HW time stampJakub Kicinski
2014-03-28igb: never generate both software and hardware timestampsJakub Kicinski
2014-03-21igb: Unset IGB_FLAG_HAS_MSIX-flag when falling back to msi-onlyChristoph Paasch
2014-03-21igb: Fix Null-pointer dereference in igb_reset_q_vectorChristoph Paasch
2014-03-21igb: specify phc_index of 82575 for get_ts_infoKen ICHIKAWA
2014-03-21igb: Fix memory leak in igb_get_module_eeprom()Christian Engelmayer
2014-03-21igb: add register rd/wr for surprise removalFujinaka, Todd
2014-03-21igb: implement SIOCGHWTSTAMP ioctlJacob Keller
2014-03-20igb: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-03-20igb: enable VLAN stripping for VMs with i350Stefan Assmann
2014-03-20igb: Add register defines needed for time sync functionsCarolyn Wyborny
2014-03-18igb: remove references to long gone command line parametersFernando Luis Vazquez Cao
2014-03-15igb: Don't receive packets when the napi budget == 0Eric W. Biederman
2014-03-15net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-03-14igb: Fix code commentJeff Kirsher
2014-03-13igb: Fix for devices using ethtool for EEE settingsCarolyn Wyborny
2014-03-13net: igb calls skb_set_hashTom Herbert
2014-03-08igb: fix warning if !CONFIG_IGB_HWMONJeff Kirsher
2014-03-08igb: fix array size calculationTodd Fujinaka
2014-02-26igb: Update license text to remove FSF address and update copyright.Carolyn Wyborny
2014-02-26igb: make local functions static and remove dead codeJeff Kirsher
2014-02-18igb: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-18igb: Change to use statically allocated array for MSIx entriesCarolyn Wyborny
2013-12-18igb: Fix queue allocation method to accommodate changing during runtimeCarolyn Wyborny
2013-12-15igb: Fix for issue where values could be too high for udelay function.Carolyn Wyborny
2013-12-10igb: Start temperature sensor attribute index with 1Guenter Roeck
2013-12-10igb: Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck
2013-12-10igb: Add new feature Media Auto Sense for 82580 devices onlyCarolyn Wyborny
2013-12-10igb: Support ports mapped in 64-bit PCI spaceAaron Sierra
2013-12-10igb: Add media switching feature for i354 PHY'sCarolyn Wyborny
2013-11-30igb: Fixed Wake On LAN supportAkeem G Abodunrin
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-13Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-11-11igb: Update link modes display in ethtoolCarolyn Wyborny
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-11-01igb: Don't let ethtool try to write to iNVM in i210/i211Fujinaka, Todd
2013-10-24igb: fix driver reload with VF assigned to guestStefan Assmann
2013-10-24igb: Fix master/slave mode for all m88 i354 PHY'sCarolyn Wyborny
2013-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-10-02igb: Avoid uninitialized advertised variable in eee_set_curAndi Kleen
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-01igb: Add ethtool support to configure number of channelsLaura Mihaela Vasilescu
2013-10-01igb: Add ethtool offline tests for i354Fujinaka, Todd
2013-09-27igb: Fix ethtool loopback test for 82580 copperTodd Fujinaka
2013-09-24intel: Remove extern from function prototypesJoe Perches
2013-09-21DMA-API: net: intel/igb: fix 32-bit DMA mask handlingRussell King
2013-09-12igb: Read flow control for i350 from correct EEPROM sectionFujinaka, Todd