aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-3/+1
2019-04-01drivers: mellanox: use netdev_xmit_more() helperFlorian Westphal1-1/+1
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-4/+3
2018-12-17net/mlx4_en: remove fallback after kzalloc_node()Eric Dumazet1-5/+2
2018-11-03net/mlx4_en: use __netdev_tx_sent_queue()Eric Dumazet1-2/+4
2018-07-09net: allow fallback function to pass netdevAlexander Duyck1-2/+2
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-04-29mlx4: Don't bother using skb_tx_hash in mlx4_en_select_queueAlexander Duyck1-1/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-16/+32
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-6/+6
2017-10-11net/mlx4_en: XDP_TX, assign constant values of TX descs on ring creaionTariq Toukan1-14/+24
2017-10-11net/mlx4_en: Obsolete call to generic write_desc in XDP xmit flowTariq Toukan1-5/+12
2017-10-11net/mlx4_en: Replace netdev parameter with priv in XDP xmit functionTariq Toukan1-2/+1
2017-10-09net/mlx4_en: Use __force to fix a sparse warning in TX datapathTariq Toukan1-1/+1
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2017-08-16mlx4: sizeof style usagestephen hemminger1-1/+1
2017-07-24(IB, net)/mlx4: Add resource utilization supportMoshe Shemesh1-1/+2
2017-07-17{net, IB}/mlx4: Remove gfp flags argumentLeon Romanovsky1-1/+1
2017-06-29net/mlx4_en: Do not allocate redundant TX queues when TC is disabledInbar Karmy1-5/+1
2017-06-15net/mlx4_en: Refactor mlx4_en_free_tx_descTariq Toukan1-29/+16
2017-06-15net/mlx4_en: Replace TXBB_SIZE multiplications with shift operationsTariq Toukan1-12/+14
2017-06-15net/mlx4_en: Poll XDP TX completion queue in RX NAPITariq Toukan1-2/+3
2017-06-15net/mlx4_en: Improve XDP xmit functionTariq Toukan1-40/+19
2017-06-15net/mlx4_en: Improve stack xmit functionTariq Toukan1-64/+87
2017-06-15net/mlx4_en: Improve transmit CQ pollingTariq Toukan1-6/+7
2017-06-15net/mlx4_en: Remove unused argument in TX datapath functionTariq Toukan1-6/+4
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-6/+3
2017-04-06mlx4: trust shinfo->gso_segsEric Dumazet1-2/+1
2017-03-09mlx4: reduce rx ring page_cache sizeEric Dumazet1-2/+0
2017-03-09mlx4: dma_dir is a mlx4_en_priv attributeEric Dumazet1-1/+1
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