summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-27net/mlx5: DR, Warn and ignore SW steering rule insertion on QP errYevgeny Kliteynik1-2/+14
2021-08-27net/mlx5: DR, Enable QP retransmissionYevgeny Kliteynik1-0/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2021-08-10net/mlx5: Synchronize correct IRQ when destroying CQShay Drory1-3/+1
2021-07-25IB/mlx5: Rename is_apu_thread_cq function to is_apu_cqTal Gilboa1-1/+1
2021-04-20net/mlx5: DR, Add support for isolate_vl_tc QPYevgeny Kliteynik1-0/+7
2021-04-20net/mlx5: DR, Add support for force-loopback QPYevgeny Kliteynik1-5/+29
2021-04-20net/mlx5: DR, Fix SQ/RQ in doorbell bitmaskYevgeny Kliteynik1-1/+1
2021-04-20net/mlx5: DR, Rename an argument in dr_rdma_segmentsYevgeny Kliteynik1-4/+4
2021-04-14net/mlx5: DR, Alloc cmd buffer with kvzalloc() instead of kzalloc()Roi Dayan1-3/+3
2021-04-14net/mlx5: DR, Use variably sized data structures for different actionsJianbo Liu1-4/+4
2021-03-10net/mlx5: Set QP timestamp mode to defaultMaor Gottlieb1-0/+1
2021-01-30net/mlx5: DR, Use HW specific logic API when writing STEYevgeny Kliteynik1-9/+20
2020-10-01net/mlx5: Use dma device access helperParav Pandit1-2/+2
2020-10-01net/mlx5: DR, Replace the check for valid STE entryYevgeny Kliteynik1-2/+2
2020-06-12net/mlx5: DR, Fix freeing in dr_create_rc_qp()Denis Efremov1-1/+1
2020-05-28net/mlx5: DR, Add a spinlock to protect the send ringAlex Vesker1-4/+9
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+14
2020-04-30net/mlx5: DR, On creation set CQ's arm_db member to right valueErez Shitrit1-1/+13
2020-04-19net/mlx5: Remove extra indirection while storing QPNLeon Romanovsky1-10/+9
2020-04-19net/mlx5: Open-code modify QP in steering moduleLeon Romanovsky1-7/+12
2020-04-19net/mlx5: Remove empty QP and CQ events handlersLeon Romanovsky1-14/+0
2020-04-19net/mlx5: Open-code create and destroy QP callsLeon Romanovsky1-6/+12
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-03-06net/mlx5: DR, Fix postsend actions write lengthHamdan Igbaria1-1/+2
2020-02-28net/mlx5: DR, Improve log messagesErez Shitrit1-4/+12
2020-01-24net/mlx5: DR, use non preemptible call to get the current cpu numberErez Shitrit1-1/+2
2019-11-20net/mlx5: DR, Fix invalid EQ vector number on CQ creationAlex Vesker1-1/+3
2019-09-06net/mlx5: DR, Remove useless set memory to zero use memset()Wei Yongjun1-1/+0
2019-09-03net/mlx5: DR, Expose an internal API to issue RDMA operationsAlex Vesker1-0/+976