summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)AuthorFilesLines
2018-12-13iser: set sector for ambiguous mr status errorsSagi Grimberg1-4/+3
2018-10-10IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loopBart Van Assche1-3/+3
2018-09-26IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handlerAaron Knister1-0/+2
2018-05-30IB/ipoib: Fix for potential no-carrier stateAlex Estrin1-0/+3
2018-04-24IB/srp: Fix completion vector assignment algorithmBart Van Assche1-6/+4
2018-04-24IB/srp: Fix srp_abort()Bart Van Assche1-3/+5
2018-04-13IB/srpt: Fix abort handlingBart Van Assche1-5/+1
2018-03-24IB/ipoib: Avoid memory leak if the SA returns a different DGIDErez Shitrit1-0/+16
2018-03-24IB/ipoib: Update broadcast object if PKey value was changed in index 0Feras Daoud1-0/+13
2018-03-24IB/ipoib: Fix deadlock between ipoib_stop and mcast join flowFeras Daoud1-6/+5
2018-03-03IB/ipoib: Fix race condition in neigh creationErez Shitrit2-8/+22
2018-01-17IB/srpt: Disable RDMA access by the initiatorBart Van Assche1-2/+1
2017-12-25RDMA/iser: Fix possible mr leak on device removal eventSagi Grimberg2-3/+7
2017-12-20IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stopAlex Vesker1-1/+6
2017-11-30IB/srp: Avoid that a cable pull can trigger a kernel crashBart Van Assche1-6/+19
2017-11-30IB/srpt: Do not accept invalid initiator port namesBart Van Assche1-5/+4
2017-11-15IB/ipoib: Change list_del to list_del_init in the tx objectFeras Daoud1-1/+1
2017-10-08IB/ipoib: Replace list_del of the neigh->list with list_del_initFeras Daoud1-4/+4
2017-10-08IB/ipoib: rtnl_unlock can not come after free_netdevFeras Daoud1-2/+2
2017-10-08IB/ipoib: Fix deadlock over vlan_mutexFeras Daoud1-1/+5
2017-08-11iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_doneNicholas Bellinger1-1/+1
2017-05-20IB/IPoIB: ibX: failed to create mcg debug fileShamir Rabinovitch3-8/+42
2017-03-15IB/srp: Fix race conditions related to task managementBart Van Assche2-16/+30
2017-03-15IB/srp: Avoid that duplicate responses trigger a kernel bugBart Van Assche1-1/+3
2017-03-15IB/IPoIB: Add destination address when re-queue packetErez Shitrit1-13/+17
2017-03-15IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud2-9/+9
2017-02-01IB/ipoib: move back IB LL address into the hard headerPaolo Abeni5-43/+64
2017-01-26IB/IPoIB: Remove can't use GFP_NOIO warningKamal Heib1-2/+0
2017-01-09IPoIB: Avoid reading an uninitialized member variableBart Van Assche1-2/+5
2016-10-07IB/ipoib: Don't allow MC joins during light MC flushAlex Vesker1-0/+9
2016-10-07IB/ipoib: Fix memory corruption in ipoib cm mode connect flowErez Shitrit3-1/+18
2016-09-15IB/IPoIB: Do not set skb truesize since using one linearskbCarol L Soto1-2/+0
2016-08-20IB/IPoIB: Don't update neigh validity for unresolved entriesErez Shitrit1-1/+3
2016-06-01IB/srp: Fix a debug kernel crashBart Van Assche1-1/+1
2016-04-12iser-target: Rework connection terminationJenny Derzhavetz2-56/+52
2016-04-12iser-target: Separate flows for np listeners and connections cma eventsJenny Derzhavetz1-6/+5
2016-04-12iser-target: Add new state ISER_CONN_BOUND to isert_connJenny Derzhavetz2-2/+6
2016-04-12iser-target: Fix identification of login rx descriptor typeJenny Derzhavetz1-1/+2
2016-04-12IB/ipoib: fix for rare multicast join race conditionAlex Estrin1-7/+17
2016-04-12IB/srpt: Simplify srpt_handle_tsk_mgmt()Bart Van Assche1-58/+1
2015-12-08iser-target: Remove explicit mlx4 work-aroundSagi Grimberg1-10/+3
2015-12-08IB/srp: Fix srp_map_sg_fr()Bart Van Assche2-15/+9
2015-12-08IB/srp: Fix indirect data buffer rkey endiannessBart Van Assche1-1/+1
2015-12-08IB/srp: Initialize dma_length in srp_map_idbChristoph Hellwig1-0/+3
2015-12-08IB/srp: Fix possible send queue overflowSagi Grimberg1-1/+1
2015-12-08IB/srp: Fix a memory leakBart Van Assche1-9/+13
2015-12-08IB/iser: use sector_div instead of do_divArnd Bergmann1-1/+1
2015-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+0
2015-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-44/+34
2015-11-10scsi: use host wide tags by defaultChristoph Hellwig1-5/+0