aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-09e1000e: Fix merge conflict (net->net-next)Jeff Kirsher1-45/+11
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-43/+84
2012-05-05ixgbe: dcb: IEEE PFC stats and reset logic incorrectJohn Fastabend2-1/+12
2012-05-05e1000e: increase version numberBruce Allan1-1/+1
2012-05-05e1000e: clear REQ and GNT in EECD (82571 && 82572)Richard Alpe1-1/+11
2012-05-05e1000e: enable forced master/slave on 82577Bruce Allan1-26/+45
2012-05-04e1000: Silence sparse warnings by correcting typeAndrei Emeltchenko1-2/+2
2012-05-04igb, ixgbe: netdev_tx_reset_queue incorrectly called from tx init pathJohn Fastabend3-4/+6
2012-05-04ixgbe: Update link flow control to correctly handle multiple packet buffer DCBAlexander Duyck6-158/+102
2012-05-04ixgbe: Reorder link flow control functions in ixgbe_common.cAlexander Duyck1-290/+282
2012-05-04ixgbe: Use __free_pages instead of put_page to release pagesAlexander Duyck1-2/+3
2012-05-04ixgbe: Make ixgbe_fc_autoneg return void and always set current_modeAlexander Duyck4-31/+13
2012-05-04ixgbe: Reorder the ring to q_vector mapping to improve performanceAlexander Duyck1-15/+20
2012-05-04ixgbe: Track instances of buffer available but no DMA resources presentAlexander Duyck1-3/+3
2012-05-04e1000e: initial support for i217Bruce Allan7-28/+398
2012-05-04e1000e: Update driver version numberMatthew Vick1-1/+1
2012-05-03ixgbe: dcb: BIT_APP_UPCHG not set by ixgbe_copy_dcb_cfg()John Fastabend3-28/+22
2012-05-03ixgbe: fix race condition with shutdownDon Skidmore1-0/+2
2012-05-03ixgbevf: Update version stringGreg Rose1-1/+1
2012-05-03ixgbevf: Make sure jumbo frames are set correctly after PF resetGreg Rose2-15/+15
2012-05-03ixgbevf: Add support to recognize 100mb link speedGreg Rose3-7/+25
2012-05-03e1000e: Remove special case for 82573/82574 ASPM L1 disablementChris Boot1-8/+0
2012-05-03e1000e: Disable ASPM L1 on 82574Chris Boot1-1/+2
2012-05-03e1000e: Driver workaround for IPv6 Header Extension Erratum.Matthew Vick4-8/+26
2012-05-03e1000e: Resolve intermittent negotiation issue on 82574/82583.Matthew Vick1-1/+17
2012-05-03e1000e: cleanup long [read|write]_reg_locked PHY ops function pointersBruce Allan2-28/+29
2012-05-03e1000e: suggest a possible workaround to a device hang on 82577/8Bruce Allan1-0/+4
2012-05-03ixgbe: Fix use after free on module removeAlexander Duyck1-1/+3
2012-05-02ixgbe: Reset max_vfs to zero when user request is out of rangeGreg Rose1-3/+4
2012-05-02ixgbe: Deny MACVLAN requests from VFs with admin set MACGreg Rose1-0/+6
2012-05-02ixgbe: add hwmon interface to export thermal dataDon Skidmore9-7/+322
2012-05-02ixgbe: add support functions to access thermal dataDon Skidmore3-0/+224
2012-05-02e1000e: fix .ndo_set_rx_mode for 82579Bruce Allan7-14/+92
2012-05-02e1000e: PHY initialization flow changes for 82577/8/9Bruce Allan1-101/+146
2012-05-02e1000e: workaround EEPROM configuration change on 82579Bruce Allan2-15/+34
2012-04-30ixgbe: fix calling skb_put on nonlinear skb assertion bugYi Zou1-0/+1
2012-04-30ixgbe: Fix a memory leak in IEEE DCBAlexander Duyck1-4/+5
2012-04-30igbvf: fix the bug when initializing the igbvfSamuel Liao1-2/+2
2012-04-30e1000e: add transmit timestamping supportWillem de Bruijn1-0/+2
2012-04-30e1000: add transmit timestamping supportWillem de Bruijn1-0/+2
2012-04-27ixgbe: check for WoL support in single functionJacob Keller3-79/+62
2012-04-27igb: Force flow control off during reset when forcing speed.Matthew Vick1-0/+7
2012-04-27e1000e: 82579 potential system hang on stress when ME enabledBruce Allan3-45/+53
2012-04-27e1000e: 82579 packet drop workaroundBruce Allan1-0/+11
2012-04-27e1000e: Enable DMA Burst Mode on 82574 by default.Matthew Vick1-1/+2
2012-04-27e1000e: Disable Far-End LoopBack following reset on 80003ES2LAN.Matthew Vick1-0/+8
2012-04-24e1000e: Fix default interrupt throttle rate not set in NIC HWJeff Kirsher1-46/+53
2012-04-24e1000e: MSI interrupt test failed, using legacy interruptPrasanna S Panchamukhi1-1/+1
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+12
2012-04-17ixgbe: Identify FCoE rings earlier to resolve memory corruption w/ FCoEAlexander Duyck2-8/+10