summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe3-10/+13
2023-06-20RDMA/cma: Remove NULL check before dev_{put, hold}Yang Li1-2/+1
2023-06-11IB/uverbs: Fix to consider event queue closing also upon non-blocking modeYishai Hadas1-7/+5
2023-06-11RDMA/uverbs: Restrict usage of privileged QKEYsEdward Srouji1-1/+6
2023-06-11RDMA/cma: Always set static rate to 0 for RoCEMark Zhang1-2/+2
2023-04-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-14/+18
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2023-04-13RDMA/core: Fix GID entry ref leak when create_ah failsSaravanan Vajravel1-0/+2
2023-04-09RDMA/cm: Trace icm_send_rej event before the cm state is resetMark Zhang1-1/+2
2023-04-03RDMA/cma: Remove NULL check before dev_{put, hold}Yang Li1-4/+2
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman1-2/+2
2023-03-23RDMA/core: Fix multiple -Warray-bounds warningsGustavo A. R. Silva1-9/+14
2023-03-23RDMA/cma: Allow UD qp_type to join multicast onlyMark Zhang1-26/+34
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-257/+214
2023-02-16RDMA/cma: Distinguish between sockaddr_in and sockaddr_in6 by sizeKees Cook1-5/+12
2023-01-31RDMA/umem: Use dma-buf locked API to solve deadlockMaor Gottlieb1-4/+4
2023-01-10RDMA/core: Fix ib block iterator counter overflowYonatan Nachum1-2/+5
2023-01-10RDMA/cma: Refactor the inbound/outbound path records process flowMark Zhang2-129/+72
2023-01-10RDMA/core: Refactor rdma_bind_addrPatrisious Haddad1-123/+130
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-5/+5
2022-12-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9-32/+71
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+4
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+4
2022-12-13Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-2/+2
2022-12-11RDMA: Add missed netdev_put() for the netdevice_trackerJason Gunthorpe1-1/+1
2022-12-10trace: Relocate event helper filesChuck Lever2-2/+2
2022-12-10RDMA/cm: Make QP FLUSHABLE for supported deviceLi Zhijian1-2/+11
2022-12-09Merge tag 'v6.1-rc8' into rdma.git for-nextJason Gunthorpe3-3/+11
2022-12-08RDMA/cma: Change RoCE packet life time from 18 to 16Chao Leng1-1/+1
2022-12-01RDMA/umem: remove FOLL_FORCE usageDavid Hildenbrand1-4/+4
2022-11-30RDMA/nldev: Fix failure to send large messagesMark Zhang1-1/+1
2022-11-30RDMA/nldev: Add NULL check to silence false warningsOr Har-Toov1-8/+36
2022-11-28RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()Yuan Can1-0/+2
2022-11-28RDMA: Add netdevice_tracker to ib_device_set_netdev()Jason Gunthorpe1-2/+4
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2-2/+2
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman1-1/+1
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie3-3/+11
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman3-3/+11
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld1-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-11-15RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected portMark Zhang1-1/+1
2022-11-15RDMA/core: Make sure "ib_port" is valid when access sysfs nodeMark Zhang1-6/+11
2022-11-15RDMA/restrack: Release MR restrack when deleteMark Zhang1-2/+0
2022-11-10IB/mad: Don't call to function that might sleep while in atomic contextLeonid Ravich1-5/+0
2022-11-09driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman1-2/+2
2022-10-28RDMA/core: Fix null-ptr-deref in ib_core_cleanup()Chen Zhongjin2-2/+10
2022-10-27RDMA/core: Fix order of nldev_exit callLeon Romanovsky1-1/+1
2022-10-24RDMA/core: fix repeated words in commentswangjianli1-1/+1
2022-10-19RDMA/cma: Use output interface for net_dev checkHÃ¥kon Bugge1-1/+1