summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/core: Fix null-ptr-deref in ib_core_cleanup()Chen Zhongjin2022-10-282-2/+10
* RDMA/cma: Use output interface for net_dev checkHåkon Bugge2022-10-191-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-121-1/+1
* Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-073-4/+10
|\
| * IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas2022-09-051-1/+1
| * RDMA/cma: Fix arguments order in net device validationMichael Guralnik2022-08-291-2/+2
| * RDMA: Handle the return code from dma_resv_wait_timeout() properlyJason Gunthorpe2022-08-161-1/+7
* | RDMA/core: Add UVERBS_ATTR_RAW_FDJason Gunthorpe2022-09-271-0/+8
* | RDMA/core: Clean up a variable name in ib_create_srq_user()Dan Carpenter2022-09-221-1/+1
* | IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda2022-09-222-1/+6
* | RDMA/cm: Use DLID from inbound/outbound PathRecords as the datapath DLIDMark Zhang2022-09-222-2/+25
* | RDMA/cm: Use SLID in the work completion as the DLID in responder sideMark Zhang2022-09-221-7/+7
* | RDMA/cma: Multiple path records support with netlink channelMark Zhang2022-09-222-84/+221
* | RDMA/core: Rename rdma_route.num_paths field to num_pri_alt_pathsMark Zhang2022-09-222-14/+14
* | IB/cm: Refactor cm_insert_listen() and cm_find_listen()Mark Zhang2022-08-301-20/+15
* | IB/cm: remove cm_id_priv->id.service_mask and service_mask parameter of cm_in...Mark Zhang2022-08-301-20/+8
* | IB/cm: Remove the service_mask parameter from ib_cm_listen()Mark Zhang2022-08-301-6/+2
* | RDMA/core: Remove 'device' argument from rdma_build_skb()Yunsheng Lin2022-08-281-3/+2
* | IB/mlx5: Remove duplicate header inclusion related to ODPDaisuke Matsuda2022-08-231-2/+0
* | IB: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-212-3/+3
|/
* Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-061-36/+9
|\
| * RDMA/rw: drop pci_p2pdma_[un]map_sg()Logan Gunthorpe2022-07-261-36/+9
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-08-054-14/+221
|\ \
| * | IB: Fix repeated words 'the the' commentsSlark Xiao2022-07-221-1/+1
| * | RDMA: Correct duplicated words in commentsJiang Jian2022-06-241-1/+1
| * | RDMA/core: Add a netevent notifier to cmaPatrisious Haddad2022-06-161-0/+81
| * | RDMA/core: Add an rb_tree that stores cm_ids sorted by ifindex and remote IPPatrisious Haddad2022-06-162-12/+138
| |/
* / RDMA/cm: Fix memory leak in ib_cm_insert_listenMiaoqian Lin2022-06-241-1/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-05-276-25/+29
|\
| * Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe2022-05-241-2/+1
| |\
| * | IB/core: Fix typo in commentJulia Lawall2022-05-241-1/+1
| * | RDMA/core: Avoid flush_workqueue(system_unbound_wq) usageTetsuo Handa2022-04-251-10/+14
| * | Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jason Gunthorpe2022-04-122-384/+1
| |\ \
| * | | IB/SA: Replace usage of found with dedicated list iterator variableJakob Koschel2022-04-081-8/+8
| * | | RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-063-9/+7
| * | | IB/uverbs: Move part of enum ib_device_cap_flags to uapiXiao Yang2022-04-041-2/+4
* | | | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-261-6/+3
|\ \ \ \
| * \ \ \ Merge drm/drm-next into drm-misc-nextPaul Cercueil2022-04-181-2/+1
| |\ \ \ \
| | * \ \ \ Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-04-121-6/+2
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | RDMA: use DMA_RESV_USAGE_KERNELChristian König2022-04-071-1/+1
| * | | | | dma-buf: add enum dma_resv_usage v4Christian König2022-04-071-1/+2
| | |/ / / | |/| | |
| * | | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-0512-54/+65
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | RDMA: use dma_resv_wait() instead of extracting the fenceChristian König2022-03-241-6/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-151-2/+1
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVDMark Zhang2022-04-041-2/+1
| | |/ | |/|
* / | RDMA/core: Delete IPsec flow action logic from the coreLeon Romanovsky2022-04-092-384/+1
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-03-259-16/+4
|\ \
| * | RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit()Dan Carpenter2022-03-181-1/+2
| * | Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error"Leon Romanovsky2022-03-153-1/+4
| * | RDMA/core: Fix ib_qp_usecnt_dec() called when errorYajun Deng2022-03-043-4/+1