summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)AuthorLines
2021-11-29RDMA/rtrs: Call {get,put}_cpu_ptr to silence a debug kernel warningGuoqing Jiang-3/+6
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-59/+38
2021-10-29IB/opa_vnic: Rebranding of OPA VNIC driver to Cornelis NetworksScott Breyer-6/+8
2021-10-25RDMA/ipoib: Use dev_addr_mod()Jakub Kicinski-14/+16
2021-10-16scsi: RDMA/srp: Switch to attribute groupsBart Van Assche-21/+30
2021-10-16scsi: ib_srp: Call scsi_done() directlyBart Van Assche-4/+4
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET-1/+0
2021-10-04scsi: target: srpt: Replace enable attr with ops.enableDmitry Bogdanov-34/+4
2021-10-04RDMA/rtrs-clt: Follow "one entry one value" rule for IO migration statsMd Haris Iqbal-13/+28
2021-10-04RDMA/rtrs: Do not allow sessname to contain special symbols / and .Md Haris Iqbal-0/+11
2021-10-04RDMA/rtrs: Introduce destroy_cq helperMd Haris Iqbal-12/+13
2021-10-04RDMA/rtrs: Replace duplicate check with is_pollqueue helperJack Wang-3/+8
2021-10-04RDMA/rtrs: Fix warning when use poll mode on client side.Jack Wang-3/+15
2021-10-04RDMA/rtrs: Remove len parameter from helper print functions of sysfsMd Haris Iqbal-20/+12
2021-10-04RDMA/rtrs: Use sysfs_emit instead of s*printf function for sysfs showMd Haris Iqbal-14/+12
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-6/+7
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-142/+156
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo-2/+6
2021-08-22RDMA/rtrs: Remove (void) casting for functionsGioh Kim-2/+2
2021-08-22RDMA/rtrs-clt: Fix counting inflight IOGioh Kim-4/+6
2021-08-22RDMA/rtrs: Remove all likely and unlikelyGioh Kim-103/+99
2021-08-22RDMA/rtrs: Remove unused functionsJack Wang-8/+1
2021-08-22RDMA/rtrs-clt: During add_path change for_new_clt according to path_numMd Haris Iqbal-0/+12
2021-08-19RDMA/rtrs: Remove a useless kfree()Christophe JAILLET-1/+0
2021-08-11scsi: RDMA/srp: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche-4/+5
2021-08-11scsi: RDMA/iser: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-4/+4
2021-07-20scsi: iser: Use scsi_get_sector() instead of scsi_get_lba()Bart Van Assche-1/+1
2021-07-15RDMA/rtrs: Move sq_wr_avail to rtrs_conJack Wang-5/+7
2021-07-15RDMA/rtrs: Remove unused flags parameterJack Wang-3/+2
2021-07-15RDMA/rtrs: Make rtrs_post_rdma_write_imm_empty staticJack Wang-7/+5
2021-07-15RDMA/rtrs: Enable the same selective signal for heartbeat and IOJack Wang-8/+18
2021-07-15RDMA/rtrs: move wr_cnt from rtrs_srv_con to rtrs_conJack Wang-8/+8
2021-07-15RDMA/rtrs: Add error messages for failed operations.Jack Wang-0/+3
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+3
2021-06-24IB/isert: Align target max I/O size to initiator sizeMax Gurtovoy-5/+2
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe-0/+1
2021-06-21rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.Jack Wang-11/+9
2021-06-21RDMA/rtrs-clt: Raise MAX_SEGMENTSJack Wang-2/+4
2021-06-21RDMA/rtrs_clt: Alloc less memory with write path fast memory registrationJack Wang-3/+2
2021-06-21RDMA/rtrs-clt: Write path fast memory registrationJack Wang-27/+74
2021-06-21RDMA/rtrs: Introduce head/tail wrJack Wang-20/+27
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky-9/+10
2021-06-18RDMA/rtrs: Check device max_qp_wr limit when create QPJack Wang-23/+19
2021-06-18RDMA/rtrs: Rename cq_size/queue_size to cq_num/queue_numGuoqing Jiang-31/+30
2021-06-18RDMA/rtrs: RDMA_RXE requires more number of WRMd Haris Iqbal-4/+5
2021-06-18RDMA/rtrs-clt: Use minimal max_send_sge when create qpJack Wang-7/+8
2021-06-18RDMA/rtrs-srv: Set minimal max_send_wr and max_recv_wrJack Wang-13/+25
2021-06-08RDMA/ipoib: Use refcount_t instead of atomic_t for reference countingWeihang Li-6/+6
2021-06-02RDMA/ipoib: Fix warning caused by destroying non-initial netnsKamal Heib-0/+1