summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2014-10-10cxgb4vf: Add 40G support for cxgb4vf driverHariprasad Shenai3-7/+21
2014-10-10cxgb4/cxgb4vf: Updated the LSO transfer length in CPL_TX_PKT_LSO for T5Hariprasad Shenai4-5/+11
2014-10-09gianfar: Replace eieio with wmb for non-PPC archsClaudiu Manoil2-10/+19
2014-10-09gianfar: Replace spin_event_timeout() with arch independentClaudiu Manoil2-13/+34
2014-10-09gianfar: Make MAC addr setup endian safe, cleanupClaudiu Manoil1-8/+7
2014-10-09gianfar: Exclude PPC specific errata handling from ARM buildsClaudiu Manoil1-0/+6
2014-10-09gianfar: Include missing headers for ARM buildsClaudiu Manoil1-0/+2
2014-10-09net/fsl_pq_mdio: Replace spin_event_timeout() with arch independentClaudiu Manoil1-13/+23
2014-10-09net/fsl_pq_mdio: Use ioread/iowrite32be() portable accessorsClaudiu Manoil1-14/+14
2014-10-09net/fsl_pq_mdio: Fix asm/ucc.h compile error for ARMClaudiu Manoil1-0/+2
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds236-4208/+33027
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-46/+15
2014-10-09net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpersEric Dumazet1-2/+3
2014-10-09cxgb4: clean up a type issueDan Carpenter1-10/+8
2014-10-09cxgb4: potential shift wrapping bugDan Carpenter1-1/+1
2014-10-09i40e: skb->xmit_more supportEric Dumazet1-44/+46
2014-10-09net: fs_enet: Add NAPI TXLEROY Christophe5-11/+132
2014-10-09net: fs_enet: Remove non NAPI RXLEROY Christophe1-149/+15
2014-10-08r8169:add support for RTL8168EPChun-Hao Lin1-44/+517
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-5/+5
2014-10-07net/mlx4_en: remove NETDEV_TX_BUSYEric Dumazet1-24/+24
2014-10-073c59x: fix bad split of cpu_to_le32(pci_map_single())Sylvain "ythier" Hitier1-1/+1
2014-10-07net: bcmgenet: fix Tx ring priority programmingPetri Gynther2-17/+27
2014-10-07bna: allow transmit tagged framesIvan Vecera2-2/+2
2014-10-06net/mlx4_en: Use the new tx_copybreak to set inline thresholdEric Dumazet3-2/+44
2014-10-06net/mlx4_en: Enable the compiler to make is_inline() inlinedEric Dumazet1-29/+38
2014-10-06net/mlx4_en: tx_info->ts_requested was not clearedEric Dumazet1-0/+1
2014-10-06net/mlx4_en: Use local var for skb_headlen(skb)Eric Dumazet1-10/+11
2014-10-06net/mlx4_en: Use local var in tx flow for skb_shinfo(skb)Eric Dumazet1-24/+34
2014-10-06net/mlx4_en: mlx4_en_xmit() reads ring->cons once, and ahead of time to avoid...Eric Dumazet1-5/+11
2014-10-06net/mlx4_en: Avoid false sharing in mlx4_en_en_process_tx_cq()Eric Dumazet1-7/+15
2014-10-06net/mlx4_en: Use prefetch in tx pathEric Dumazet1-0/+9
2014-10-06net/mlx4_en: Avoid a cache line miss in TX completion for single frag skb'sEric Dumazet2-37/+49
2014-10-06net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc()Eric Dumazet1-3/+3
2014-10-06net/mlx4_en: Avoid calling bswap in tx fast pathEric Dumazet2-8/+12
2014-10-06net/mlx4_en: Align tx path structures to cache linesEric Dumazet1-40/+46
2014-10-06net/mlx4_en: Code cleanups in tx pathEric Dumazet2-24/+26
2014-10-06fec: Fix fec_enet_alloc_buffers() error pathFabio Estevam1-7/+10
2014-10-06net: fec: fix build error at m68k platformFrank Li1-0/+1
2014-10-06net: bcmgenet: improve bcmgenet_mii_setup()Petri Gynther3-31/+48
2014-10-06Altera TSE: Add support for no PHYWalter Lozano1-0/+8
2014-10-06Altera TSE: Move PHY get addr and MDIO createWalter Lozano1-21/+36
2014-10-06net: pxa168_eth: avoid using signed char for bitopsAntoine Ténart1-6/+6
2014-10-06net: spider_net: avoid using signed char for bitopsAntoine Ténart1-3/+3
2014-10-06net: spider_net: do not read mac address again after setting itAntoine Ténart1-34/+2
2014-10-05net: systemport: fix bcm_sysport_insert_tsb()Florian Fainelli1-6/+7
2014-10-05mlx4: add a new xmit_more counterEric Dumazet4-8/+19
2014-10-04drivers/net/ethernet/marvell/Kconfig: Let PXA168_ETH depend on HAS_IOMEMChen Gang1-1/+1
2014-10-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller10-77/+12
2014-10-04net/mlx5_core: Add ConnectX-4 to list of supported devicesEli Cohen1-0/+1