summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* RDMA/srp: Rework SCSI device reset handlingBart Van Assche2019-03-231-10/+0
* iser: set sector for ambiguous mr status errorsSagi Grimberg2018-12-131-4/+3
* IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loopBart Van Assche2018-10-101-3/+3
* IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handlerAaron Knister2018-09-261-0/+2
* IB/ipoib: Fix for potential no-carrier stateAlex Estrin2018-05-301-0/+3
* IB/srp: Fix completion vector assignment algorithmBart Van Assche2018-04-241-6/+4
* IB/srp: Fix srp_abort()Bart Van Assche2018-04-241-3/+5
* IB/srpt: Fix abort handlingBart Van Assche2018-04-131-5/+1
* IB/ipoib: Avoid memory leak if the SA returns a different DGIDErez Shitrit2018-03-241-0/+16
* IB/ipoib: Update broadcast object if PKey value was changed in index 0Feras Daoud2018-03-241-0/+13
* IB/ipoib: Fix deadlock between ipoib_stop and mcast join flowFeras Daoud2018-03-241-6/+5
* IB/ipoib: Fix race condition in neigh creationErez Shitrit2018-03-032-8/+22
* IB/srpt: Disable RDMA access by the initiatorBart Van Assche2018-01-171-2/+1
* RDMA/iser: Fix possible mr leak on device removal eventSagi Grimberg2017-12-252-3/+7
* IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stopAlex Vesker2017-12-201-1/+6
* IB/srp: Avoid that a cable pull can trigger a kernel crashBart Van Assche2017-11-301-6/+19
* IB/srpt: Do not accept invalid initiator port namesBart Van Assche2017-11-301-5/+4
* IB/ipoib: Change list_del to list_del_init in the tx objectFeras Daoud2017-11-151-1/+1
* IB/ipoib: Replace list_del of the neigh->list with list_del_initFeras Daoud2017-10-081-4/+4
* IB/ipoib: rtnl_unlock can not come after free_netdevFeras Daoud2017-10-081-2/+2
* IB/ipoib: Fix deadlock over vlan_mutexFeras Daoud2017-10-081-1/+5
* iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_doneNicholas Bellinger2017-08-111-1/+1
* IB/IPoIB: ibX: failed to create mcg debug fileShamir Rabinovitch2017-05-203-8/+42
* IB/srp: Fix race conditions related to task managementBart Van Assche2017-03-152-16/+30
* IB/srp: Avoid that duplicate responses trigger a kernel bugBart Van Assche2017-03-151-1/+3
* IB/IPoIB: Add destination address when re-queue packetErez Shitrit2017-03-151-13/+17
* IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud2017-03-152-9/+9
* IB/ipoib: move back IB LL address into the hard headerPaolo Abeni2017-02-015-43/+64
* IB/IPoIB: Remove can't use GFP_NOIO warningKamal Heib2017-01-261-2/+0
* IPoIB: Avoid reading an uninitialized member variableBart Van Assche2017-01-091-2/+5
* IB/ipoib: Don't allow MC joins during light MC flushAlex Vesker2016-10-071-0/+9
* IB/ipoib: Fix memory corruption in ipoib cm mode connect flowErez Shitrit2016-10-073-1/+18
* IB/IPoIB: Do not set skb truesize since using one linearskbCarol L Soto2016-09-151-2/+0
* IB/IPoIB: Don't update neigh validity for unresolved entriesErez Shitrit2016-08-201-1/+3
* IB/srp: Fix a debug kernel crashBart Van Assche2016-06-011-1/+1
* iser-target: Rework connection terminationJenny Derzhavetz2016-04-122-56/+52
* iser-target: Separate flows for np listeners and connections cma eventsJenny Derzhavetz2016-04-121-6/+5
* iser-target: Add new state ISER_CONN_BOUND to isert_connJenny Derzhavetz2016-04-122-2/+6
* iser-target: Fix identification of login rx descriptor typeJenny Derzhavetz2016-04-121-1/+2
* IB/ipoib: fix for rare multicast join race conditionAlex Estrin2016-04-121-7/+17
* IB/srpt: Simplify srpt_handle_tsk_mgmt()Bart Van Assche2016-04-121-58/+1
* iser-target: Remove explicit mlx4 work-aroundSagi Grimberg2015-12-081-10/+3
* IB/srp: Fix srp_map_sg_fr()Bart Van Assche2015-12-072-15/+9
* IB/srp: Fix indirect data buffer rkey endiannessBart Van Assche2015-12-071-1/+1
* IB/srp: Initialize dma_length in srp_map_idbChristoph Hellwig2015-12-071-0/+3
* IB/srp: Fix possible send queue overflowSagi Grimberg2015-12-071-1/+1
* IB/srp: Fix a memory leakBart Van Assche2015-12-071-9/+13
* IB/iser: use sector_div instead of do_divArnd Bergmann2015-12-071-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-11-131-5/+0
|\
| * scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-5/+0