summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c
AgeCommit message (Expand)Author
2012-08-09igb: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman
2012-07-21igb: reset PHY in the link_up process to recover PHY setting after power down.Akeem G. Abodunrin
2012-07-16ethernet: Use eth_random_addrJoe Perches
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-06-20igb: Version bumpCarolyn Wyborny
2012-06-20igb: Update firmware info outputCarolyn Wyborny
2012-06-20igb: Streamline RSS queue and queue pairing assignment logic.Matthew Vick
2012-06-20igb: A fix to VF TX rate limitLior Levy
2012-05-17igb: Disable the BMC-to-OS Watchdog Enable bit for DMAC.Matthew Vick
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-12igb: Add Support for new i210/i211 devices.Carolyn Wyborny
2012-05-10igb: fix rtnl race in PM resume pathBenjamin Poirier
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-04igb, ixgbe: netdev_tx_reset_queue incorrectly called from tx init pathJohn Fastabend
2012-04-27igb: Force flow control off during reset when forcing speed.Matthew Vick
2012-04-14igb: Update version to 3.4.7.Carolyn Wyborny
2012-04-04igb: offer a PTP Hardware Clock instead of the timecompare methodRichard Cochran
2012-03-27intel: make wired ethernet driver message level consistent (rev2)stephen hemminger
2012-03-17igb: Support RX-ALL feature flag.Ben Greear
2012-03-17igb: Support sending custom Ethernet FCS.Ben Greear
2012-03-12net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF stateAlexander Duyck
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-10igb: fix warning about unused functionEmil Tantilov
2012-02-09igb: fix vf lookupGreg Rose
2012-01-19igb: Update Copyright on all Intel copyrighted files.Carolyn Wyborny
2012-01-19igb: make local functions staticStephen Hemminger
2012-01-05igb: reset PHY after recovering from PHY power downKoki Sanagi
2012-01-05igb: add basic runtime PM supportYan, Zheng
2012-01-05igb: Add support for byte queue limits.Eric Dumazet
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko
2011-12-05igb: Update DMA Coalescing threshold calculation.Matthew Vick
2011-11-22net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet
2011-11-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-16igb: Convert printks to pr_<level>Jeff Kirsher
2011-10-21igb: VFTA Table Fix for i350 devicesCarolyn Wyborny
2011-10-21igb: Move DMA Coalescing init code to separate function.Carolyn Wyborny
2011-10-20igb: fix a compile warningRongQing Li
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-17igb: Check if subordinate VFs are assigned to virtual machinesGreg Rose
2011-10-16igb: enable l4 timestamping for v2 event packetsJacob Keller
2011-10-13igb: fix skb truesize underestimationEric Dumazet
2011-10-12igb: Version bump.Carolyn Wyborny
2011-10-12igb: Add workaround for byte swapped VLAN on i350 local trafficAlexander Duyck
2011-10-12igb: Drop unnecessary write of E1000_IMS from igb_msix_otherAlexander Duyck
2011-10-12igb: Fix features that are currently 82580 only and should also be i350Alexander Duyck
2011-10-12igb: Make certain one vector is always assigned in igb_request_irqAlexander Duyck
2011-10-12igb: avoid unnecessarily creating a local copy of the q_vectorAlexander Duyck
2011-10-07igb: add support for NETIF_F_RXHASHAlexander Duyck