aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb_main.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-23igb: Cleanups to fix incorrect indentationCarolyn Wyborny1-6/+24
2014-04-23igb: Cleanups to fix braces location warningsCarolyn Wyborny1-6/+4
2014-04-23igb: Cleanups for messagingCarolyn Wyborny1-22/+12
2014-04-18igb: fix stats for i210 rx_fifo_errorsTodd Fujinaka1-1/+3
2014-04-11igb: fix last_rx_timestamp usageJakub Kicinski1-1/+3
2014-04-11igb: remove open-coded skb_cow_headFrancois Romieu1-5/+4
2014-03-31INTEL-IGB: Convert iounmap to pci_iounmapPeter Senna Tschudin1-2/+2
2014-03-28igb: fix race conditions on queuing skb for HW time stampJakub Kicinski1-1/+2
2014-03-28igb: never generate both software and hardware timestampsJakub Kicinski1-2/+2
2014-03-21igb: Unset IGB_FLAG_HAS_MSIX-flag when falling back to msi-onlyChristoph Paasch1-0/+1
2014-03-21igb: Fix Null-pointer dereference in igb_reset_q_vectorChristoph Paasch1-0/+6
2014-03-21igb: add register rd/wr for surprise removalFujinaka, Todd1-0/+22
2014-03-21igb: implement SIOCGHWTSTAMP ioctlJacob Keller1-1/+3
2014-03-19igb: Convert uses of __constant_<foo> to <foo>Joe Perches1-6/+6
2014-03-19igb: enable VLAN stripping for VMs with i350Stefan Assmann1-0/+7
2014-03-18igb: remove references to long gone command line parametersFernando Luis Vazquez Cao1-4/+2
2014-03-14igb: Don't receive packets when the napi budget == 0Eric W. Biederman1-2/+2
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-4/+4
2014-03-14igb: Fix code commentJeff Kirsher1-1/+1
2014-03-12igb: Fix for devices using ethtool for EEE settingsCarolyn Wyborny1-14/+55
2014-03-12net: igb calls skb_set_hashTom Herbert1-1/+3
2014-02-26igb: Update license text to remove FSF address and update copyright.Carolyn Wyborny1-4/+3
2014-02-18igb: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-4/+5
2013-12-17igb: Change to use statically allocated array for MSIx entriesCarolyn Wyborny1-23/+15
2013-12-17igb: Fix queue allocation method to accommodate changing during runtimeCarolyn Wyborny1-22/+44
2013-12-10igb: Add new feature Media Auto Sense for 82580 devices onlyCarolyn Wyborny1-0/+193
2013-12-10igb: Support ports mapped in 64-bit PCI spaceAaron Sierra1-7/+3
2013-12-10igb: Add media switching feature for i354 PHY'sCarolyn Wyborny1-0/+6
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+5
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-12/+6
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+5
2013-10-24igb: fix driver reload with VF assigned to guestStefan Assmann1-21/+16
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-10-01igb: Add ethtool support to configure number of channelsLaura Mihaela Vasilescu1-0/+22
2013-09-21DMA-API: net: intel/igb: fix 32-bit DMA mask handlingRussell King1-12/+6
2013-09-04igb: Update version numberAkeem G Abodunrin1-1/+1
2013-09-04igb: Implementation of 1-sec delay for i210 devicesAkeem G Abodunrin1-3/+29
2013-09-04igb: Don't look for a PBA in the iNVM when flashlessTodd Fujinaka1-1/+8
2013-08-22igb: Expose RSS indirection table for ethtoolLaura Mihaela Vasilescu1-21/+7
2013-08-22igb: Add macro for size of RETA indirection tableLaura Mihaela Vasilescu1-1/+1
2013-08-22igb: Fix get_fw_version function for all partsCarolyn Wyborny1-9/+19
2013-08-22igb: Add device support for flashless SKU of i210 deviceCarolyn Wyborny1-0/+2
2013-08-22igb: Refactor NVM read functions to accommodate devices with no flashCarolyn Wyborny1-3/+16
2013-08-22igb: Update MTU so that it is always at least a standard frame sizeAlexander Duyck1-0/+4
2013-08-22igb: don't allow SR-IOV without MSI-XMitch A Williams1-0/+5
2013-08-22igb: Added rcu_lock to avoid raceAkeem G Abodunrin1-1/+4
2013-08-22igb: Read register for latch_on without return valueAkeem G Abodunrin1-10/+4
2013-07-28igb: fix vlan filtering in promisc mode when not in VT modeEmil Tantilov1-2/+1
2013-05-21igb: Fix possible panic caused by Rx traffic arrival while interface is downCarolyn Wyborny1-2/+5
2013-05-21igb: Add update to last_rx_timestamp in Rx ringsMatthew Vick1-1/+1