summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-04-011-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-201-6/+6
* igb: enable VLAN stripping for VMs with i350Stefan Assmann2014-03-203-0/+12
* igb: Add register defines needed for time sync functionsCarolyn Wyborny2014-03-203-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-151-2/+2
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-152-10/+10
* igb: Fix code commentJeff Kirsher2014-03-151-1/+1
* igb: Fix for devices using ethtool for EEE settingsCarolyn Wyborny2014-03-134-30/+88
* net: igb calls skb_set_hashTom Herbert2014-03-131-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-151-1/+4
* | igb: Change to use statically allocated array for MSIx entriesCarolyn Wyborny2013-12-183-29/+24
* | igb: Fix queue allocation method to accommodate changing during runtimeCarolyn Wyborny2013-12-181-22/+44
* | igb: Start temperature sensor attribute index with 1Guenter Roeck2013-12-101-4/+4
* | igb: Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2013-12-102-55/+53
* | igb: Add new feature Media Auto Sense for 82580 devices onlyCarolyn Wyborny2013-12-106-0/+226
* | igb: Support ports mapped in 64-bit PCI spaceAaron Sierra2013-12-101-7/+3
* | igb: Add media switching feature for i354 PHY'sCarolyn Wyborny2013-12-105-0/+96
|/
* igb: Fixed Wake On LAN supportAkeem G Abodunrin2013-11-301-3/+4
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-0/+5
|\
| * net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+5
* | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-131-12/+6
|\ \
| * | DMA-API: net: intel/igb: fix 32-bit DMA mask handlingRussell King2013-09-211-12/+6
* | | igb: Update link modes display in ethtoolCarolyn Wyborny2013-11-111-24/+27
* | | igb: Don't let ethtool try to write to iNVM in i210/i211Fujinaka, Todd2013-11-011-1/+3
* | | igb: fix driver reload with VF assigned to guestStefan Assmann2013-10-241-21/+16
* | | igb: Fix master/slave mode for all m88 i354 PHY'sCarolyn Wyborny2013-10-241-5/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-091-0/+2
|\ \ \ | | |/ | |/|
| * | igb: Avoid uninitialized advertised variable in eee_set_curAndi Kleen2013-10-021-0/+2
* | | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-011-0/+3
|\| |
| * | igb: Fix ethtool loopback test for 82580 copperTodd Fujinaka2013-09-271-0/+3
* | | igb: Add ethtool support to configure number of channelsLaura Mihaela Vasilescu2013-10-013-0/+107
* | | igb: Add ethtool offline tests for i354Fujinaka, Todd2013-10-011-2/+4