summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-163-5/+5
|\
| * driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-242-2/+2
| * driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman2022-11-241-1/+1
| * Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman2022-11-213-3/+11
| |\
| * | driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman2022-11-091-2/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-12-149-32/+71
|\ \ \
| * | | RDMA: Add missed netdev_put() for the netdevice_trackerJason Gunthorpe2022-12-111-1/+1
| * | | RDMA/cm: Make QP FLUSHABLE for supported deviceLi Zhijian2022-12-091-2/+11
| * | | Merge tag 'v6.1-rc8' into rdma.git for-nextJason Gunthorpe2022-12-093-3/+11
| |\ \ \ | | | |/ | | |/|
| * | | RDMA/cma: Change RoCE packet life time from 18 to 16Chao Leng2022-12-071-1/+1
| * | | RDMA/nldev: Fix failure to send large messagesMark Zhang2022-11-301-1/+1
| * | | RDMA/nldev: Add NULL check to silence false warningsOr Har-Toov2022-11-301-8/+36
| * | | RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()Yuan Can2022-11-281-0/+2
| * | | RDMA: Add netdevice_tracker to ib_device_set_netdev()Jason Gunthorpe2022-11-281-2/+4
| * | | RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected portMark Zhang2022-11-151-1/+1
| * | | RDMA/core: Make sure "ib_port" is valid when access sysfs nodeMark Zhang2022-11-151-6/+11
| * | | RDMA/restrack: Release MR restrack when deleteMark Zhang2022-11-151-2/+0
| * | | IB/mad: Don't call to function that might sleep while in atomic contextLeonid Ravich2022-11-101-5/+0
| * | | RDMA/core: Fix order of nldev_exit callLeon Romanovsky2022-10-271-1/+1
| * | | RDMA/core: fix repeated words in commentswangjianli2022-10-241-1/+1
| * | | IB/uverbs: fix the typo of optionalDeming Wang2022-10-191-1/+1
| | |/ | |/|
* | | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-4/+4
|\ \ \
| * | | RDMA/umem: remove FOLL_FORCE usageDavid Hildenbrand2022-11-301-4/+4
| | |/ | |/|
* | | Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-12-131-3/+4
|\ \ \
| * | | Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie2022-11-243-3/+11
| |\| |
| * | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-10-1811-163/+312
| |\ \ \ | | | |/ | | |/|
| * | | RDMA/umem: Prepare to dynamic dma-buf locking specificationDmitry Osipenko2022-10-181-3/+4
* | | | Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-12-122-2/+2
|\ \ \ \
| * | | | trace: Relocate event helper filesChuck Lever2022-12-102-2/+2
| | |_|/ | |/| |
* | | | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-1/+1
* | | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/ / /
* | | 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-111-1/+1
* | Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe2022-10-063-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