summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)AuthorFilesLines
2019-05-02IB/ipoib: Fix for use-after-free in ipoib_cm_tx_startFeras Daoud2-3/+1
2019-02-11iser: set sector for ambiguous mr status errorsSagi Grimberg1-4/+3
2018-12-17IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handlerAaron Knister1-0/+2
2018-12-17IB/IPoIB: Set ah valid flag in multicast send flowDenis Drozdov1-0/+1
2018-12-17IB/srpt: Support HCAs with more than two portsBart Van Assche2-5/+5
2018-11-20IB/isert: fix T10-pi check mask settingMax Gurtovoy1-1/+1
2018-11-20IB/isert: Fix for lib/dma_debug check_sync warningAlex Estrin1-8/+17
2018-11-20RDMA/ipoib: Update paths on CLIENT_REREG/SM_CHANGE eventsDoug Ledford2-7/+28
2018-10-21IB/srp: Fix srp_abort()Bart Van Assche1-3/+5
2018-06-17IB/ipoib: Do not warn if IPoIB debugfs doesn't existAlaa Hleihel1-2/+0
2018-03-03IB/srpt: Disable RDMA access by the initiatorBart Van Assche1-2/+1
2018-03-03IB/ipoib: Fix race condition in neigh creationErez Shitrit2-8/+22
2018-02-13IB/srp: Avoid that a cable pull can trigger a kernel crashBart Van Assche1-5/+18
2018-02-13IB/srpt: Do not accept invalid initiator port namesBart Van Assche1-5/+4
2018-01-01Revert "IB/ipoib: Update broadcast object if PKey value was changed in index 0"Alex Estrin1-13/+0
2017-11-11IB/ipoib: Remove double pointer assigningLeon Romanovsky1-1/+0
2017-11-11IB/ipoib: Set IPOIB_NEIGH_TBL_FLUSH after flushed completion initializationFeras Daoud1-1/+1
2017-11-11IB/ipoib: Prevent setting negative values to max_nonsrq_conn_qpAlex Vesker1-0/+1
2017-09-15IB/ipoib: Fix memory leak in create child syscallFeras Daoud1-3/+4
2017-08-26IB/ipoib: Update broadcast object if PKey value was changed in index 0Feras Daoud1-0/+13
2017-08-26IB/IPoIB: ibX: failed to create mcg debug fileShamir Rabinovitch3-8/+42
2017-08-26IPoIB: Remove unnecessary test for NULL before debugfs_remove()Fabian Frederick1-4/+2
2017-06-05IB/ipoib: Change list_del to list_del_init in the tx objectFeras Daoud1-1/+1
2017-06-05IB/ipoib: Replace list_del of the neigh->list with list_del_initFeras Daoud1-4/+4
2017-06-05IB/ipoib: rtnl_unlock can not come after free_netdevFeras Daoud1-2/+2
2017-06-05IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud2-9/+9
2017-06-05IB/ipoib: Fix deadlock over vlan_mutexFeras Daoud1-1/+5
2017-06-05IB/ipoib: Set device connection mode only when neededFeras Daoud1-0/+7
2017-03-16IPoIB: Avoid reading an uninitialized member variableBart Van Assche1-2/+5
2017-03-16IB/IPoIB: Remove can't use GFP_NOIO warningKamal Heib1-2/+0
2017-02-23IB/srp: Fix infinite loop when FMR sg[0].offset != 0Bart Van Assche1-3/+5
2016-11-20IB/ipoib: Don't allow MC joins during light MC flushAlex Vesker1-0/+9
2016-11-20IB/ipoib: Fix memory corruption in ipoib cm mode connect flowErez Shitrit3-1/+18
2016-08-23IB/IPoIB: Don't update neigh validity for unresolved entriesErez Shitrit1-1/+3
2016-08-23IB/IPoIB: Fix race between ipoib_remove_one to sysfs functionsErez Shitrit4-0/+14
2016-05-01IB/srpt: Simplify srpt_handle_tsk_mgmt()Bart Van Assche1-58/+1
2016-01-11IB/srp: Fix possible send queue overflowSagi Grimberg1-1/+1
2015-10-09iser-target: remove command with state ISTATE_REMOVEJenny Derzhavetz1-1/+8
2015-06-30iser-target: release stale iser connectionsSagi Grimberg1-1/+17
2015-06-30iser-target: Fix variable-length response error completionSagi Grimberg1-2/+4
2015-05-06IB/iser: Fix wrong calculation of protection buffer lengthSagi Grimberg1-2/+2
2015-05-05iser-target: Fix possible deadlock in RDMA_CM connection errorSagi Grimberg1-5/+9
2015-05-05iser-target: Fix session hang in case of an rdma read DIF errorSagi Grimberg1-2/+4
2015-03-03IB/iser: Use correct dma direction when unmapping SGsRoi Dayan3-8/+17
2015-01-15iscsi,iser-target: Expose supported protection ops according to t10_piSagi Grimberg2-3/+12
2015-01-15iser-target: Fix NULL dereference in SW mode DIFSagi Grimberg1-6/+13
2015-01-15iser-target: Allocate PI contexts dynamicallySagi Grimberg2-116/+158
2015-01-15iser-target: Fix implicit termination of connectionsSagi Grimberg2-8/+35
2015-01-15iser-target: Handle ADDR_CHANGE event for listener cm_idSagi Grimberg2-31/+77
2015-01-15iser-target: Fix connected_handler + teardown flow raceSagi Grimberg1-12/+19