summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/en_tx.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-07mlx4: Address spelling errorsSimon Horman1-1/+1
2023-04-13mlx4: use READ_ONCE/WRITE_ONCE for ring indexesJakub Kicinski1-3/+5
2023-02-21net/mlx4_en: Introduce flexible array to silence overflow warningKees Cook1-11/+11
2022-12-09net/mlx4: small optimization in mlx4_en_xmit()Eric Dumazet1-5/+5
2022-12-09net/mlx4: rename two constantsEric Dumazet1-4/+6
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-2/+2
2022-05-16mlx4: support BIG TCP packetsEric Dumazet1-9/+38
2022-03-11net/mlx4: Delete useless moduleparam includeLeon Romanovsky1-1/+0
2021-10-04net/mlx4_en: avoid one cache line miss to ring doorbellEric Dumazet1-2/+2
2021-08-23net/mellanox: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-7/+7
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+33
2020-12-10net/mlx4_en: Handle TX error CQEMoshe Shemesh1-7/+33
2020-11-20net/mlx4_en: Remove unused performance countersTariq Toukan1-13/+0
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-10-13mlx4: handle non-napi callers to napi_pollJonathan Lemon1-1/+1
2020-09-26drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg1-1/+1
2020-09-13net: ethernet: mlx4: Avoid assigning a value to ring_cons but not used it any...Luo Jiaxing1-1/+0
2020-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+13
2020-04-23net/mlx4_en: use napi_complete_done() in TX completionEric Dumazet1-10/+10
2020-04-19net/mlx4_en: avoid indirect call in TX completionEric Dumazet1-1/+13
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-3/+1
2019-04-02drivers: 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-04net/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-30mlx4: 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 ...Mark Rutland1-6/+6
2017-10-12net/mlx4_en: XDP_TX, assign constant values of TX descs on ring creaionTariq Toukan1-14/+24
2017-10-12net/mlx4_en: Obsolete call to generic write_desc in XDP xmit flowTariq Toukan1-5/+12
2017-10-12net/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-07Merge 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-18{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-16net/mlx4_en: Refactor mlx4_en_free_tx_descTariq Toukan1-29/+16
2017-06-16net/mlx4_en: Replace TXBB_SIZE multiplications with shift operationsTariq Toukan1-12/+14
2017-06-16net/mlx4_en: Poll XDP TX completion queue in RX NAPITariq Toukan1-2/+3
2017-06-16net/mlx4_en: Improve XDP xmit functionTariq Toukan1-40/+19
2017-06-16net/mlx4_en: Improve stack xmit functionTariq Toukan1-64/+87
2017-06-16net/mlx4_en: Improve transmit CQ pollingTariq Toukan1-6/+7
2017-06-16net/mlx4_en: Remove unused argument in TX datapath functionTariq Toukan1-6/+4
2017-05-09treewide: 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