summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/siw
AgeCommit message (Expand)Author
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-07-15RDMA/siw: Convert siw_tx_hdt() to kmap_local_page()Ira Weiny
2021-07-15RDMA/siw: Remove kmap()Ira Weiny
2021-05-10RDMA/siw: Release xarray entryLeon Romanovsky
2021-05-10RDMA/siw: Properly check send and receive CQ pointersLeon Romanovsky
2021-04-27RDMA/siw: Fix a use after free in siw_alloc_mrLv Yunlong
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch
2021-03-22RDMA: Delete not-used static inline functionsLeon Romanovsky
2021-03-10RDMA/iwcm: Allow AFONLY binding for IPv6 addressesBernard Metzler
2021-02-08RDMA/siw: Fix calculation of tx_valid_cpus sizeKamal Heib
2021-01-08RDMA/siw: Fix handling of zero-sized Read and Receive Queues.Bernard Metzler
2021-01-07RDMA: Convert comma to semicolonZheng Yongjun
2020-11-23RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe
2020-11-12RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsChristoph Hellwig
2020-11-02RDMA/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SENDJason Gunthorpe
2020-11-02RDMA/siw: Fix typo of EAGAIN not -EAGAIN in siw_cm_work_handler()Zhang Qilong
2020-11-02RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit
2020-10-26RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-20RDMA/siw: Remove the query_pkey callbackKamal Heib
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-08RDMA/siw: Fix reporting vendor_part_idKamal Heib
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman
2020-06-15RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl()Tom Seewald
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe
2020-05-19RDMA/siw: Replace one-element array and use struct_size() helperGustavo A. R. Silva
2020-04-15RDMA/siw: Fix potential siw_mem refcnt leak in siw_fastreg_mr()Jason Gunthorpe
2020-03-23RDMA/siw: Suppress uninitialized var warningAndrew Morton
2020-03-10Merge tag 'v5.6-rc5' into rdma.git for-nextJason Gunthorpe
2020-03-04RDMA/siw: Fix failure handling during device creationBernard Metzler