summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* 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-07-271-1/+1
* IB/iser: Fix connection teardown race conditionVladimir Neyelov2017-07-271-0/+11
* 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/SRP: Avoid using IB_MR_TYPE_SG_GAPSBart Van Assche2017-03-151-9/+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/srp: fix invalid indirect_sg_entries parameter valueIsrael Rukshin2017-02-011-0/+6
* IB/srp: fix mr allocation when the device supports sg gapsIsrael Rukshin2017-02-011-2/+7
* IB/iser: Fix sg_tablesize calculationMax Gurtovoy2017-02-011-7/+0
* 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: move back IB LL address into the hard headerPaolo Abeni2016-10-145-43/+64
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-0910-59/+48
|\
| * IB/srp: Fix infinite loop when FMR sg[0].offset != 0Bart Van Assche2016-10-071-3/+5
| * IB/srp: Remove an unused argumentBart Van Assche2016-10-071-2/+2
| * ipoib: Make ipoib_warn ratelimitedkernel@kyup.com2016-10-071-1/+7
| * IB/ipoib_verbs: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-10-071-1/+1
| * IB/ipoib: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-10-071-1/+2
| * IB/srp: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig2016-09-232-27/+20
| * IB/iser: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig2016-09-233-21/+8
| * IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-235-5/+5
* | IB/ipoib: Don't allow MC joins during light MC flushAlex Vesker2016-09-161-0/+9
* | IB/ipoib: Fix memory corruption in ipoib cm mode connect flowErez Shitrit2016-09-023-1/+18
* | IB/isert: Properly release resources on DEVICE_REMOVALRaju Rangoju2016-09-022-3/+22
* | IB/srpt: Update sport->port_guid with each port refreshDoug Ledford2016-08-241-4/+5
* | IB/isert: fix error return code in isert_alloc_login_buf()Wei Yongjun2016-08-221-1/+1
|/
* Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds2016-08-044-10/+9
|\
| * IB/isert: Remove an unused member variableBart Van Assche2016-08-022-3/+0
| * IB/srpt: Simplify srpt_queue_response()Bart Van Assche2016-08-021-5/+2
| * IB/srpt: Limit the number of SG elements per work requestBart Van Assche2016-08-022-2/+7
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-08-043-11/+8
|\ \ | |/ |/|
| *-. Merge branches 'misc' and 'rxe' into k.o/for-4.8-1Doug Ledford2016-08-042-7/+6
| |\ \
| | * | IB/ipoib: Report SG feature regardless of HW UD CSUM capabilityYuval Shaia2016-08-032-7/+6
| | |/
| * / IB/ipoib: Use new device FW version stringIra Weiny2016-06-231-4/+2
| |/
* / IB/srpt: Reduce QP buffer sizeBart Van Assche2016-06-232-2/+2
|/
* IB/IPoIB: Don't update neigh validity for unresolved entriesErez Shitrit2016-06-071-1/+3
* IB/IPoIB: Disable bottom half when dealing with device addressMark Bloch2016-06-073-11/+11
* IB/IPoIB: Fix race between ipoib_remove_one to sysfs functionsErez Shitrit2016-06-074-0/+14
* IB/srp: Fix srp_map_sg_dma()Bart Van Assche2016-06-061-2/+1
* IB/srp: Always initialize use_fast_reg and use_fmrBart Van Assche2016-06-061-3/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-05-282-9/+11
|\
| * iscsi-target: Convert transport drivers to signal rdma_shutdownNicholas Bellinger2016-05-161-0/+1