summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* | tg3: Fix stats while interface is downMatt Carlson2012-02-131-4/+4
* | tg3: Disable new DMA engine for 57766Matt Carlson2012-02-131-5/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-02-138-373/+265
|\ \
| * | e1000e: cleanup goto statements to exit points without common workBruce Allan2012-02-138-303/+212
| * | e1000e: potentially incorrect return for e1000e_setup_fiber_serdes_linkBruce Allan2012-02-131-1/+1
| * | e1000e: potentially incorrect return for e1000_init_hw_ich8lanBruce Allan2012-02-131-1/+1
| * | e1000e: cleanup: minor whitespace addition (insert blank line separator)Bruce Allan2012-02-131-0/+1
| * | e1000e: cleanup: remove unnecessary variable initializationsBruce Allan2012-02-131-2/+2
| * | e1000e: cleanup: remove unnecessary test and returnBruce Allan2012-02-131-2/+0
| * | e1000e: cleanup: remove unnecessary variable ret_valBruce Allan2012-02-131-2/+1
| * | e1000e: cleanup: remove unreachable statementBruce Allan2012-02-131-2/+0
| * | e1000e: potentially incorrect return for e1000_set_d3_lplu_state_ich8lanBruce Allan2012-02-131-2/+2
| * | e1000e: cleanup: always return 0Bruce Allan2012-02-134-4/+4
| * | e1000e: cleanup: remove unnecessary assignments just before returningBruce Allan2012-02-134-16/+7
| * | e1000e: potential incorrect return for e1000_setup_copper_link_80003es2lanBruce Allan2012-02-131-3/+1
| * | e1000e: potentially incorrect return for e1000_cfg_kmrn_10_100_80003es2lanBruce Allan2012-02-131-3/+1
| * | e1000e: cleanup: rename goto labels to be more meaningfulBruce Allan2012-02-133-27/+27
| * | e1000e: cleanup: use goto for common work needed by multiple exit pointsBruce Allan2012-02-131-5/+5
* | | ppp: fix truesize underestimationEric Dumazet2012-02-131-1/+1
* | | tg3: Move transmit comment to a better locationMatt Carlson2012-02-131-1/+3
* | | tg3: Eliminate unneeded prototypeMatt Carlson2012-02-131-3/+2
* | | tg3: Relocate tg3_find_peerMatt Carlson2012-02-131-30/+28
* | | tg3: Move tg3_nvram_write_block functionsMatt Carlson2012-02-131-250/+250
* | | tg3: Move tg3_set_rx_modeMatt Carlson2012-02-131-100/+99
* | | tg3: Move tg3_change_mtu to a better locationMatt Carlson2012-02-131-81/+78
* | | tg3: Relocate tg3_reset_taskMatt Carlson2012-02-131-47/+45
* | | tg3: Move tg3_restart_hw to a better locationMatt Carlson2012-02-131-27/+29
* | | virtio: net: remove sparse errorsEric Dumazet2012-02-131-4/+3
|/ /
* | trivial: typo hnalder -> handlerUwe Kleine-König2012-02-132-2/+2
* | stmicro: Fix typo in stmmac_pci.c and stmmac_platform.cMasanari Iida2012-02-132-2/+2
* | enic: remove assignment of random mac on enic vfRoopa Prabhu2012-02-132-6/+1
* | enic: Fix address deregistration for sriov vf during port profile disassociateRoopa Prabhu2012-02-132-3/+3
* | be2net: event queue re-designSathya Perla2012-02-135-578/+434
* | drivers/net: Remove boolean comparisons to true/falseJoe Perches2012-02-1335-100/+84
* | rename dev_hw_addr_random and remove redundant secondDanny Kukawka2012-02-132-15/+24
* | aeroflex: Fix typo in greth.cMasanari Iida2012-02-131-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-02-124-278/+500
|\ \
| * | ixgbe: Combine post-DMA processing of sk_buff fields into single functionAlexander Duyck2012-02-102-59/+71
| * | ixgbe: Drop the _ADV of descriptor macros since all ixgbe descriptors are ADVAlexander Duyck2012-02-103-18/+18
| * | ixgbe: Add function for testing status bits in Rx descriptorAlexander Duyck2012-02-103-55/+65
| * | ixgbe: Let the Rx buffer allocation clear status bits instead of cleanupAlexander Duyck2012-02-101-62/+93
| * | ixgbe: Address fact that RSC was not setting GSO size for incoming framesAlexander Duyck2012-02-101-5/+125
| * | ixgbe: Minor refactor of RSCAlexander Duyck2012-02-102-98/+147
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-1027-158/+174
|\ \ \ | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-02-1085-267/+348
| |\ \
| | * | bna: fix error handling of bnad_get_flash_partition_by_offset()Dan Carpenter2012-02-091-6/+4
| | * | ixgbe: ethtool: stats user buffer overrunJohn Fastabend2012-02-091-37/+51
| | * | ixgbe: dcb: up2tc mapping lost on disable/enable CEE DCB stateJohn Fastabend2012-02-091-2/+9
| | * | ixgbe: do not update real num queues when netdev is going awayYi Zou2012-02-091-0/+4
| | * | ixgbe: Fix broken dependency on MAX_SKB_FRAGS being related to page sizeAlexander Duyck2012-02-091-6/+6