summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
Commit message (Expand)AuthorAgeFilesLines
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* igb: Change memcpy to struct assignmentCarolyn Wyborny2014-04-241-1/+1
* igb: Replace 1/0 return values with true/falseCarolyn Wyborny2014-04-241-4/+4
* igb: Cleanups to remove unneeded extern declarationCarolyn Wyborny2014-04-241-1/+0
* igb: Cleanups to replace deprecated DEFINE_PCI_DEVICE_TABLECarolyn Wyborny2014-04-241-1/+1
* igb: Cleanups to fix static initializationCarolyn Wyborny2014-04-241-1/+1
* igb: Cleanups to fix msleep warningsCarolyn Wyborny2014-04-245-21/+21
* igb: Cleanups to fix line length warningsCarolyn Wyborny2014-04-242-8/+13
* igb: Cleanups to remove return parenthesesCarolyn Wyborny2014-04-241-3/+3
* igb: Cleanups to fix missing break in switch statementsCarolyn Wyborny2014-04-243-0/+9
* igb: Cleanups to fix assignment in if errorCarolyn Wyborny2014-04-241-1/+2
* igb: Cleanups to change comment style on license headersCarolyn Wyborny2014-04-2419-497/+428
* igb: Cleanups to fix for trailing statementCarolyn Wyborny2014-04-241-2/+2
* igb: Cleanups to fix pointer location errorCarolyn Wyborny2014-04-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-04-244-10/+12
|\
| * e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski2014-04-183-10/+9
| * igb: fix stats for i210 rx_fifo_errorsTodd Fujinaka2014-04-181-1/+3
* | igb: Cleanups to fix incorrect indentationCarolyn Wyborny2014-04-2311-75/+95
* | igb: Cleanups to fix braces location warningsCarolyn Wyborny2014-04-233-13/+9
* | igb: Cleanups for messagingCarolyn Wyborny2014-04-234-33/+18
|/
* igb: fix last_rx_timestamp usageJakub Kicinski2014-04-113-23/+11
* igb: remove open-coded skb_cow_headFrancois Romieu2014-04-111-5/+4
* INTEL-IGB: Convert iounmap to pci_iounmapPeter Senna Tschudin2014-03-311-2/+2
* igb: fix race conditions on queuing skb for HW time stampJakub Kicinski2014-03-283-2/+7
* igb: never generate both software and hardware timestampsJakub Kicinski2014-03-281-2/+2
* igb: Unset IGB_FLAG_HAS_MSIX-flag when falling back to msi-onlyChristoph Paasch2014-03-211-0/+1
* igb: Fix Null-pointer dereference in igb_reset_q_vectorChristoph Paasch2014-03-211-0/+6
* igb: specify phc_index of 82575 for get_ts_infoKen ICHIKAWA2014-03-211-5/+5
* igb: Fix memory leak in igb_get_module_eeprom()Christian Engelmayer2014-03-211-1/+3
* igb: add register rd/wr for surprise removalFujinaka, Todd2014-03-212-3/+40
* igb: implement SIOCGHWTSTAMP ioctlJacob Keller2014-03-213-17/+38
* igb: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-191-6/+6
* igb: enable VLAN stripping for VMs with i350Stefan Assmann2014-03-193-0/+12
* igb: Add register defines needed for time sync functionsCarolyn Wyborny2014-03-193-5/+78
* igb: remove references to long gone command line parametersFernando Luis Vazquez Cao2014-03-181-4/+2
* igb: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-2/+2
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-142-10/+10
* igb: Fix code commentJeff Kirsher2014-03-141-1/+1
* igb: Fix for devices using ethtool for EEE settingsCarolyn Wyborny2014-03-124-30/+88
* net: igb calls skb_set_hashTom Herbert2014-03-121-1/+3
* igb: fix warning if !CONFIG_IGB_HWMONJeff Kirsher2014-03-081-0/+2
* igb: fix array size calculationTodd Fujinaka2014-03-081-3/+1
* igb: Update license text to remove FSF address and update copyright.Carolyn Wyborny2014-02-2621-64/+43
* igb: make local functions static and remove dead codeJeff Kirsher2014-02-268-98/+17
* igb: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-181-1/+4
|\
| * igb: Fix for issue where values could be too high for udelay function.Carolyn Wyborny2013-12-141-1/+4
* | igb: Change to use statically allocated array for MSIx entriesCarolyn Wyborny2013-12-173-29/+24
* | igb: Fix queue allocation method to accommodate changing during runtimeCarolyn Wyborny2013-12-171-22/+44
* | igb: Start temperature sensor attribute index with 1Guenter Roeck2013-12-101-4/+4
OpenPOWER on IntegriCloud