summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-16bnx2x: allocate memory dynamically in ethtool self-test.Mintz Yuval1-2/+11
2012-02-16bnx2x: force 10G on 84833 phy should be autoneg with only 10G advertisedMintz Yuval1-8/+1
2012-02-16bnx2x: added autoneg-restart after link advertisement changesMintz Yuval1-1/+1
2012-02-16bnx2x: ethtool publishes link partners speed and FCMintz Yuval3-79/+272
2012-02-16bnx2x: half duplex support added for several boardsMintz Yuval2-0/+4
2012-02-16bnx2x: consistent statistics after internal driver reloadMintz Yuval6-236/+374
2012-02-14mlx4: add unicast steering entries to resource_trackerEugenia Emantayev1-7/+11
2012-02-14mlx4: attach multicast with correct flagEugenia Emantayev1-12/+4
2012-02-14mlx4: remove redundant adding of steering type to gidEugenia Emantayev1-2/+0
2012-02-14mlx4: remove unnecessary variables and argumentsEugenia Emantayev1-12/+10
2012-02-14mlx4: remove unused field high_priosEugenia Emantayev2-4/+1
2012-02-14mlx4: fix QP tree trashingEugenia Emantayev1-0/+1
2012-02-14mlx4_core: fix buffer overrunEugenia Emantayev1-1/+1
2012-02-14tg3: Update copyrightMatt Carlson2-2/+2
2012-02-14tg3: Use *_UNKNOWN ethtool definitionsMatt Carlson2-23/+20
2012-02-14tg3: Remove unneeded link_config.orig_... membersMatt Carlson2-35/+12
2012-02-14tg3: Remove unused link config codeMatt Carlson1-5/+1
2012-02-14tg3: Consolidate ASIC rev detection codeMatt Carlson1-80/+79
2012-02-14tg3: Reduce UMP event collision windowMatt Carlson1-16/+26
2012-02-14tg3: Fix NVRAM page writes on newer devicesMatt Carlson1-2/+5
2012-02-14tg3: Fix copper autoneg adv checksMatt Carlson1-1/+10
2012-02-14tg3: Fix stats while interface is downMatt Carlson1-4/+4
2012-02-14tg3: Disable new DMA engine for 57766Matt Carlson1-5/+0
2012-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller8-373/+265
2012-02-14e1000e: cleanup goto statements to exit points without common workBruce Allan8-303/+212
2012-02-14e1000e: potentially incorrect return for e1000e_setup_fiber_serdes_linkBruce Allan1-1/+1
2012-02-14e1000e: potentially incorrect return for e1000_init_hw_ich8lanBruce Allan1-1/+1
2012-02-14e1000e: cleanup: minor whitespace addition (insert blank line separator)Bruce Allan1-0/+1
2012-02-14e1000e: cleanup: remove unnecessary variable initializationsBruce Allan1-2/+2
2012-02-14e1000e: cleanup: remove unnecessary test and returnBruce Allan1-2/+0
2012-02-14e1000e: cleanup: remove unnecessary variable ret_valBruce Allan1-2/+1
2012-02-14e1000e: cleanup: remove unreachable statementBruce Allan1-2/+0
2012-02-14e1000e: potentially incorrect return for e1000_set_d3_lplu_state_ich8lanBruce Allan1-2/+2
2012-02-14net_sched: sch_plug: plug_qdisc_ops is staticEric Dumazet1-1/+1
2012-02-14ppp: fix truesize underestimationEric Dumazet1-1/+1
2012-02-14gro: fix truesize underestimationEric Dumazet1-1/+2
2012-02-14tg3: Move transmit comment to a better locationMatt Carlson1-1/+3
2012-02-14tg3: Eliminate unneeded prototypeMatt Carlson1-3/+2
2012-02-14tg3: Relocate tg3_find_peerMatt Carlson1-30/+28
2012-02-14tg3: Move tg3_nvram_write_block functionsMatt Carlson1-250/+250
2012-02-14tg3: Move tg3_set_rx_modeMatt Carlson1-100/+99
2012-02-14tg3: Move tg3_change_mtu to a better locationMatt Carlson1-81/+78
2012-02-14tg3: Relocate tg3_reset_taskMatt Carlson1-47/+45
2012-02-14tg3: Move tg3_restart_hw to a better locationMatt Carlson1-27/+29
2012-02-14virtio: net: remove sparse errorsEric Dumazet1-4/+3
2012-02-14e1000e: cleanup: always return 0Bruce Allan4-4/+4
2012-02-14e1000e: cleanup: remove unnecessary assignments just before returningBruce Allan4-16/+7
2012-02-14e1000e: potential incorrect return for e1000_setup_copper_link_80003es2lanBruce Allan1-3/+1
2012-02-14e1000e: potentially incorrect return for e1000_cfg_kmrn_10_100_80003es2lanBruce Allan1-3/+1
2012-02-14e1000e: cleanup: rename goto labels to be more meaningfulBruce Allan3-27/+27