summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2022-10-28RDMA/core: Fix null-ptr-deref in ib_core_cleanup()Chen Zhongjin
2022-10-19RDMA/cma: Use output interface for net_dev checkHåkon Bugge
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-06Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe
2022-09-27RDMA/core: Add UVERBS_ATTR_RAW_FDJason Gunthorpe
2022-09-22RDMA/core: Clean up a variable name in ib_create_srq_user()Dan Carpenter
2022-09-22IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda
2022-09-22RDMA/cm: Use DLID from inbound/outbound PathRecords as the datapath DLIDMark Zhang
2022-09-22RDMA/cm: Use SLID in the work completion as the DLID in responder sideMark Zhang
2022-09-22RDMA/cma: Multiple path records support with netlink channelMark Zhang
2022-09-22RDMA/core: Rename rdma_route.num_paths field to num_pri_alt_pathsMark Zhang
2022-09-05IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas
2022-08-30IB/cm: Refactor cm_insert_listen() and cm_find_listen()Mark Zhang
2022-08-30IB/cm: remove cm_id_priv->id.service_mask and service_mask parameter of cm_in...Mark Zhang
2022-08-30IB/cm: Remove the service_mask parameter from ib_cm_listen()Mark Zhang
2022-08-29RDMA/cma: Fix arguments order in net device validationMichael Guralnik
2022-08-28RDMA/core: Remove 'device' argument from rdma_build_skb()Yunsheng Lin
2022-08-23IB/mlx5: Remove duplicate header inclusion related to ODPDaisuke Matsuda
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-16RDMA: Handle the return code from dma_resv_wait_timeout() properlyJason Gunthorpe
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds
2022-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-07-26RDMA/rw: drop pci_p2pdma_[un]map_sg()Logan Gunthorpe
2022-07-22IB: Fix repeated words 'the the' commentsSlark Xiao
2022-06-24RDMA: Correct duplicated words in commentsJiang Jian
2022-06-24RDMA/cm: Fix memory leak in ib_cm_insert_listenMiaoqian Lin
2022-06-16RDMA/core: Add a netevent notifier to cmaPatrisious Haddad
2022-06-16RDMA/core: Add an rb_tree that stores cm_ids sorted by ifindex and remote IPPatrisious Haddad
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-05-24Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe
2022-05-24IB/core: Fix typo in commentJulia Lawall
2022-04-25RDMA/core: Avoid flush_workqueue(system_unbound_wq) usageTetsuo Handa
2022-04-18Merge drm/drm-next into drm-misc-nextPaul Cercueil
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-12Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jason Gunthorpe
2022-04-12Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-04-09RDMA/core: Delete IPsec flow action logic from the coreLeon Romanovsky
2022-04-08IB/SA: Replace usage of found with dedicated list iterator variableJakob Koschel
2022-04-07RDMA: use DMA_RESV_USAGE_KERNELChristian König
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard
2022-04-04IB/uverbs: Move part of enum ib_device_cap_flags to uapiXiao Yang
2022-04-04IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVDMark Zhang
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-03-24RDMA: use dma_resv_wait() instead of extracting the fenceChristian König
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-18RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit()Dan Carpenter
2022-03-14Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error"Leon Romanovsky