aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2020-11-02RDMA/mlx5: Remove mlx5_ib_mr->orderJason Gunthorpe2-3/+3
2020-10-30RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches12-123/+117
2020-10-30RDMA: Manual changes for sysfs_emit and neateningJoe Perches9-180/+184
2020-10-28IB/srpt: docs: add a description for cq_size memberMauro Carvalho Chehab1-0/+1
2020-10-28RDMA/hns: Add support for filling GMV tableWeihang Li3-31/+116
2020-10-28RDMA/hns: Add support for configuring GMV tableWeihang Li6-28/+159
2020-10-28RDMA/rtrs-clt: Remove 'addr' from rtrs_clt_add_path_to_arrGuoqing Jiang1-3/+2
2020-10-28RDMA/rtrs: Introduce rtrs_post_sendGuoqing Jiang1-33/+19
2020-10-28RDMA/rtrs-srv: Kill rtrs_srv_change_state_get_oldGuoqing Jiang1-16/+3
2020-10-28RDMA/rtrs-clt: Remove duplicated codeGioh Kim1-6/+5
2020-10-28RDMA/rtrs-clt: Remove duplicated switch-case handling for CM error eventsGioh Kim1-5/+7
2020-10-28RDMA/rtrs: Remove unnecessary argument dir of rtrs_iu_freeGioh Kim4-23/+17
2020-10-28RDMA/rtrs-srv: Fix typoGuoqing Jiang1-1/+1
2020-10-28RDMA/rtrs-srv: Don't guard the whole __alloc_srv with srv_mutexGuoqing Jiang1-49/+37
2020-10-28RDMA/rtrs-clt: Missing error from rtrs_rdma_conn_establishedGioh Kim1-2/+2
2020-10-28RDMA/rtrs-clt: Avoid run destroy_con_cq_qp/create_con_cq_qp in parallelJack Wang2-2/+14
2020-10-28RDMA/rtrs-clt: Remove outdated comment in create_con_cq_qpJack Wang1-9/+0
2020-10-28RDMA/rtrs-clt: Remove destroy_con_cq_qp in case route resolving failedDanil Kipnis1-3/+1
2020-10-28RDMA/hns: Support owner mode doorbellLang Cheng3-7/+28
2020-10-28IB/isert: add module param to set sg_tablesize for IO cmdMax Gurtovoy2-1/+32
2020-10-28RDMA/rxe: Compute PSN windows correctlyBob Pearson1-1/+2
2020-10-28RDMA/core: Fix error return in _ib_modify_qp()Jing Xiangfeng1-1/+3
2020-10-28RDMA/qedr: Fix memory leak in iWARP CMAlok Prasad1-0/+1
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe3-13/+41
2020-10-27RDMA/bnxt_re: Fix entry size during SRQ createSelvin Xavier1-2/+2
2020-10-26RDMA/rxe: Remove unused RXE_MR_TYPE_FMRBob Pearson2-2/+0
2020-10-26RDMA: Convert sysfs kobject * show functions to use sysfs_emit()Joe Perches2-24/+14
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches23-142/+152
2020-10-26RDMA/uverbs: Fix false error in query gid IOCTLGal Pressman1-3/+0
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe10-40/+18
2020-10-26RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe8-53/+3
2020-10-26RDMA/core Remove uverbs_ex_cmd_maskJason Gunthorpe2-19/+1
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe17-28/+33
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe16-8/+28
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe19-8/+51
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe13-9/+32
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe15-116/+30
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe16-224/+31
2020-10-26RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe7-38/+15
2020-10-26RDMA/cxgb4: Remove MW supportJason Gunthorpe3-88/+0
2020-10-26RDMA/bnxt_re: Set queue pair state when being queriedKamal Heib1-0/+1
2020-10-26RDMA/mlx5: Fix devlink deadlock on net namespace deletionParav Pandit1-2/+4
2020-10-26RDMA/rxe: Fix small problem in network_type patchBob Pearson2-5/+32
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds188-4293/+4695
2020-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+0
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn1-3/+0
2020-10-16RDMA/ucma: Fix use after free in destroy id flowMaor Gottlieb1-5/+6
2020-10-16RDMA/rxe: Handle skb_clone() failure in rxe_recv.cBob Pearson1-0/+3
2020-10-16RDMA/rxe: Move the definitions for rxe_av.network_type to uAPIJason Gunthorpe1-4/+4
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe16-79/+57