summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2022-04-13RDMA/hfi1: Fix use-after-free bug for mm structDouglas Miller1-0/+6
2022-04-13IB/rdmavt: add lock to call to rvt_error_qp to prevent a race conditionNiels Dossche1-1/+5
2022-04-13IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVDMark Zhang1-2/+1
2022-04-13RDMA/mlx5: Add a missing update of cache->last_addAharon Landau1-0/+1
2022-04-13RDMA/mlx5: Don't remove cache MRs when a delay is neededAharon Landau1-1/+3
2022-04-13RDMA/rtrs-clt: Do stop and failover outside reconnect work.Jack Wang2-18/+23
2022-04-08RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit()Dan Carpenter1-1/+2
2022-04-08RDMA/rxe: Fix ref error in rxe_av.cBob Pearson5-35/+63
2022-04-08RDMA/rxe: Change variable and function argument to proper typeChengguang Xu1-5/+5
2022-04-08RDMA/mlx5: Fix memory leak in error flow for subscribe event routineYongzhi Liu1-1/+3
2022-04-08Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error"Leon Romanovsky3-1/+4
2022-04-08RDMA/irdma: Prevent some integer underflowsDan Carpenter1-5/+5
2022-04-08RDMA/core: Fix ib_qp_usecnt_dec() called when errorYajun Deng3-4/+1
2022-04-08IB/hfi1: Allow larger MTU without AIPMike Marciniszyn1-2/+1
2022-04-08RDMA/irdma: Remove incorrect masking of PDMustafa Ismail1-2/+2
2022-04-08RDMA/irdma: Fix Passthrough mode in VMMustafa Ismail4-1/+4
2022-04-08RDMA/irdma: Fix netdev notifications for vlan'sMustafa Ismail1-18/+30
2022-04-08RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MRAharon Landau1-0/+2
2022-04-08IB/cma: Allow XRC INI QPs to set their local ACK timeoutHÃ¥kon Bugge1-1/+1
2022-04-08RDMA/rxe: Check the last packet by RXE_END_MASKXiao Yang1-4/+6
2022-04-08RDMA/core: Set MR type in ib_reg_user_mrMaor Gottlieb1-0/+1
2022-02-25RDMA/cma: Do not change route.addr.src_addr outside state checksJason Gunthorpe1-16/+24
2022-02-23RDMA/ib_srp: Fix a deadlockBart Van Assche1-2/+4
2022-02-18RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_closeMd Haris Iqbal1-1/+1
2022-02-18RDMA/rtrs-clt: Fix possible double free in error caseMd Haris Iqbal1-17/+20
2022-02-17IB/qib: Fix duplicate sysfs directory nameMike Marciniszyn1-1/+1
2022-02-01RDMA/mlx4: Don't continue event handler after memory allocation failureLeon Romanovsky1-1/+1
2022-02-01RDMA/siw: Fix broken RDMA Read Fence/Resume logic.Bernard Metzler2-15/+12
2022-01-28IB/rdmavt: Validate remote_addr during loopback atomic testsMike Marciniszyn1-0/+2
2022-01-28IB/cm: Release previously acquired reference counter in the cm_id_privMark Zhang1-1/+1
2022-01-28RDMA/siw: Fix refcounting leak in siw_create_qp()Dan Carpenter1-1/+2
2022-01-28RDMA/ucma: Protect mc during concurrent multicast leavesLeon Romanovsky1-11/+23
2022-01-28RDMA/cma: Use correct address when leaving multicast groupMaor Gottlieb1-10/+12
2022-01-28IB/hfi1: Fix tstats alloc and deallocMike Marciniszyn1-2/+12
2022-01-28IB/hfi1: Fix AIP early init panicMike Marciniszyn1-10/+3
2022-01-28IB/hfi1: Fix alloc failure with larger txqueuelenMike Marciniszyn2-12/+26
2022-01-28IB/hfi1: Fix panic with larger ipoib send_queue_sizeMike Marciniszyn1-1/+1
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-8/+8
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-4/+3
2022-01-20hash.h: remove unused define directiveIsabella Basso1-2/+1
2022-01-20drivers/infiniband: replace open-coded string copy with get_task_commYafang Shao2-2/+2
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+3
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov1-8/+8
2022-01-15RDMA/siw: make use of the helper function kthread_run_on_cpu()Cai Huoqing1-4/+3
2022-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds96-8783/+2188
2022-01-13Merge tag 'v5.16' into rdma.git for-nextJason Gunthorpe9-34/+95
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+6
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2022-01-11Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds9-17/+20