summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/en_tx.c
AgeCommit message (Expand)Author
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-09net/mlx4_en: Handle TX error CQEMoshe Shemesh
2020-11-20net/mlx4_en: Remove unused performance countersTariq Toukan
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-12mlx4: handle non-napi callers to napi_pollJonathan Lemon
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg
2020-09-12net: ethernet: mlx4: Avoid assigning a value to ring_cons but not used it any...Luo Jiaxing
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-04-23net/mlx4_en: use napi_complete_done() in TX completionEric Dumazet
2020-04-18net/mlx4_en: avoid indirect call in TX completionEric Dumazet
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-04-01drivers: mellanox: use netdev_xmit_more() helperFlorian Westphal
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2018-12-17net/mlx4_en: remove fallback after kzalloc_node()Eric Dumazet
2018-11-03net/mlx4_en: use __netdev_tx_sent_queue()Eric Dumazet
2018-07-09net: allow fallback function to pass netdevAlexander Duyck
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-04-29mlx4: Don't bother using skb_tx_hash in mlx4_en_select_queueAlexander Duyck
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-11net/mlx4_en: XDP_TX, assign constant values of TX descs on ring creaionTariq Toukan
2017-10-11net/mlx4_en: Obsolete call to generic write_desc in XDP xmit flowTariq Toukan
2017-10-11net/mlx4_en: Replace netdev parameter with priv in XDP xmit functionTariq Toukan
2017-10-09net/mlx4_en: Use __force to fix a sparse warning in TX datapathTariq Toukan
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-08-16mlx4: sizeof style usagestephen hemminger
2017-07-24(IB, net)/mlx4: Add resource utilization supportMoshe Shemesh
2017-07-17{net, IB}/mlx4: Remove gfp flags argumentLeon Romanovsky
2017-06-29net/mlx4_en: Do not allocate redundant TX queues when TC is disabledInbar Karmy
2017-06-15net/mlx4_en: Refactor mlx4_en_free_tx_descTariq Toukan
2017-06-15net/mlx4_en: Replace TXBB_SIZE multiplications with shift operationsTariq Toukan
2017-06-15net/mlx4_en: Poll XDP TX completion queue in RX NAPITariq Toukan
2017-06-15net/mlx4_en: Improve XDP xmit functionTariq Toukan
2017-06-15net/mlx4_en: Improve stack xmit functionTariq Toukan
2017-06-15net/mlx4_en: Improve transmit CQ pollingTariq Toukan
2017-06-15net/mlx4_en: Remove unused argument in TX datapath functionTariq Toukan
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-04-06mlx4: trust shinfo->gso_segsEric Dumazet
2017-03-09mlx4: reduce rx ring page_cache sizeEric Dumazet
2017-03-09mlx4: dma_dir is a mlx4_en_priv attributeEric Dumazet
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