summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2012-03-20be2net: enable WOL by default if h/w supports itAjit Khaparde5-17/+136
2012-03-20Merge branch 'gianfar-bql' of git://git.kernel.org/pub/scm/linux/kernel/git/p...David S. Miller3-10/+17
2012-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-46/+41
2012-03-19gianfar: use netif_tx_queue_stopped instead of __netif_subqueue_stoppedPaul Gortmaker1-1/+1
2012-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller6-628/+772
2012-03-17ixgbe: always write DMA for single_mapped value with skbAlexander Duyck2-118/+153
2012-03-17phc: Update author's email address.Richard Cochran1-1/+1
2012-03-17ixgbe: Write gso_segs and bytcount to the ring soonerAlexander Duyck2-25/+21
2012-03-17ixgbe: Place skb on first buffer_info structure to avoid using stack spaceAlexander Duyck3-29/+40
2012-03-17ixgbe: Use packets to track Tx completions instead of a seperate valueAlexander Duyck2-5/+1
2012-03-17ixgbe: Modify setup of descriptor flags to avoid conditional jumpsAlexander Duyck1-17/+17
2012-03-17ixgbe: Make certain that all frames fit minimum size requirementsAlexander Duyck1-1/+17
2012-03-17ixgbe: cleanup logic in ixgbe_change_mtuAlexander Duyck1-8/+12
2012-03-17ixgbe: Replace standard receive path with a page based receiveAlexander Duyck3-430/+457
2012-03-17ixgbe: Support RX-ALL feature flag.Ben Greear1-2/+23
2012-03-17ixgbe: Support sending custom Ethernet FCS.Ben Greear1-0/+3
2012-03-17igb: Support RX-ALL feature flag.Ben Greear2-2/+33
2012-03-17igb: Support sending custom Ethernet FCS.Ben Greear1-0/+4
2012-03-17stmmac: Add device-tree supportStefan Roese1-2/+72
2012-03-17netxen: qlogic ethernet : Fix endian bug.Santosh Nayak3-9/+9
2012-03-17pxa168: remove unused stats member.Rami Rosen1-1/+0
2012-03-16bnx2x: fix memory leak in bnx2x_init_firmware()Michal Schmidt1-26/+24
2012-03-16bnx2x: fix a crash on corrupt firmware fileMichal Schmidt1-0/+1
2012-03-15gianfar: delete orphaned version strings and dead macrosPaul Gortmaker2-6/+0
2012-03-15gianfar: constify giant block of status descriptor stringsPaul Gortmaker1-1/+1
2012-03-15gianfar: Add support for byte queue limits.Paul Gortmaker1-3/+16
2012-03-14ixgbe: dcb: use DCB config values for FCoE traffic class on openJohn Fastabend1-1/+3
2012-03-14ixgbe: Fix race condition where RX buffer could become corrupted.Atita Shirwaikar6-24/+84
2012-03-14ixgbe: use typed min/max functions where possibleJesse Brandeburg2-8/+8
2012-03-14ixgbe: fix obvious return value bug.Don Skidmore1-1/+2
2012-03-14ixgbe: Replace eitr_low and eitr_high with static values in ixgbe_update_itrAlexander Duyck2-17/+8
2012-03-14ixgbe: Do not disable read relaxed ordering when DCA is enabledAlexander Duyck4-42/+49
2012-03-14ixgb: Remove unnecessary defines, use pr_debugJoe Perches2-14/+2
2012-03-13ixgbe: Simplify logic for ethtool loopback frame creation and testingAlexander Duyck1-31/+32
2012-03-13ixgbe: Add iterator for cycling through rings on a q_vectorAlexander Duyck2-8/+12
2012-03-13ixgbe: Allocate rings as part of the q_vectorAlexander Duyck3-257/+244
2012-03-13ixgbe: Drop unnecessary napi_schedule_prep and spare blank line from ixgbe_intrAlexander Duyck1-5/+2
2012-03-13ixgbe: Default to queue pairs when number of queues is less than CPUsAlexander Duyck2-8/+8
2012-03-13ixgbe: Correct Adaptive Interrupt Moderation so that it will change valuesAlexander Duyck1-2/+2
2012-03-13ixgbe: Address issues with Tx WHTRESH value not being set correctlyAlexander Duyck1-2/+5
2012-03-13ixgbe: Reorder adapter contents for better cache utilizationAlexander Duyck1-46/+48
2012-03-13ixgbe: Do no clear Tx status bits since eop_desc provides enough infoAlexander Duyck1-4/+3
2012-03-13net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF stateAlexander Duyck1-1/+2
2012-03-13ixgbe: add support for byte queue limitsAlexander Duyck2-0/+12
2012-03-13ixgbe: remove tie between NAPI work limits and interrupt moderationJeff Kirsher1-6/+0
2012-03-13igb: fix ethtool offline testJeff Kirsher1-0/+7
2012-03-13bnx2x: code doesn't use stats for allocating Rx BDsDmitry Kravkov1-8/+9
2012-03-13bnx2x: ethtool returns req. AN even when AN failsYuval Mintz1-1/+1
2012-03-13bnx2x: ethtool now returns unknown speed/duplexYuval Mintz1-11/+18
2012-03-13bnx2x: mark functions as loaded on shared memoryYuval Mintz1-0/+17