aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/en_tx.c
AgeCommit message (Expand)Author
2015-01-25net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-12-22net/mlx4_en: Doorbell is byteswapped in Little Endian archsAmir Vadai
2014-12-11net/mlx4: Change QP allocation schemeEugenia Emantayev
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-30net/mlx4_en: Don't attempt to TX offload the outer UDP checksum for VXLANOr Gerlitz
2014-10-30mlx4: use napi_schedule_irqoff()Eric Dumazet
2014-10-08net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpersEric Dumazet
2014-10-07net/mlx4_en: remove NETDEV_TX_BUSYEric Dumazet
2014-10-06net/mlx4_en: Use the new tx_copybreak to set inline thresholdEric Dumazet
2014-10-06net/mlx4_en: Enable the compiler to make is_inline() inlinedEric Dumazet
2014-10-06net/mlx4_en: tx_info->ts_requested was not clearedEric Dumazet
2014-10-06net/mlx4_en: Use local var for skb_headlen(skb)Eric Dumazet
2014-10-06net/mlx4_en: Use local var in tx flow for skb_shinfo(skb)Eric Dumazet
2014-10-06net/mlx4_en: mlx4_en_xmit() reads ring->cons once, and ahead of time to avoid...Eric Dumazet
2014-10-06net/mlx4_en: Avoid false sharing in mlx4_en_en_process_tx_cq()Eric Dumazet
2014-10-06net/mlx4_en: Use prefetch in tx pathEric Dumazet
2014-10-06net/mlx4_en: Avoid a cache line miss in TX completion for single frag skb'sEric Dumazet
2014-10-06net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc()Eric Dumazet
2014-10-06net/mlx4_en: Avoid calling bswap in tx fast pathEric Dumazet
2014-10-06net/mlx4_en: Code cleanups in tx pathEric Dumazet
2014-10-04mlx4: add a new xmit_more counterEric Dumazet
2014-09-28mlx4: exploit skb->xmit_more to conditionally send doorbellEric Dumazet
2014-09-19net/mlx4_en: Add mlx4_en_get_cqe helperIdo Shamay
2014-09-03mlx4_en: Convert the normal skb free path to dev_consume_skb_any()Rick Jones
2014-07-22net/mlx4_en: Disable blueflame using ethtool private flagsAmir Vadai
2014-07-08net/mlx4_en: Ignore budget on TX napi pollingAmir Vadai
2014-07-02net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity...Amir Vadai
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-02IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIOJiri Kosina
2014-05-14net/mlx4_core: Enforce irq affinity changes immediatlyYuval Atias
2014-05-08mellanox: Logging message cleanupsJoe Perches
2014-03-12mlx4: Call dev_kfree_skby_any instead of dev_kfree_skb.Eric W. Biederman
2014-03-02net/mlx4_en: Use union for BlueFlame WQEAmir Vadai
2014-03-02net/mlx4_en: Move queue stopped/waked counters to be per ringEugenia Emantayev
2014-03-02net/mlx4_en: Pad ethernet packets smaller than 17 bytesEugenia Emantayev
2014-03-02net/mlx4_en: Verify mlx4_en module parametersEugenia Emantayev
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang
2013-12-31net/mlx4_en: Add netdev support for TCP/IP offloads of vxlan tunnelingOr Gerlitz
2013-12-19net/mlx4_en: Add NAPI support for transmit sideEugenia Emantayev
2013-12-19net/mlx4_en: Configure the XPS queue mapping on driver loadIdo Shamay
2013-11-07net/mlx4_en: Datapath structures are allocated per NUMA nodeEugenia Emantayev
2013-11-07net/mlx4_en: Datapath resources allocated dynamicallyEugenia Emantayev
2013-08-21net/mlx4_en: Reduce scope of local variables in mlx4_en_xmitAmir Vadai
2013-08-21net/mlx4_en: Fix handling of dma_map failureAmir Vadai
2013-08-21net/mlx4_en: Notify user when TX ring in error stateAmir Vadai
2013-07-29net/mlx4_en: Fix BlueFlame raceEugenia Emantayev
2013-06-04mlx4: use __netdev_pick_tx instead of __skb_tx_hash in mlx4_en_select_queuegovindarajulu.v