summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/ib_srp: Fix a deadlockBart Van Assche2022-02-231-2/+4
* RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_closeMd Haris Iqbal2022-02-181-1/+1
* RDMA/rtrs-clt: Fix possible double free in error caseMd Haris Iqbal2022-02-181-17/+20
* RDMA/rtrs-clt: Rename rtrs_clt to rtrs_clt_sessVaishali Thakkar2022-01-074-68/+74
* RDMA/rtrs-srv: Rename rtrs_srv to rtrs_srv_sessVaishali Thakkar2022-01-074-39/+40
* RDMA/rtrs-clt: Rename rtrs_clt_sess to rtrs_clt_pathVaishali Thakkar2022-01-076-568/+586
* RDMA/rtrs-srv: Rename rtrs_srv_sess to rtrs_srv_pathVaishali Thakkar2022-01-075-375/+386
* RDMA/rtrs: Rename rtrs_sess to rtrs_pathVaishali Thakkar2022-01-078-120/+120
* IB/iser: Align coding style across driverMax Gurtovoy2022-01-064-126/+87
* IB/iser: Remove un-needed casting to/from void pointerMax Gurtovoy2022-01-061-9/+8
* IB/iser: Don't suppress send completionsMax Gurtovoy2022-01-063-20/+6
* IB/iser: Rename ib_ret local variableMax Gurtovoy2022-01-061-15/+15
* IB/iser: Fix RNR errorsSergey Gorenko2022-01-063-78/+42
* IB/iser: Remove deprecated pi_guard module paramMax Gurtovoy2022-01-062-5/+0
* Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe2021-12-151-3/+6
|\
| * RDMA/rtrs: Call {get,put}_cpu_ptr to silence a debug kernel warningGuoqing Jiang2021-11-291-3/+6
* | RDMA/rtrs-clt: Fix the initial value of min_latencyJack Wang2021-11-251-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-052-59/+38
|\
| * scsi: RDMA/srp: Switch to attribute groupsBart Van Assche2021-10-171-21/+30
| * scsi: ib_srp: Call scsi_done() directlyBart Van Assche2021-10-171-4/+4
| * scsi: target: srpt: Replace enable attr with ops.enableDmitry Bogdanov2021-10-051-34/+4
* | IB/opa_vnic: Rebranding of OPA VNIC driver to Cornelis NetworksScott Breyer2021-10-293-6/+8
* | RDMA/ipoib: Use dev_addr_mod()Jakub Kicinski2021-10-253-14/+16
* | RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-121-1/+0
* | RDMA/rtrs-clt: Follow "one entry one value" rule for IO migration statsMd Haris Iqbal2021-10-043-13/+28
* | RDMA/rtrs: Do not allow sessname to contain special symbols / and .Md Haris Iqbal2021-10-042-0/+11
* | RDMA/rtrs: Introduce destroy_cq helperMd Haris Iqbal2021-10-041-12/+13
* | RDMA/rtrs: Replace duplicate check with is_pollqueue helperJack Wang2021-10-041-3/+8
* | RDMA/rtrs: Fix warning when use poll mode on client side.Jack Wang2021-10-042-3/+15
* | RDMA/rtrs: Remove len parameter from helper print functions of sysfsMd Haris Iqbal2021-10-045-20/+12
* | RDMA/rtrs: Use sysfs_emit instead of s*printf function for sysfs showMd Haris Iqbal2021-10-042-14/+12
|/
* 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
|/