summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-033-6/+7
|\
| * scsi: RDMA/srp: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-121-4/+5
| * scsi: RDMA/iser: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-121-1/+1
| * scsi: iser: Use scsi_get_sector() instead of scsi_get_lba()Bart Van Assche2021-07-211-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-027-142/+156
|\ \
| * | RDMA/rtrs: Remove (void) casting for functionsGioh Kim2021-08-231-2/+2
| * | RDMA/rtrs-clt: Fix counting inflight IOGioh Kim2021-08-233-4/+6
| * | RDMA/rtrs: Remove all likely and unlikelyGioh Kim2021-08-233-103/+99
| * | RDMA/rtrs: Remove unused functionsJack Wang2021-08-232-8/+1
| * | RDMA/rtrs-clt: During add_path change for_new_clt according to path_numMd Haris Iqbal2021-08-231-0/+12
| * | RDMA/rtrs: Remove a useless kfree()Christophe JAILLET2021-08-191-1/+0
| * | RDMA/rtrs: Move sq_wr_avail to rtrs_conJack Wang2021-07-155-5/+7
| * | RDMA/rtrs: Remove unused flags parameterJack Wang2021-07-151-3/+2
| * | RDMA/rtrs: Make rtrs_post_rdma_write_imm_empty staticJack Wang2021-07-152-7/+5
| * | RDMA/rtrs: Enable the same selective signal for heartbeat and IOJack Wang2021-07-154-8/+18
| * | RDMA/rtrs: move wr_cnt from rtrs_srv_con to rtrs_conJack Wang2021-07-155-8/+8
| * | RDMA/rtrs: Add error messages for failed operations.Jack Wang2021-07-151-0/+3
| |/
* | ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-4/+4
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-032-1/+3
|\
| * Merge branch '5.14/scsi-result' into 5.14/scsi-stagingMartin K. Petersen2021-06-021-1/+1
| |\
| | * scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke2021-06-011-1/+1
| * | scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie2021-06-021-0/+1
| * | scsi: iscsi: Stop queueing during ep_disconnectMike Christie2021-06-021-0/+1
| |/
* | IB/isert: Align target max I/O size to initiator sizeMax Gurtovoy2021-06-242-5/+2
* | Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe2021-06-221-0/+1
|\ \
| * | RDMA/ipoib: Fix warning caused by destroying non-initial netnsKamal Heib2021-06-021-0/+1
| |/
* | rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.Jack Wang2021-06-222-11/+9
* | RDMA/rtrs-clt: Raise MAX_SEGMENTSJack Wang2021-06-221-2/+4
* | RDMA/rtrs_clt: Alloc less memory with write path fast memory registrationJack Wang2021-06-221-3/+2
* | RDMA/rtrs-clt: Write path fast memory registrationJack Wang2021-06-222-27/+74
* | RDMA/rtrs: Introduce head/tail wrJack Wang2021-06-223-20/+27
* | RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky2021-06-225-9/+10
* | RDMA/rtrs: Check device max_qp_wr limit when create QPJack Wang2021-06-182-23/+19
* | RDMA/rtrs: Rename cq_size/queue_size to cq_num/queue_numGuoqing Jiang2021-06-185-31/+30
* | RDMA/rtrs: RDMA_RXE requires more number of WRMd Haris Iqbal2021-06-182-4/+5
* | RDMA/rtrs-clt: Use minimal max_send_sge when create qpJack Wang2021-06-182-7/+8
* | RDMA/rtrs-srv: Set minimal max_send_wr and max_recv_wrJack Wang2021-06-181-13/+25
* | RDMA/ipoib: Use refcount_t instead of atomic_t for reference countingWeihang Li2021-06-082-6/+6
* | RDMA/rtrs: Avoid Wtautological-constant-out-of-range-compareJack Wang2021-05-312-7/+2
* | RDMA/rtrs-clt: Fix memory leak of not-freed sess->stats and stats->pcpu_statsGioh Kim2021-05-291-0/+6
* | RDMA/rtrs-clt: Check if the queue_depth has changed during a reconnectionMd Haris Iqbal2021-05-291-4/+15
* | RDMA/rtrs-srv: Fix memory leak when having multiple sessionsJack Wang2021-05-291-0/+1
* | RDMA/rtrs-srv: Fix memory leak of unfreed rtrs_srv_stats objectGioh Kim2021-05-291-0/+1
* | RDMA/rtrs-srv: Duplicated session name is not allowedGioh Kim2021-05-291-1/+41
* | RDMA/rtrs: Do not reset hb_missed_max after re-connectionGioh Kim2021-05-291-1/+0
* | RDMA/rtrs-srv: convert scnprintf to sysfs_emitJack Wang2021-05-291-1/+1
* | RDMA/rtrs-srv: Replace atomic_t with percpu_ref for ids_inflightMd Haris Iqbal2021-05-293-24/+35
* | RDMA/rtrs-clt: Check state of the rtrs_clt_sess before reading its statsMd Haris Iqbal2021-05-291-0/+3
* | RDMA/rtrs-clt: Remove redundant 'break'Guoqing Jiang2021-05-291-1/+0