summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srpt
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-11/+11
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-15/+14
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2025-09-21RDMA: Use %pe format specifier for error pointersLeon Romanovsky-9/+7
2024-10-11RDMA/srpt: Make slab cache names uniqueBart Van Assche-12/+68
2024-03-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-2/+1
2024-02-14RDMA/srpt: fix function pointer cast warningsArnd Bergmann-4/+5
2024-02-05RDMA/srpt: Support specifying the srpt_service_guid parameterBart Van Assche-2/+6
2024-02-04RDMA/srpt: Do not register event handler until srpt device is fully setupWilliam Kucharski-2/+1
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie-0/+3
2023-04-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-10/+13
2023-04-09RDMA/srpt: Add a check for valid 'mad_agent' pointerSaravanan Vajravel-10/+13
2023-03-16scsi: infiniband: srpt: Remove default fabric ops calloutsDmitry Bogdanov-33/+0
2022-09-20RDMA/srpt: Use flex array destination for memcpy()Hangyu Hua-1/+1
2022-08-30IB/cm: Remove the service_mask parameter from ib_cm_listen()Mark Zhang-1/+1
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-08-02RDMA/ib_srpt: Unify checking rdma_cm_id condition in srpt_cm_req_recv()Li Zhijian-4/+4
2022-07-29RDMA/srpt: Fix a use-after-freeBart Van Assche-46/+94
2022-07-29RDMA/srpt: Introduce a reference count in struct srpt_deviceBart Van Assche-2/+17
2022-07-29RDMA/srpt: Duplicate port name membersBart Van Assche-6/+13
2021-10-04scsi: target: srpt: Replace enable attr with ops.enableDmitry Bogdanov-34/+4
2021-05-11IB/srpt: Remove redundant assignment to retYang Li-1/+0
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-1/+3
2021-04-12RDMA/srpt: Fix error return code in srpt_cm_req_recv()Wang Wensheng-0/+1
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch-1/+2
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie-1/+2
2021-03-04scsi: target: srpt: Convert to new submission APIMike Christie-5/+8
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-8/+8
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+1
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab-1/+1
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe-5/+9
2020-11-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-5/+8
2020-11-05RDMA/srpt: Fix typo in srpt_unregister_mad_agent docstringJason Gunthorpe-1/+1
2020-11-04scsi: target: Drop sess_cmd_lock from I/O pathMike Christie-1/+1
2020-11-02IB/srpt: Fix memory leak in srpt_add_oneMaor Gottlieb-5/+8
2020-10-30RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches-7/+7
2020-10-28IB/srpt: docs: add a description for cq_size memberMauro Carvalho Chehab-0/+1
2020-07-29IB/srpt: use new shared CQ mechanismYamin Friedman-8/+10
2020-06-18IB/srpt: Remove WARN_ON from srpt_cm_req_recvJing Xiangfeng-3/+0
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-05-29RDMA/srpt: Increase max_send_sgeBart Van Assche-7/+1
2020-05-29RDMA/srpt: Reduce max_recv_sge to 1Bart Van Assche-7/+3
2020-05-29RDMA/srpt: Make debug output more detailedBart Van Assche-4/+5
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky-1/+2
2020-05-17RDMA/srpt: Fix disabling device managementKamal Heib-2/+6
2020-05-17RDMA/srpt: Add a newline when printing parameter 'srpt_service_guid' by sysfsXiongfeng Wang-1/+1
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe-15/+10
2020-04-14RDMA: Remove a few extra calls to ib_get_client_data()Jason Gunthorpe-5/+2