summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb_main.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-20igb: Version bumpCarolyn Wyborny1-3/+3
2012-06-20igb: Update firmware info outputCarolyn Wyborny1-0/+66
2012-06-20igb: Streamline RSS queue and queue pairing assignment logic.Matthew Vick1-27/+52
2012-06-20igb: A fix to VF TX rate limitLior Levy1-0/+5
2012-05-17igb: Disable the BMC-to-OS Watchdog Enable bit for DMAC.Matthew Vick1-0/+3
2012-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+6
2012-05-13igb: Add Support for new i210/i211 devices.Carolyn Wyborny1-26/+81
2012-05-11igb: fix rtnl race in PM resume pathBenjamin Poirier1-14/+6
2012-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-05-04igb, ixgbe: netdev_tx_reset_queue incorrectly called from tx init pathJohn Fastabend1-2/+2
2012-04-27igb: Force flow control off during reset when forcing speed.Matthew Vick1-0/+7
2012-04-14igb: Update version to 3.4.7.Carolyn Wyborny1-2/+2
2012-04-04igb: offer a PTP Hardware Clock instead of the timecompare methodRichard Cochran1-164/+14
2012-03-28intel: make wired ethernet driver message level consistent (rev2)stephen hemminger1-1/+6
2012-03-17igb: Support RX-ALL feature flag.Ben Greear1-2/+31
2012-03-17igb: Support sending custom Ethernet FCS.Ben Greear1-0/+4
2012-03-13net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF stateAlexander Duyck1-1/+2
2012-02-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-02-10igb: fix warning about unused functionEmil Tantilov1-0/+4
2012-02-09igb: fix vf lookupGreg Rose1-1/+2
2012-01-19igb: Update Copyright on all Intel copyrighted files.Carolyn Wyborny1-2/+2
2012-01-19igb: make local functions staticStephen Hemminger1-3/+3
2012-01-05igb: reset PHY after recovering from PHY power downKoki Sanagi1-0/+1
2012-01-05igb: add basic runtime PM supportYan, Zheng1-19/+117
2012-01-05igb: Add support for byte queue limits.Eric Dumazet1-0/+5
2011-12-09net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-4/+8
2011-12-05igb: Update DMA Coalescing threshold calculation.Matthew Vick1-7/+19
2011-11-23net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet1-1/+1
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller1-85/+80
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław1-5/+7
2011-11-16igb: Convert printks to pr_<level>Jeff Kirsher1-85/+80
2011-10-21igb: VFTA Table Fix for i350 devicesCarolyn Wyborny1-0/+6
2011-10-21igb: Move DMA Coalescing init code to separate function.Carolyn Wyborny1-56/+68
2011-10-21igb: fix a compile warningRongQing Li1-0/+3
2011-10-19net: add skb frag size accessorsEric Dumazet1-1/+1
2011-10-17igb: Check if subordinate VFs are assigned to virtual machinesGreg Rose1-30/+147
2011-10-17igb: enable l4 timestamping for v2 event packetsJacob Keller1-0/+1
2011-10-14igb: fix skb truesize underestimationEric Dumazet1-1/+1
2011-10-13igb: Version bump.Carolyn Wyborny1-2/+2
2011-10-13igb: Add workaround for byte swapped VLAN on i350 local trafficAlexander Duyck1-6/+23
2011-10-13igb: Drop unnecessary write of E1000_IMS from igb_msix_otherAlexander Duyck1-6/+0
2011-10-13igb: Fix features that are currently 82580 only and should also be i350Alexander Duyck1-9/+6
2011-10-13igb: Make certain one vector is always assigned in igb_request_irqAlexander Duyck1-6/+6
2011-10-13igb: avoid unnecessarily creating a local copy of the q_vectorAlexander Duyck1-29/+17
2011-10-08igb: add support for NETIF_F_RXHASHAlexander Duyck1-17/+35
2011-10-08igb: move TX hang check flag into ring->flagsAlexander Duyck1-3/+3
2011-10-08igb: fix recent VLAN changes that would leave VLANs disabled after resetAlexander Duyck1-14/+4
2011-10-08igb: leave staterr in place and instead us a helper function to check bitsAlexander Duyck1-24/+31
2011-10-08igb: retire the RX_CSUM flag and use the netdev flag insteadAlexander Duyck1-16/+6
2011-10-08igb: cleanup IVAR configurationAlexander Duyck1-64/+56