aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-17net/mlx5: DR, Remove hw_ste from mlx5dr_ste to reduce memoryRongwei Liu1-1/+2
2022-03-17net/mlx5: DR, Remove 4 members from mlx5dr_ste_htbl to reduce memoryRongwei Liu1-5/+5
2022-03-17net/mlx5: DR, Remove num_of_entries byte_size from struct mlx5_dr_icm_chunkRongwei Liu1-6/+6
2022-03-17net/mlx5: DR, Remove mr_addr rkey from struct mlx5dr_icm_chunkRongwei Liu1-5/+6
2021-10-19RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau1-6/+5
2021-08-26net/mlx5: DR, Warn and ignore SW steering rule insertion on QP errYevgeny Kliteynik1-2/+14
2021-08-26net/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-09net/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-19net/mlx5: DR, Add support for isolate_vl_tc QPYevgeny Kliteynik1-0/+7
2021-04-19net/mlx5: DR, Add support for force-loopback QPYevgeny Kliteynik1-5/+29
2021-04-19net/mlx5: DR, Fix SQ/RQ in doorbell bitmaskYevgeny Kliteynik1-1/+1
2021-04-19net/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-29net/mlx5: DR, Use HW specific logic API when writing STEYevgeny Kliteynik1-9/+20
2020-09-30net/mlx5: Use dma device access helperParav Pandit1-2/+2
2020-09-30net/mlx5: DR, Replace the check for valid STE entryYevgeny Kliteynik1-2/+2
2020-06-11net/mlx5: DR, Fix freeing in dr_create_rc_qp()Denis Efremov1-1/+1
2020-05-27net/mlx5: DR, Add a spinlock to protect the send ringAlex Vesker1-4/+9
2020-05-06Merge 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-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-03-05net/mlx5: DR, Fix postsend actions write lengthHamdan Igbaria1-1/+2
2020-02-27net/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-05net/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