summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2012-02-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller27-158/+174
2012-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds85-267/+348
2012-02-10igb: fix warning about unused functionEmil Tantilov1-0/+4
2012-02-10e1000e: replace '1' with 'true' for boolean get_link_statusBruce Allan2-4/+4
2012-02-10e1000e: pass pointer to hw struct for e1000_init_mac_params_XXX()Bruce Allan3-11/+8
2012-02-10e1000e: use true/false for bool autoneg_falseBruce Allan1-7/+7
2012-02-10e1000e: remove unnecessary parenthesesBruce Allan5-12/+12
2012-02-10e1000e: remove unnecessary returns from void functionsBruce Allan3-14/+4
2012-02-10e1000e: remove test that is always falseBruce Allan1-2/+2
2012-02-10Merge tag 'char-misc-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2012-02-10bna: fix error handling of bnad_get_flash_partition_by_offset()Dan Carpenter1-6/+4
2012-02-09cnic: Update VLAN ID during ISCSI_UEVENT_PATH_UPDATEEddie Wai2-2/+4
2012-02-09cnic: set error flag when iSCSI connection failsJeffrey Huang1-0/+2
2012-02-09ixgbe: ethtool: stats user buffer overrunJohn Fastabend1-37/+51
2012-02-09ixgbe: dcb: up2tc mapping lost on disable/enable CEE DCB stateJohn Fastabend1-2/+9
2012-02-09ixgbe: do not update real num queues when netdev is going awayYi Zou1-0/+4
2012-02-09ixgbe: Fix broken dependency on MAX_SKB_FRAGS being related to page sizeAlexander Duyck1-6/+6
2012-02-09ixgbe: Fix case of Tx Hang in PF with 32 VFsGreg Rose1-1/+1
2012-02-09ixgbe: fix vf lookupGreg Rose1-1/+2
2012-02-09igb: fix vf lookupGreg Rose1-1/+2
2012-02-09e1000: add dropped DMA receive enable back in for WoLDean Nelson1-4/+6
2012-02-09netxen_nic: signedness bug in netxen_md_entry_err_chk()Dan Carpenter1-1/+1
2012-02-09netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi6-37/+42
2012-02-09netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A. Dalvi33-58/+47
2012-02-09stmmac: Fix typo in stmmac_pci.cMasanari Iida1-1/+1
2012-02-09mace: Fix build for mace due to netdev_alloc_skbPradeep A. Dalvi1-1/+1
2012-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-13/+44
2012-02-08sonice: Fix build due to botched netdev_alloc_skb() conversion.David S. Miller1-1/+1
2012-02-07zd1211rw: firmware needs duration_id set to zero for non-pspoll framesTomas Vanek1-0/+8
2012-02-07net: enable TC35815 for MIPS againAtsushi Nemoto1-1/+1
2012-02-07sh-eth: use netdev stats structure and fix dma_map_singleEric Dumazet2-32/+31
2012-02-07net: sh_eth: fix skb_over_panic happenYoshihiro Shimoda2-4/+3
2012-02-07net: fec: Fix build due to wrong dev annotationFabio Estevam1-2/+2
2012-02-07bnx2x: Fix mem leak in bnx2x_tpa_stop() if build_skb() fails.Jesper Juhl1-2/+1
2012-02-07CONFIG_TR/CONFIG_LLC: work around the problem with selectAl Viro1-1/+4
2012-02-07Revert "skge: check for PCI dma mapping errors"stephen hemminger1-58/+13
2012-02-07e1000e: minor whitespace and indentation cleanupBruce Allan2-37/+43
2012-02-07e1000e: fix sparse warnings with -D__CHECK_ENDIAN__Bruce Allan2-8/+9
2012-02-07e1000e: fix checkpatch warning from MINMAX testBruce Allan1-1/+1
2012-02-07e1000e: cleanup - use braces in both branches of a conditional statementBruce Allan1-1/+2
2012-02-07e1000e: cleanup e1000_set_phys_idBruce Allan1-2/+2
2012-02-07e1000e: cleanup e1000_init_mac_params_82571()Bruce Allan1-42/+30
2012-02-07e1000e: cleanup e1000_init_mac_params_80003es2lan()Bruce Allan1-21/+7
2012-02-07e1000e: cleanup - check return values consistentlyBruce Allan2-5/+5
2012-02-07e1000e: add missing initializers reported when compiling with W=1Bruce Allan1-3/+5
2012-02-07e1000: Adding e1000_dump functionTushar Dave3-0/+235
2012-02-07igbvf: refactor Interrupt Throttle Rate codeMitch A Williams3-78/+99
2012-02-06mlx4: fix DMA mapping leak when allocation failsThadeu Lima de Souza Cascardo1-1/+5
2012-02-06mlx4: allow device removal by fixing dma unmap sizeThadeu Lima de Souza Cascardo3-4/+6
2012-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville224-3627/+3837