summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)Author
2014-04-24igb: Change memcpy to struct assignmentCarolyn Wyborny
2014-04-24igb: Replace 1/0 return values with true/falseCarolyn Wyborny
2014-04-24igb: Cleanups to remove unneeded extern declarationCarolyn Wyborny
2014-04-24igb: Cleanups to replace deprecated DEFINE_PCI_DEVICE_TABLECarolyn Wyborny
2014-04-24igb: Cleanups to fix static initializationCarolyn Wyborny
2014-04-24igb: Cleanups to fix msleep warningsCarolyn Wyborny
2014-04-24igb: Cleanups to fix line length warningsCarolyn Wyborny
2014-04-24igb: Cleanups to remove return parenthesesCarolyn Wyborny
2014-04-24igb: Cleanups to fix missing break in switch statementsCarolyn Wyborny
2014-04-24igb: Cleanups to fix assignment in if errorCarolyn Wyborny
2014-04-24igb: Cleanups to change comment style on license headersCarolyn Wyborny
2014-04-24igb: Cleanups to fix for trailing statementCarolyn Wyborny
2014-04-24igb: Cleanups to fix pointer location errorCarolyn Wyborny
2014-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-04-23igb: Cleanups to fix incorrect indentationCarolyn Wyborny
2014-04-23igb: Cleanups to fix braces location warningsCarolyn Wyborny
2014-04-23igb: Cleanups for messagingCarolyn Wyborny
2014-04-18e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski
2014-04-18igb: fix stats for i210 rx_fifo_errorsTodd Fujinaka
2014-04-11igb: fix last_rx_timestamp usageJakub Kicinski
2014-04-11igb: remove open-coded skb_cow_headFrancois Romieu
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-19igb: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-03-19igb: enable VLAN stripping for VMs with i350Stefan Assmann
2014-03-19igb: 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-14igb: Don't receive packets when the napi budget == 0Eric W. Biederman
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-03-14igb: Fix code commentJeff Kirsher
2014-03-12igb: Fix for devices using ethtool for EEE settingsCarolyn Wyborny
2014-03-12net: 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-17igb: Change to use statically allocated array for MSIx entriesCarolyn Wyborny
2013-12-17igb: Fix queue allocation method to accommodate changing during runtimeCarolyn Wyborny
2013-12-14igb: 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