summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-0/+1
* igb: Version bumpCarolyn Wyborny2012-06-201-3/+3
* igb: Update firmware info outputCarolyn Wyborny2012-06-201-0/+66
* igb: Streamline RSS queue and queue pairing assignment logic.Matthew Vick2012-06-201-27/+52
* igb: A fix to VF TX rate limitLior Levy2012-06-201-0/+5
* igb: Disable the BMC-to-OS Watchdog Enable bit for DMAC.Matthew Vick2012-05-171-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-171-14/+6Star
|\
| * igb: fix rtnl race in PM resume pathBenjamin Poirier2012-05-111-14/+6Star
* | igb: Add Support for new i210/i211 devices.Carolyn Wyborny2012-05-121-26/+81
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-081-2/+2
|\|
| * igb, ixgbe: netdev_tx_reset_queue incorrectly called from tx init pathJohn Fastabend2012-05-041-2/+2
* | igb: Force flow control off during reset when forcing speed.Matthew Vick2012-04-271-0/+7
* | igb: Update version to 3.4.7.Carolyn Wyborny2012-04-141-2/+2
* | igb: offer a PTP Hardware Clock instead of the timecompare methodRichard Cochran2012-04-041-164/+14Star
|/
* intel: make wired ethernet driver message level consistent (rev2)stephen hemminger2012-03-281-1/+6
* igb: Support RX-ALL feature flag.Ben Greear2012-03-171-2/+31
* igb: Support sending custom Ethernet FCS.Ben Greear2012-03-171-0/+4
* net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF stateAlexander Duyck2012-03-131-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-111-1/+2
|\
| * igb: fix vf lookupGreg Rose2012-02-091-1/+2
* | igb: fix warning about unused functionEmil Tantilov2012-02-101-0/+4
|/
* igb: Update Copyright on all Intel copyrighted files.Carolyn Wyborny2012-01-191-2/+2
* igb: make local functions staticStephen Hemminger2012-01-191-3/+3
* igb: reset PHY after recovering from PHY power downKoki Sanagi2012-01-051-0/+1
* igb: add basic runtime PM supportYan, Zheng2012-01-051-19/+117
* igb: Add support for byte queue limits.Eric Dumazet2012-01-051-0/+5
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-091-4/+8
* igb: Update DMA Coalescing threshold calculation.Matthew Vick2011-12-051-7/+19
* net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet2011-11-221-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2011-11-171-85/+80Star
|\
| * igb: Convert printks to pr_<level>Jeff Kirsher2011-11-161-85/+80Star
* | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-5/+7
|/
* igb: VFTA Table Fix for i350 devicesCarolyn Wyborny2011-10-211-0/+6
* igb: Move DMA Coalescing init code to separate function.Carolyn Wyborny2011-10-211-56/+68
* igb: fix a compile warningRongQing Li2011-10-201-0/+3
* net: add skb frag size accessorsEric Dumazet2011-10-191-1/+1
* igb: Check if subordinate VFs are assigned to virtual machinesGreg Rose2011-10-171-30/+147
* igb: enable l4 timestamping for v2 event packetsJacob Keller2011-10-161-0/+1
* igb: fix skb truesize underestimationEric Dumazet2011-10-131-1/+1
* igb: Version bump.Carolyn Wyborny2011-10-131-2/+2
* igb: Add workaround for byte swapped VLAN on i350 local trafficAlexander Duyck2011-10-131-6/+23
* igb: Drop unnecessary write of E1000_IMS from igb_msix_otherAlexander Duyck2011-10-131-6/+0Star
* igb: Fix features that are currently 82580 only and should also be i350Alexander Duyck2011-10-131-9/+6Star
* igb: Make certain one vector is always assigned in igb_request_irqAlexander Duyck2011-10-131-6/+6
* igb: avoid unnecessarily creating a local copy of the q_vectorAlexander Duyck2011-10-131-29/+17Star
* igb: add support for NETIF_F_RXHASHAlexander Duyck2011-10-081-17/+35
* igb: move TX hang check flag into ring->flagsAlexander Duyck2011-10-081-3/+3
* igb: fix recent VLAN changes that would leave VLANs disabled after resetAlexander Duyck2011-10-081-14/+4Star
* igb: leave staterr in place and instead us a helper function to check bitsAlexander Duyck2011-10-081-24/+31
* igb: retire the RX_CSUM flag and use the netdev flag insteadAlexander Duyck2011-10-081-16/+6Star