summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_tx.c
Commit message (Expand)AuthorAgeFilesLines
...
* mlx4/mlx5: Use dma_wmb/rmb where appropriateAlexander Duyck2015-04-091-6/+6
* net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas2015-01-251-2/+2
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-6/+6
* net/mlx4_en: Doorbell is byteswapped in Little Endian archsAmir Vadai2014-12-221-1/+11
* net/mlx4: Change QP allocation schemeEugenia Emantayev2014-12-111-3/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-011-2/+5
|\
| * net/mlx4_en: Don't attempt to TX offload the outer UDP checksum for VXLANOr Gerlitz2014-10-311-2/+5
* | mlx4: use napi_schedule_irqoff()Eric Dumazet2014-10-301-2/+2
|/
* net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpersEric Dumazet2014-10-081-2/+3
* net/mlx4_en: remove NETDEV_TX_BUSYEric Dumazet2014-10-071-24/+24
* net/mlx4_en: Use the new tx_copybreak to set inline thresholdEric Dumazet2014-10-061-1/+0Star
* 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-061-37/+46
* 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-061-7/+10
* net/mlx4_en: Code cleanups in tx pathEric Dumazet2014-10-061-23/+26
* mlx4: add a new xmit_more counterEric Dumazet2014-10-051-1/+3
* mlx4: exploit skb->xmit_more to conditionally send doorbellEric Dumazet2014-09-281-7/+16
* net/mlx4_en: Add mlx4_en_get_cqe helperIdo Shamay2014-09-191-2/+2
* mlx4_en: Convert the normal skb free path to dev_consume_skb_any()Rick Jones2014-09-041-1/+1
* net/mlx4_en: Disable blueflame using ethtool private flagsAmir Vadai2014-07-231-4/+9
* net/mlx4_en: Ignore budget on TX napi pollingAmir Vadai2014-07-091-15/+13Star
* net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity...Amir Vadai2014-07-031-6/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-4/+10
|\
| * net/mlx4_core: Enforce irq affinity changes immediatlyYuval Atias2014-05-141-0/+6
| * mellanox: Logging message cleanupsJoe Perches2014-05-091-4/+4
* | IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIOJiri Kosina2014-06-021-1/+1
|/
* mlx4: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman2014-03-121-1/+1
* net/mlx4_en: Use union for BlueFlame WQEAmir Vadai2014-03-031-1/+2
* net/mlx4_en: Move queue stopped/waked counters to be per ringEugenia Emantayev2014-03-031-3/+3
* net/mlx4_en: Pad ethernet packets smaller than 17 bytesEugenia Emantayev2014-03-031-1/+7
* net/mlx4_en: Verify mlx4_en module parametersEugenia Emantayev2014-03-031-16/+5Star
* netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann2014-02-171-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-141-1/+2
|\
| * net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-101-1/+2
* | net/mlx4_en: Add netdev support for TCP/IP offloads of vxlan tunnelingOr Gerlitz2013-12-311-1/+13
* | net/mlx4_en: Add NAPI support for transmit sideEugenia Emantayev2013-12-201-7/+32
* | net/mlx4_en: Configure the XPS queue mapping on driver loadIdo Shamay2013-12-201-1/+8
|/
* net/mlx4_en: Datapath structures are allocated per NUMA nodeEugenia Emantayev2013-11-081-11/+23
* net/mlx4_en: Datapath resources allocated dynamicallyEugenia Emantayev2013-11-081-8/+24
* net/mlx4_en: Reduce scope of local variables in mlx4_en_xmitAmir Vadai2013-08-211-3/+7
* net/mlx4_en: Fix handling of dma_map failureAmir Vadai2013-08-211-35/+62
* net/mlx4_en: Notify user when TX ring in error stateAmir Vadai2013-08-211-0/+9
* net/mlx4_en: Fix BlueFlame raceEugenia Emantayev2013-07-291-19/+42