summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* RDMA/ib_srp: Fix a deadlockBart Van Assche2022-03-021-2/+4
* RDMA/srpt: Fix error return code in srpt_cm_req_recv()Wang Wensheng2021-05-221-0/+1
* RDMA/ipoib: Fix ABBA deadlock with ipoib_reap_ah()Jason Gunthorpe2020-08-212-36/+31
* RDMA/ipoib: Return void from ipoib_ib_dev_stop()Kamal Heib2020-08-212-4/+2
* IB/ipoib: Fix double free of skb in case of multicast traffic in CM modeValentine Fatiev2020-06-034-12/+26
* scsi: Revert "RDMA/isert: Fix a recently introduced regression related to log...Bart Van Assche2020-02-281-0/+12
* scsi: RDMA/isert: Fix a recently introduced regression related to logoutBart Van Assche2020-01-291-12/+0
* IB/iser: Fix dma_nents type definitionMax Gurtovoy2020-01-271-1/+1
* IB/iser: Pass the correct number of entries for dma mapped SGLIsrael Rukshin2020-01-271-5/+5
* RDMA/srpt: Report the SCSI residual to the initiatorBart Van Assche2020-01-171-0/+24
* IB/iser: bound protection_sg size by data_sg sizeMax Gurtovoy2019-12-311-0/+1
* RDMA/srp: Propagate ib_post_send() failures to the SCSI mid-layerBart Van Assche2019-12-051-0/+1
* IB/hfi1: Ensure ucast_dlid access doesnt exceed boundsDennis Dalessandro2019-11-241-1/+2
* IB/iser: Fix possible NULL deref at iser_inv_desc()Israel Rukshin2019-11-201-5/+13
* IB/ipoib: Ensure that MTU isn't less than minimum permittedMuhammad Sammar2019-11-201-1/+2
* RDMA/srp: Accept again source addresses that do not have a port numberBart Van Assche2019-09-161-6/+15
* RDMA/srp: Document srp_parse_in() argumentsBart Van Assche2019-09-161-0/+3
* IB/ipoib: Add child to parent list only if device initializedValentine Fatiev2019-07-311-14/+20
* ipoib: correcly show a VF hardware addressDenis Kirjanov2019-07-261-0/+1
* scsi: RDMA/srpt: Fix a credit leak for aborted commandsBart Van Assche2019-05-081-0/+11
* IB/ipoib: Fix for use-after-free in ipoib_cm_tx_startFeras Daoud2019-03-132-3/+1
* RDMA/srp: Rework SCSI device reset handlingBart Van Assche2019-02-271-10/+0
* RDMA/srpt: Fix a use-after-free in the channel release codeBart Van Assche2019-01-131-5/+13
* iser: set sector for ambiguous mr status errorsSagi Grimberg2018-12-081-4/+3
* IB/ipoib: Use dev_port to expose network interface port numbersArseny Maslennikov2018-11-131-0/+2
* IB/ipoib: Clear IPCB before icmp_sendDenis Drozdov2018-11-131-2/+6
* IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loopBart Van Assche2018-09-191-3/+3
* IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handlerAaron Knister2018-09-051-0/+2
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-163-10/+7
|\
| * Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-151-7/+4
| |\
| | * scsi: target: srp, vscsi, sbp, qla: use target_remove_sessionMike Christie2018-08-021-2/+1
| | * scsi: target: rename target_alloc_sessionMike Christie2018-08-021-3/+3
| | * scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-021-2/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-2/+2
| |\ \
| | * | net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-2/+2
| | |/
| * / block: move ref_tag calculation func to the block layerMax Gurtovoy2018-07-301-1/+1
| |/
* | IB/ipoib: Consolidate checking of the proposed child interfaceJason Gunthorpe2018-08-022-28/+52
* | IB/ipoib: Maintain the child_intfs list from ndo_init/uninitJason Gunthorpe2018-08-023-26/+16
* | IB/ipoib: Do not remove child devices from within the ndo_uninitJason Gunthorpe2018-08-023-11/+30
* | IB/ipoib: Get rid of the sysfs_mutexJason Gunthorpe2018-08-024-48/+65
* | RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe2018-08-023-66/+105
* | IB/ipoib: Move init code to ndo_initJason Gunthorpe2018-08-024-119/+114
* | IB/ipoib: Move all uninit code into ndo_uninitJason Gunthorpe2018-08-023-32/+34
* | IB/ipoib: Use cancel_delayed_work_sync for neigh-clean taskErez Shitrit2018-08-022-24/+10
* | IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWNJason Gunthorpe2018-08-024-13/+18
* | IB/IPoIB: Set ah valid flag in multicast send flowDenis Drozdov2018-08-011-0/+1
* | RDMA: Fix return code check in rdma_set_cq_moderationKamal Heib2018-07-311-1/+1
* | RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit2018-07-303-11/+17
* | RDMA/ipoib: Fix check for return code from ib_create_srqKamal Heib2018-07-301-1/+1
* | IB/iser: Inline two work request conversion functionsBart Van Assche2018-07-301-2/+3