summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-09236-4208/+33027
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-085-46/+15
| |\
| | * 3c59x: fix bad split of cpu_to_le32(pci_map_single())Sylvain "ythier" Hitier2014-10-071-1/+1
| | * bna: allow transmit tagged framesIvan Vecera2014-10-072-2/+2
| | * net: spider_net: avoid using signed char for bitopsAntoine Ténart2014-10-061-3/+3
| | * net: spider_net: do not read mac address again after setting itAntoine Ténart2014-10-061-34/+2
| | * net: systemport: fix bcm_sysport_insert_tsb()Florian Fainelli2014-10-051-6/+7
| * | net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpersEric Dumazet2014-10-081-2/+3
| * | cxgb4: clean up a type issueDan Carpenter2014-10-081-10/+8
| * | cxgb4: potential shift wrapping bugDan Carpenter2014-10-081-1/+1
| * | i40e: skb->xmit_more supportEric Dumazet2014-10-081-44/+46
| * | net: fs_enet: Add NAPI TXLEROY Christophe2014-10-085-11/+132
| * | net: fs_enet: Remove non NAPI RXLEROY Christophe2014-10-081-149/+15
| * | r8169:add support for RTL8168EPChun-Hao Lin2014-10-081-44/+517
| * | net/mlx4_en: remove NETDEV_TX_BUSYEric Dumazet2014-10-071-24/+24
| * | net: bcmgenet: fix Tx ring priority programmingPetri Gynther2014-10-072-17/+27
| * | net/mlx4_en: Use the new tx_copybreak to set inline thresholdEric Dumazet2014-10-063-2/+44
| * | net/mlx4_en: Enable the compiler to make is_inline() inlinedEric Dumazet2014-10-061-29/+38
| * | net/mlx4_en: tx_info->ts_requested was not clearedEric Dumazet2014-10-061-0/+1
| * | net/mlx4_en: Use local var for skb_headlen(skb)Eric Dumazet2014-10-061-10/+11
| * | net/mlx4_en: Use local var in tx flow for skb_shinfo(skb)Eric Dumazet2014-10-061-24/+34
| * | net/mlx4_en: mlx4_en_xmit() reads ring->cons once, and ahead of time to avoid...Eric Dumazet2014-10-061-5/+11
| * | net/mlx4_en: Avoid false sharing in mlx4_en_en_process_tx_cq()Eric Dumazet2014-10-061-7/+15
| * | net/mlx4_en: Use prefetch in tx pathEric Dumazet2014-10-061-0/+9
| * | net/mlx4_en: Avoid a cache line miss in TX completion for single frag skb'sEric Dumazet2014-10-062-37/+49
| * | net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc()Eric Dumazet2014-10-061-3/+3
| * | net/mlx4_en: Avoid calling bswap in tx fast pathEric Dumazet2014-10-062-8/+12
| * | net/mlx4_en: Align tx path structures to cache linesEric Dumazet2014-10-061-40/+46
| * | net/mlx4_en: Code cleanups in tx pathEric Dumazet2014-10-062-24/+26
| * | fec: Fix fec_enet_alloc_buffers() error pathFabio Estevam2014-10-061-7/+10
| * | net: fec: fix build error at m68k platformFrank Li2014-10-061-0/+1
| * | net: bcmgenet: improve bcmgenet_mii_setup()Petri Gynther2014-10-063-31/+48
| * | Altera TSE: Add support for no PHYWalter Lozano2014-10-061-0/+8
| * | Altera TSE: Move PHY get addr and MDIO createWalter Lozano2014-10-061-21/+36
| * | net: pxa168_eth: avoid using signed char for bitopsAntoine Ténart2014-10-061-6/+6
| * | mlx4: add a new xmit_more counterEric Dumazet2014-10-054-8/+19
| * | drivers/net/ethernet/marvell/Kconfig: Let PXA168_ETH depend on HAS_IOMEMChen Gang2014-10-041-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-10-0410-77/+12
| |\ \
| | * | igb: bump version to 5.2.15Todd Fujinaka2014-10-021-1/+1
| | * | i40e/igb: Convert to dev_consume_skb_any()Rick Jones2014-10-022-2/+2
| | * | igb: remove blocking phy read from inside spinlockBernhard Kaindl2014-10-023-18/+0
| | * | ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUESEthan Zhao2014-10-021-1/+0
| | * | ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQLEmil Tantilov2014-10-022-6/+1
| | * | ixgbe: remove wait loop on autoneg for copper devicesEmil Tantilov2014-10-021-41/+0
| | * | ixgbe: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones2014-10-021-1/+1
| | * | fm10k: Correctly set the number of Tx queuesAlexander Duyck2014-10-021-1/+5
| | * | fm10k: Reduce buffer size when pages are larger than 4KAlexander Duyck2014-10-021-6/+2
| * | | net/mlx5_core: Add ConnectX-4 to list of supported devicesEli Cohen2014-10-041-0/+1
| * | | net/mlx5_core: Identify resources by their typeEli Cohen2014-10-042-22/+47
| * | | net/mlx5_core: use set/get macros in device capsEli Cohen2014-10-042-76/+91