summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorLines
2023-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-257/+214
2023-02-16RDMA/cma: Distinguish between sockaddr_in and sockaddr_in6 by sizeKees Cook-5/+12
2023-01-31RDMA/umem: Use dma-buf locked API to solve deadlockMaor Gottlieb-4/+4
2023-01-10RDMA/core: Fix ib block iterator counter overflowYonatan Nachum-2/+5
2023-01-10RDMA/cma: Refactor the inbound/outbound path records process flowMark Zhang-129/+72
2023-01-10RDMA/core: Refactor rdma_bind_addrPatrisious Haddad-123/+130
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+5
2022-12-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-32/+71
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+4
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-3/+4
2022-12-12Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-2/+2
2022-12-11RDMA: Add missed netdev_put() for the netdevice_trackerJason Gunthorpe-1/+1
2022-12-10trace: Relocate event helper filesChuck Lever-2/+2
2022-12-09RDMA/cm: Make QP FLUSHABLE for supported deviceLi Zhijian-2/+11
2022-12-09Merge tag 'v6.1-rc8' into rdma.git for-nextJason Gunthorpe-3/+11
2022-12-07RDMA/cma: Change RoCE packet life time from 18 to 16Chao Leng-1/+1
2022-11-30RDMA/umem: remove FOLL_FORCE usageDavid Hildenbrand-4/+4
2022-11-30RDMA/nldev: Fix failure to send large messagesMark Zhang-1/+1
2022-11-30RDMA/nldev: Add NULL check to silence false warningsOr Har-Toov-8/+36
2022-11-28RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()Yuan Can-0/+2
2022-11-28RDMA: Add netdevice_tracker to ib_device_set_netdev()Jason Gunthorpe-2/+4
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman-2/+2
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman-1/+1
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie-3/+11
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman-3/+11
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-1/+1
2022-11-15RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected portMark Zhang-1/+1
2022-11-15RDMA/core: Make sure "ib_port" is valid when access sysfs nodeMark Zhang-6/+11
2022-11-15RDMA/restrack: Release MR restrack when deleteMark Zhang-2/+0
2022-11-10IB/mad: Don't call to function that might sleep while in atomic contextLeonid Ravich-5/+0
2022-11-09driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman-2/+2
2022-10-28RDMA/core: Fix null-ptr-deref in ib_core_cleanup()Chen Zhongjin-2/+10
2022-10-27RDMA/core: Fix order of nldev_exit callLeon Romanovsky-1/+1
2022-10-24RDMA/core: fix repeated words in commentswangjianli-1/+1
2022-10-19RDMA/cma: Use output interface for net_dev checkHÃ¥kon Bugge-1/+1
2022-10-19IB/uverbs: fix the typo of optionalDeming Wang-1/+1
2022-10-18Merge drm/drm-next into drm-misc-nextMaxime Ripard-163/+312
2022-10-18RDMA/umem: Prepare to dynamic dma-buf locking specificationDmitry Osipenko-3/+4
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-1/+1
2022-10-06Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe-4/+10
2022-09-27RDMA/core: Add UVERBS_ATTR_RAW_FDJason Gunthorpe-0/+8
2022-09-22RDMA/core: Clean up a variable name in ib_create_srq_user()Dan Carpenter-1/+1
2022-09-22IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda-1/+6
2022-09-22RDMA/cm: Use DLID from inbound/outbound PathRecords as the datapath DLIDMark Zhang-2/+25
2022-09-22RDMA/cm: Use SLID in the work completion as the DLID in responder sideMark Zhang-7/+7
2022-09-22RDMA/cma: Multiple path records support with netlink channelMark Zhang-84/+221
2022-09-22RDMA/core: Rename rdma_route.num_paths field to num_pri_alt_pathsMark Zhang-14/+14
2022-09-05IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas-1/+1
2022-08-30IB/cm: Refactor cm_insert_listen() and cm_find_listen()Mark Zhang-20/+15