summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/en_tx.c
AgeCommit message (Expand)Author
2017-01-30net/mlx4_core: Get num_tc using netdev_get_num_tcAlaa Hleihel
2016-12-08mlx4: xdp: Reserve headroom for receiving packet when XDP prog is activeMartin KaFai Lau
2016-11-24mlx4: reorganize struct mlx4_en_tx_ringEric Dumazet
2016-11-02net/mlx4_en: Add ethtool statistics for XDP casesTariq Toukan
2016-11-02net/mlx4_en: Refactor the XDP forwarding rings schemeTariq Toukan
2016-09-11net/mlx4_en: Fix panic on xmit while port is downMoshe Shemesh
2016-07-19net/mlx4_en: add xdp forwarding and data write supportBrenden Blanco
2016-07-19net/mlx4_en: break out tx_desc write into separate functionBrenden Blanco
2016-05-25net/mlx4_en: fix tx_dropped bugEric Dumazet
2016-05-05net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky
2016-05-04net/mlx4_en: Add support for inner IPv6 checksum offloads and TSOAlexander Duyck
2016-04-26net/mlx4_en: fix spurious timestamping callbacksEric Dumazet
2016-03-13mlx4: use napi_consume_skb API to get bulk free operationsJesper Dangaard Brouer
2016-02-17net/mlx4_core: Set UAR page size to 4KB regardless of system page sizeHuy Nguyen
2015-10-27net/mlx4_en: Explicitly set no vlan tags in WQE ctrl segment when no vlan is ...Jack Morgenstein
2015-07-27net/mlx4_en: Add support for hardware accelerated 802.1ad vlanHadar Hen Zion
2015-07-27net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated supportHadar Hen Zion
2015-06-25net/mlx4_en: Wake TX queues only when there's enough roomIdo Shamay
2015-06-25net/mlx4_en: Release TX QP when destroying TX ringEran Ben Elisha
2015-05-28cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell
2015-04-29mlx4: Fix tx ring affinity_mask creationBenjamin Poirier
2015-04-09mlx4/mlx5: Use dma_wmb/rmb where appropriateAlexander Duyck
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