summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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: add register rd/wr for surprise removalFujinaka, Todd2014-03-211-0/+22
* igb: implement SIOCGHWTSTAMP ioctlJacob Keller2014-03-211-1/+3
* igb: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-191-6/+6
* igb: enable VLAN stripping for VMs with i350Stefan Assmann2014-03-191-0/+7
* 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-141-4/+4
* igb: Fix code commentJeff Kirsher2014-03-141-1/+1
* igb: Fix for devices using ethtool for EEE settingsCarolyn Wyborny2014-03-121-14/+55
* net: igb calls skb_set_hashTom Herbert2014-03-121-1/+3
* igb: Update license text to remove FSF address and update copyright.Carolyn Wyborny2014-02-261-4/+3
* igb: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-4/+5
* igb: Change to use statically allocated array for MSIx entriesCarolyn Wyborny2013-12-171-23/+15
* igb: Fix queue allocation method to accommodate changing during runtimeCarolyn Wyborny2013-12-171-22/+44
* igb: Add new feature Media Auto Sense for 82580 devices onlyCarolyn Wyborny2013-12-101-0/+193
* 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-101-0/+6
* 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-141-12/+6
|\ \
| * | DMA-API: net: intel/igb: fix 32-bit DMA mask handlingRussell King2013-09-211-12/+6
| |/
* | igb: fix driver reload with VF assigned to guestStefan Assmann2013-10-241-21/+16
* | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-1/+1
* | igb: Add ethtool support to configure number of channelsLaura Mihaela Vasilescu2013-10-011-0/+22
|/
* igb: Update version numberAkeem G Abodunrin2013-09-041-1/+1
* igb: Implementation of 1-sec delay for i210 devicesAkeem G Abodunrin2013-09-041-3/+29
* igb: Don't look for a PBA in the iNVM when flashlessTodd Fujinaka2013-09-041-1/+8
* igb: Expose RSS indirection table for ethtoolLaura Mihaela Vasilescu2013-08-221-21/+7
* igb: Add macro for size of RETA indirection tableLaura Mihaela Vasilescu2013-08-221-1/+1
* igb: Fix get_fw_version function for all partsCarolyn Wyborny2013-08-221-9/+19
* igb: Add device support for flashless SKU of i210 deviceCarolyn Wyborny2013-08-221-0/+2
* igb: Refactor NVM read functions to accommodate devices with no flashCarolyn Wyborny2013-08-221-3/+16
* igb: Update MTU so that it is always at least a standard frame sizeAlexander Duyck2013-08-221-0/+4
* igb: don't allow SR-IOV without MSI-XMitch A Williams2013-08-221-0/+5
* igb: Added rcu_lock to avoid raceAkeem G Abodunrin2013-08-221-1/+4
* igb: Read register for latch_on without return valueAkeem G Abodunrin2013-08-221-10/+4
* igb: fix vlan filtering in promisc mode when not in VT modeEmil Tantilov2013-07-281-2/+1
* igb: Fix possible panic caused by Rx traffic arrival while interface is downCarolyn Wyborny2013-05-211-2/+5
* igb: Add update to last_rx_timestamp in Rx ringsMatthew Vick2013-05-211-1/+1
* igb: Bump version of driverCarolyn Wyborny2013-04-241-3/+3
* igb: Retain HW VLAN filtering while in promiscuous + VT modeGreg Rose2013-04-241-1/+68
* igb: display a warning message when SmartSpeed worksKoki Sanagi2013-04-241-0/+6
* igb: Use pci_vfs_assigned instead of igb_vfs_are_assignedAlexander Duyck2013-04-241-35/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-106/+4
|\
| * igb: Revert support for build_skb in igbAlexander Duyck2013-04-181-106/+4
* | net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* | net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-5/+7