aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-25net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas1-2/+2
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-6/+6
2014-12-22net/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-30net/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-08net: 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 stallsEric 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-04mlx4: add a new xmit_more counterEric Dumazet1-1/+3
2014-09-28mlx4: exploit skb->xmit_more to conditionally send doorbellEric Dumazet1-7/+16
2014-09-19net/mlx4_en: Add mlx4_en_get_cqe helperIdo Shamay1-2/+2
2014-09-03mlx4_en: Convert the normal skb free path to dev_consume_skb_any()Rick Jones1-1/+1
2014-07-22net/mlx4_en: Disable blueflame using ethtool private flagsAmir Vadai1-4/+9
2014-07-08net/mlx4_en: Ignore budget on TX napi pollingAmir Vadai1-15/+13
2014-07-02net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity mapAmir Vadai1-6/+0
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+10
2014-06-02IB/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-08mellanox: Logging message cleanupsJoe Perches1-4/+4
2014-03-12mlx4: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-02net/mlx4_en: Use union for BlueFlame WQEAmir Vadai1-1/+2
2014-03-02net/mlx4_en: Move queue stopped/waked counters to be per ringEugenia Emantayev1-3/+3
2014-03-02net/mlx4_en: Pad ethernet packets smaller than 17 bytesEugenia Emantayev1-1/+7
2014-03-02net/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-14Merge 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-19net/mlx4_en: Add NAPI support for transmit sideEugenia Emantayev1-7/+32
2013-12-19net/mlx4_en: Configure the XPS queue mapping on driver loadIdo Shamay1-1/+8
2013-11-07net/mlx4_en: Datapath structures are allocated per NUMA nodeEugenia Emantayev1-11/+23
2013-11-07net/mlx4_en: Datapath resources allocated dynamicallyEugenia Emantayev1-8/+24
2013-08-21net/mlx4_en: Reduce scope of local variables in mlx4_en_xmitAmir Vadai1-3/+7
2013-08-21net/mlx4_en: Fix handling of dma_map failureAmir Vadai1-35/+62
2013-08-21net/mlx4_en: Notify user when TX ring in error stateAmir Vadai1-0/+9
2013-07-29net/mlx4_en: Fix BlueFlame raceEugenia Emantayev1-19/+42
2013-06-04mlx4: use __netdev_pick_tx instead of __skb_tx_hash in mlx4_en_select_queuegovindarajulu.v1-1/+1