aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-13tg3: Reduce UMP event collision windowMatt Carlson1-16/+26
2012-02-13tg3: Fix NVRAM page writes on newer devicesMatt Carlson1-2/+5
2012-02-13tg3: Fix copper autoneg adv checksMatt Carlson1-1/+10
2012-02-13tg3: Fix stats while interface is downMatt Carlson1-4/+4
2012-02-13tg3: Disable new DMA engine for 57766Matt Carlson1-5/+0
2012-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller8-373/+265
2012-02-13sfc: Warn if unable to create MTDsBen Hutchings2-2/+7
2012-02-13sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZEBen Hutchings3-5/+7
2012-02-13sfc: Do not retry hardware probe if it schedules a resetBen Hutchings1-34/+16
2012-02-13sfc: Skip RX end-of-batch work on channels without an RX queueBen Hutchings1-10/+11
2012-02-13e1000e: cleanup goto statements to exit points without common workBruce Allan8-303/+212
2012-02-13e1000e: potentially incorrect return for e1000e_setup_fiber_serdes_linkBruce Allan1-1/+1
2012-02-13e1000e: potentially incorrect return for e1000_init_hw_ich8lanBruce Allan1-1/+1
2012-02-13e1000e: cleanup: minor whitespace addition (insert blank line separator)Bruce Allan1-0/+1
2012-02-13e1000e: cleanup: remove unnecessary variable initializationsBruce Allan1-2/+2
2012-02-13e1000e: cleanup: remove unnecessary test and returnBruce Allan1-2/+0
2012-02-13e1000e: cleanup: remove unnecessary variable ret_valBruce Allan1-2/+1
2012-02-13e1000e: cleanup: remove unreachable statementBruce Allan1-2/+0
2012-02-13e1000e: potentially incorrect return for e1000_set_d3_lplu_state_ich8lanBruce Allan1-2/+2
2012-02-13ppp: fix truesize underestimationEric Dumazet1-1/+1
2012-02-13tg3: Move transmit comment to a better locationMatt Carlson1-1/+3
2012-02-13tg3: Eliminate unneeded prototypeMatt Carlson1-3/+2
2012-02-13tg3: Relocate tg3_find_peerMatt Carlson1-30/+28
2012-02-13tg3: Move tg3_nvram_write_block functionsMatt Carlson1-250/+250
2012-02-13tg3: Move tg3_set_rx_modeMatt Carlson1-100/+99
2012-02-13tg3: Move tg3_change_mtu to a better locationMatt Carlson1-81/+78
2012-02-13tg3: Relocate tg3_reset_taskMatt Carlson1-47/+45
2012-02-13tg3: Move tg3_restart_hw to a better locationMatt Carlson1-27/+29
2012-02-13virtio: net: remove sparse errorsEric Dumazet1-4/+3
2012-02-13e1000e: cleanup: always return 0Bruce Allan4-4/+4
2012-02-13e1000e: cleanup: remove unnecessary assignments just before returningBruce Allan4-16/+7
2012-02-13e1000e: potential incorrect return for e1000_setup_copper_link_80003es2lanBruce Allan1-3/+1
2012-02-13e1000e: potentially incorrect return for e1000_cfg_kmrn_10_100_80003es2lanBruce Allan1-3/+1
2012-02-13e1000e: cleanup: rename goto labels to be more meaningfulBruce Allan3-27/+27
2012-02-13e1000e: cleanup: use goto for common work needed by multiple exit pointsBruce Allan1-5/+5
2012-02-13trivial: typo hnalder -> handlerUwe Kleine-König2-2/+2
2012-02-13stmicro: Fix typo in stmmac_pci.c and stmmac_platform.cMasanari Iida2-2/+2
2012-02-13mISDN: Fix typo in dsp_core.cMasanari Iida1-1/+1
2012-02-13enic: remove assignment of random mac on enic vfRoopa Prabhu2-6/+1
2012-02-13enic: Fix address deregistration for sriov vf during port profile disassociateRoopa Prabhu2-3/+3
2012-02-13isdn: Fix typo in isdn_ppp.cMasanari Iida1-2/+2
2012-02-13mISDN/hfcsusb: remove unused variable hfcsusb_revDanny Kukawka1-2/+1
2012-02-13isdn: Fix typo in callc.c and tei.cMasanari Iida2-2/+2
2012-02-13be2net: event queue re-designSathya Perla5-578/+434
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches35-100/+84
2012-02-13rename dev_hw_addr_random and remove redundant secondDanny Kukawka2-15/+24
2012-02-13aeroflex: Fix typo in greth.cMasanari Iida1-1/+1
2012-02-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller4-278/+500
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller279-41131/+2062
2012-02-10ixgbe: Combine post-DMA processing of sk_buff fields into single functionAlexander Duyck2-59/+71