summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2023-06-11RDMA/uverbs: Restrict usage of privileged QKEYsEdward Srouji1-1/+6
2023-06-11RDMA/cma: Always set static rate to 0 for RoCEMark Zhang1-2/+2
2023-06-11RDMA/mlx5: Fix Q-counters query in LAG modePatrisious Haddad1-1/+6
2023-06-11RDMA/mlx5: Remove vport Q-counters dependency on normal Q-countersPatrisious Haddad1-18/+40
2023-06-11RDMA/mlx5: Fix Q-counters per vport allocationPatrisious Haddad1-8/+16
2023-06-11RDMA/mlx5: Create an indirect flow table for steering anchorMark Bloch3-7/+296
2023-06-11RDMA/mlx5: Initiate dropless RQ for RAW Ethernet functionsMaher Sanalla1-0/+3
2023-06-11RDMA/mlx5: Return the firmware result upon destroying QP/RQPatrisious Haddad1-6/+4
2023-06-11RDMA/mlx5: Handle DCT QP logic separately from low level QP interfacePatrisious Haddad2-33/+51
2023-06-11RDMA/mlx5: Reduce QP table exposureLeon Romanovsky2-1/+11
2023-06-10mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes3-3/+3
2023-06-09RDMA/vmw_pvrdma: Remove unnecessary check on wr->opcodeBryan Tan1-8/+0
2023-06-09RDMA/rxe: Send last wqe reached event on qp cleanupBob Pearson1-1/+10
2023-06-09RDMA/rxe: Fix the use-before-initialization error of resp_pktsZhu Yanjun1-4/+3
2023-06-09RDMA/rxe: Implement rereg_user_mrBob Pearson2-0/+40
2023-06-09RDMA/rxe: Let rkey == lkey for local accessBob Pearson1-7/+8
2023-06-09RDMA/rxe: Introduce rxe access supported flagsBob Pearson4-3/+30
2023-06-09RDMA/rxe: Fix access checks in rxe_check_bind_mwBob Pearson1-8/+9
2023-06-09RDMA//rxe: Optimize send path in rxe_resp.cBob Pearson2-2/+13
2023-06-09RDMA/rxe: Rename IB_ACCESS_REMOTEBob Pearson2-7/+9
2023-06-08{net/RDMA}/mlx5: introduce lag_for_each_peerShay Drory1-36/+62
2023-06-08RDMA/mlx5: Free second uplink ib portShay Drory1-1/+4
2023-06-02RDMA/bnxt_re: Fix reporting active_{speed,width} attributesKamal Heib3-7/+4
2023-06-02RDMA/hns: Add clear_hem return value to logChengchang Tang1-14/+30
2023-06-02RDMA/hns: Fix hns_roce_table_get return valueChengchang Tang1-3/+4
2023-06-02RDMA/hns: Remove unnecessary QP type checksJunxian Huang1-21/+3
2023-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-97/+173
2023-06-01IB/hfi1: Remove unused struct mmu_rb_ops fields .insert, .invalidateBrendan Cunningham1-6/+1
2023-06-01IB/hfi1: Add mmu_rb_node refcount to hfi1_mmu_rb_template tracepointsBrendan Cunningham2-15/+40
2023-06-01IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidateBrendan Cunningham9-145/+177
2023-06-01RDMA/rxe: Fix ref count error in check_rkey()Bob Pearson1-1/+2
2023-06-01RDMA/rxe: Fix packet length checksBob Pearson1-0/+6
2023-06-01RDMA/rtrs: Fix rxe_dealloc_pd warningLi Zhijian1-32/+23
2023-06-01RDMA/rtrs: Fix the last iu->buf leak in err pathLi Zhijian1-1/+3
2023-06-01RDMA/rtrs: Remove duplicate cq_num assignmentLi Zhijian1-1/+0
2023-06-01RDMA/rxe: Remove dangling declaration of rxe_cq_disable()Nicolas Morey1-2/+0
2023-06-01RDMA/irdma: avoid fortify-string warning in irdma_clr_wqesArnd Bergmann1-4/+6
2023-06-01RDMA/mana_ib: Use v2 version of cfg_rx_steer_req to enable RX coalescingLong Li1-1/+4
2023-05-29RDMA/irdma: Fix Local Invalidate fencingMustafa Ismail1-0/+1
2023-05-29RDMA/irdma: Prevent QP use after freeMustafa Ismail1-5/+6
2023-05-24siw: Inline do_tcp_sendpages()David Howells1-5/+12
2023-05-19RDMA/bnxt_re: Remove unnecessary checksKalesh AP1-8/+0
2023-05-19RDMA/bnxt_re: Return directly without goto jumpsKalesh AP1-37/+23
2023-05-19RDMA/bnxt_re: Fix to remove an unnecessary logKalesh AP1-4/+1
2023-05-19RDMA/bnxt_re: Remove a redundant check inside bnxt_re_update_gidKalesh AP1-7/+1
2023-05-19RDMA/bnxt_re: Use unique names while registering interruptsKalesh AP4-5/+25
2023-05-19RDMA/bnxt_re: Fix to remove unnecessary return labelsKalesh AP1-5/+2
2023-05-19RDMA/bnxt_re: Disable/kill tasklet only if it is enabledSelvin Xavier3-14/+28
2023-05-19RDMA/bnxt_re: Do not enable congestion control on VFsKalesh AP1-0/+4
2023-05-19RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rxKalesh AP1-3/+1