aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-30net/mlx4_core: Get num_tc using netdev_get_num_tcAlaa Hleihel1-1/+1
2016-12-08mlx4: xdp: Reserve headroom for receiving packet when XDP prog is activeMartin KaFai Lau1-4/+5
2016-11-24mlx4: reorganize struct mlx4_en_tx_ringEric Dumazet1-24/+24
2016-11-02net/mlx4_en: Add ethtool statistics for XDP casesTariq Toukan1-4/+4
2016-11-02net/mlx4_en: Refactor the XDP forwarding rings schemeTariq Toukan1-4/+5
2016-09-11net/mlx4_en: Fix panic on xmit while port is downMoshe Shemesh1-5/+7
2016-07-19net/mlx4_en: add xdp forwarding and data write supportBrenden Blanco1-6/+134
2016-07-19net/mlx4_en: break out tx_desc write into separate functionBrenden Blanco1-58/+76
2016-05-25net/mlx4_en: fix tx_dropped bugEric Dumazet1-4/+4
2016-05-05net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky1-12/+2
2016-05-04net/mlx4_en: Add support for inner IPv6 checksum offloads and TSOAlexander Duyck1-2/+13
2016-04-26net/mlx4_en: fix spurious timestamping callbacksEric Dumazet1-2/+4
2016-03-13mlx4: use napi_consume_skb API to get bulk free operationsJesper Dangaard Brouer1-6/+9
2016-02-17net/mlx4_core: Set UAR page size to 4KB regardless of system page sizeHuy Nguyen1-1/+3
2015-10-27net/mlx4_en: Explicitly set no vlan tags in WQE ctrl segment when no vlan is presentJack Morgenstein1-0/+2
2015-07-27net/mlx4_en: Add support for hardware accelerated 802.1ad vlanHadar Hen Zion1-4/+9
2015-07-27net/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-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