summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2021-04-08RDMA/addr: Be strict with gid sizeLeon Romanovsky
2021-03-03RDMA/uverbs: Fix kernel-doc warning of _uverbs_allocLeon Romanovsky
2021-03-01RDMA/cm: Fix IRQ restore in ib_send_cm_sidr_repSaeed Mahameed
2021-02-16RDMA/ucma: Fix use-after-free bug in ucma_create_ueventAvihai Horon
2021-02-16RDMA/core: Fix kernel doc warnings for ib_port_immutable_read()Leon Romanovsky
2021-02-16RDMA/ipoib: Remove racy Subnet Manager sendonly join checksChristoph Lameter
2021-02-05RDMA/core: Introduce and use API to read port immutable dataParav Pandit
2021-02-02IB/core: Use valid port number to check link layerParav Pandit
2021-02-02IB/cm: Avoid a loop when device has 255 portsParav Pandit
2021-01-28IB/umad: Return EPOLLERR in case of when device disassociatedShay Drory
2021-01-28IB/umad: Return EIO in case of when device disassociatedShay Drory
2021-01-21RDMA/uverbs: Don't set rcq for a QP if qp_type is IB_QPT_XRC_INIXiao Yang
2021-01-20RDMA/uverbs: Add uverbs command for dma-buf based MR registrationJianxin Xiong
2021-01-20RDMA/core: Add device method for registering dma-buf based memory regionJianxin Xiong
2021-01-20RDMA/umem: Support importing dma-buf as user memory regionJianxin Xiong
2021-01-19RDMA/core/iwpm_msg: Add proper descriptions for 'skb' paramLee Jones
2021-01-19RDMA/core/iwpm_util: Fix some param description misspellingsLee Jones
2021-01-19RDMA/core/counters: Demote non-conformant kernel-doc headersLee Jones
2021-01-19RDMA/core/restrack: Fix kernel-doc formatting issueLee Jones
2021-01-19RDMA/core/sa_query: Demote non-conformant kernel-doc headerLee Jones
2021-01-19RDMA/core/multicast: Provide description for 'ib_init_ah_from_mcmember()'s 'r...Lee Jones
2021-01-19RDMA/core/roce_gid_mgmt: Fix misnaming of 'rdma_roce_rescan_device()'s param ...Lee Jones
2021-01-19RDMA/core/cache: Fix some misspellings, missing and superfluous param descrip...Lee Jones
2021-01-19RDMA/core: device: Fix formatting in worthy kernel-doc header and demote anotherLee Jones
2021-01-19Merge branch 'devx_set_get' into rdma.git for-nextJason Gunthorpe
2021-01-18RDMA/nldev: Return an error message on failure to turn auto modePatrisious Haddad
2021-01-14RDMA/cma: Fix error flow in default_roce_mode_storeNeta Ostrovsky
2021-01-14RDMA/umem: Avoid undefined behavior of rounddown_pow_of_two()Aharon Landau
2021-01-07RDMA: Use kzalloc for allocating only one thingZheng Yongjun
2021-01-07RDMA/cma: Delete useless kfree codeZheng Yongjun
2021-01-07RDMA/restrack: Don't treat as an error allocation ID wrappingLeon Romanovsky
2021-01-06RDMA/ucma: Do not miss ctx destruction steps in some casesJason Gunthorpe
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-12-14RDMA/cma: Don't overwrite sgid_attr after device is releasedLeon Romanovsky
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-10RDMA/uverbs: Fix incorrect variable typeAvihai Horon
2020-12-10RDMA/core: Do not indicate device ready when device enablement failsJack Morgenstein
2020-12-10RDMA/core: Clean up cq pool mechanismJack Morgenstein
2020-12-10RDMA/core: Update kernel documentation for ib_create_named_qp()Lukas Bulwahn
2020-12-09RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky
2020-12-07RDMA/core: Fix empty gid table for non IB/RoCE devicesGal Pressman
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab
2020-12-07RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe
2020-12-07RDMA/uverbs: Check ODP in ib_check_mr_access() as wellJason Gunthorpe
2020-12-07RDMA/uverbs: Tidy input validation of ib_uverbs_rereg_mr()Jason Gunthorpe
2020-11-27RDMA/restrack: Support all QP typesLeon Romanovsky
2020-11-27RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky
2020-11-27RDMA/core: Track device memory MRsLeon Romanovsky
2020-11-25RDMA/cma: Fix deadlock on &lock in rdma_cma_listen_on_all() error unwindJason Gunthorpe
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski