summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/en_tx.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-28net/mlx4_en: Explicitly set no vlan tags in WQE ctrl segment when no vlan is ...Jack Morgenstein1-0/+2
2015-07-28net/mlx4_en: Add support for hardware accelerated 802.1ad vlanHadar Hen Zion1-4/+9
2015-07-28net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated supportHadar Hen Zion1-1/+1
2015-06-25net/mlx4_en: Wake TX queues only when there's enough roomIdo Shamay1-8/+11
2015-06-25net/mlx4_en: Release TX QP when destroying TX ringEran Ben Elisha1-0/+1
2015-05-28cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell1-3/+3
2015-04-29mlx4: Fix tx ring affinity_mask creationBenjamin Poirier1-3/+5
2015-04-09mlx4/mlx5: Use dma_wmb/rmb where appropriateAlexander Duyck1-6/+6
2015-01-26net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas1-2/+2
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-6/+6
2014-12-23net/mlx4_en: Doorbell is byteswapped in Little Endian archsAmir Vadai1-1/+11
2014-12-11net/mlx4: Change QP allocation schemeEugenia Emantayev1-3/+11
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2014-10-31net/mlx4_en: Don't attempt to TX offload the outer UDP checksum for VXLANOr Gerlitz1-2/+5
2014-10-30mlx4: use napi_schedule_irqoff()Eric Dumazet1-2/+2
2014-10-09net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpersEric Dumazet1-2/+3
2014-10-07net/mlx4_en: remove NETDEV_TX_BUSYEric Dumazet1-24/+24
2014-10-06net/mlx4_en: Use the new tx_copybreak to set inline thresholdEric Dumazet1-1/+0
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 Dumazet1-37/+46
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 Dumazet1-7/+10
2014-10-06net/mlx4_en: Code cleanups in tx pathEric Dumazet1-23/+26
2014-10-05mlx4: add a new xmit_more counterEric Dumazet1-1/+3
2014-09-29mlx4: exploit skb->xmit_more to conditionally send doorbellEric Dumazet1-7/+16
2014-09-20net/mlx4_en: Add mlx4_en_get_cqe helperIdo Shamay1-2/+2
2014-09-04mlx4_en: Convert the normal skb free path to dev_consume_skb_any()Rick Jones1-1/+1
2014-07-23net/mlx4_en: Disable blueflame using ethtool private flagsAmir Vadai1-4/+9
2014-07-09net/mlx4_en: Ignore budget on TX napi pollingAmir Vadai1-15/+13
2014-07-03net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity...Amir Vadai1-6/+0
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+10
2014-06-03IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIOJiri Kosina1-1/+1
2014-05-14net/mlx4_core: Enforce irq affinity changes immediatlyYuval Atias1-0/+6
2014-05-09mellanox: Logging message cleanupsJoe Perches1-4/+4
2014-03-13mlx4: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-03net/mlx4_en: Use union for BlueFlame WQEAmir Vadai1-1/+2
2014-03-03net/mlx4_en: Move queue stopped/waked counters to be per ringEugenia Emantayev1-3/+3
2014-03-03net/mlx4_en: Pad ethernet packets smaller than 17 bytesEugenia Emantayev1-1/+7
2014-03-03net/mlx4_en: Verify mlx4_en module parametersEugenia Emantayev1-16/+5
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-2/+2
2014-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-1/+2
2013-12-31net/mlx4_en: Add netdev support for TCP/IP offloads of vxlan tunnelingOr Gerlitz1-1/+13
2013-12-20net/mlx4_en: Add NAPI support for transmit sideEugenia Emantayev1-7/+32