aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-24igb: bump igb version to 5.2.13Todd Fujinaka1-2/+2
2014-07-24igb: Add message when malformed packets detected by hwCarolyn Wyborny1-0/+25
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+16
2014-07-10igb: do a reset on SR-IOV re-init if device is downStefan Assmann1-0/+2
2014-07-10igb: Workaround for i210 Errata 25: Slow System ClockTodd Fujinaka1-0/+14
2014-07-01igb: bring link up when PHY is powered upTodd Fujinaka1-0/+2
2014-06-11igb: unhide invariant returnsTodd Fujinaka1-8/+7
2014-06-03igb: add defaults for i210 TX/RX PBSIZETodd Fujinaka1-0/+6
2014-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller1-1/+0
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool.Sucheta Chakraborty1-7/+13
2014-05-23i40e,igb,ixgbe: remove usless return statementsStephen Hemminger1-1/+0
2014-04-24igb: Change memcpy to struct assignmentCarolyn Wyborny1-1/+1
2014-04-24igb: Cleanups to remove unneeded extern declarationCarolyn Wyborny1-1/+0
2014-04-24igb: Cleanups to replace deprecated DEFINE_PCI_DEVICE_TABLECarolyn Wyborny1-1/+1
2014-04-24igb: Cleanups to fix static initializationCarolyn Wyborny1-1/+1
2014-04-24igb: Cleanups to fix msleep warningsCarolyn Wyborny1-3/+3
2014-04-24igb: Cleanups to fix line length warningsCarolyn Wyborny1-3/+5
2014-04-24igb: Cleanups to remove return parenthesesCarolyn Wyborny1-3/+3
2014-04-24igb: Cleanups to fix missing break in switch statementsCarolyn Wyborny1-0/+4
2014-04-24igb: Cleanups to fix assignment in if errorCarolyn Wyborny1-1/+2
2014-04-24igb: Cleanups to change comment style on license headersCarolyn Wyborny1-28/+25
2014-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
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