aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-24RDMA/iser: Fix possible mr leak on device removal eventSagi Grimberg2-3/+7
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar2-0/+2
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds5-7/+6
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds12-173/+248
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-0/+2
2017-02-19IB/srp: Drain the send queue before destroying a QPBart Van Assche1-5/+14
2017-02-19IB/srp: Improve an error pathBart Van Assche1-1/+2
2017-02-19IB/srp: Make a diagnostic message more informativeBart Van Assche1-2/+3
2017-02-19IB/srp: Document locking conventionsBart Van Assche1-0/+5
2017-02-19IB/srp: Fix race conditions related to task managementBart Van Assche2-16/+30
2017-02-19IB/srp: Avoid that duplicate responses trigger a kernel bugBart Van Assche1-1/+3
2017-02-19IB/SRP: Avoid using IB_MR_TYPE_SG_GAPSBart Van Assche1-9/+3
2017-02-19IB/ipoib: Remove redudant labelZhu Yanjun1-4/+3
2017-02-19IB/ipoib: remove the unnecessary memory freeZhu Yanjun1-1/+3
2017-02-19IB/iser: Protect completion context active_qps updateMax Gurtovoy1-0/+2
2017-02-19Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford4-23/+18
2017-02-15IB/IPoIB: Add destination address when re-queue packetErez Shitrit1-13/+17
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2-0/+2
2017-01-27IB/srpt: Accept GUIDs as port namesBart Van Assche2-61/+96
2017-01-24IB/ipoib: Remove the unnecessary error checkZhu Yanjun4-13/+7
2017-01-24IB/ipoib: function interface changeZhu Yanjun2-8/+4
2017-01-24IB/ipoib: Remove unnecessary returned value checkZhu Yanjun3-10/+4
2017-01-24IB/isert: fix spelling mistake: "teminating" -> "terminating"Colin Ian King1-1/+1
2017-01-24IB/srpt: Modify a debug statementBart Van Assche1-2/+1
2017-01-24IB/srp: Switch from dma_device to dev.parentBart Van Assche1-2/+2
2017-01-24IB/iser: Switch from dma_device to dev.parentBart Van Assche1-1/+1
2017-01-24IB/IPoIB: Switch from dma_device to dev.parentBart Van Assche2-2/+2
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche1-1/+1
2017-01-24IB/iser: remove unused variable from iser_conn structMax Gurtovoy3-14/+5
2017-01-24IB/iser: Fix sg_tablesize calculationMax Gurtovoy1-7/+0
2017-01-24IB/srp: fix invalid indirect_sg_entries parameter valueIsrael Rukshin1-0/+6
2017-01-24IB/srp: fix mr allocation when the device supports sg gapsIsrael Rukshin1-2/+7
2017-01-12IB/ipoib: Change list_del to list_del_init in the tx objectFeras Daoud1-1/+1
2017-01-12IB/ipoib: Replace list_del of the neigh->list with list_del_initFeras Daoud1-4/+4
2017-01-12IB/ipoib: Use debug prints instead of warnings in RNR WC statusFeras Daoud1-3/+6
2017-01-12IB/ipoib: Add detailed error message to dev_queue_xmit callFeras Daoud3-8/+13
2017-01-12IB/ipoib: rtnl_unlock can not come after free_netdevFeras Daoud1-2/+2
2017-01-12IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud2-9/+9
2017-01-12IB/ipoib: Fix deadlock over vlan_mutexFeras Daoud1-1/+5
2017-01-12IB/ipoib: Set device connection mode only when neededFeras Daoud1-0/+7
2017-01-12IB/ipoib: When given an invalid UD MTU, give debug msgFeras Daoud1-0/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds8-66/+67
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford5-32/+58
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford1-2/+0
2016-12-14IB/srp: Make writing the add_target sysfs attr interruptibleBart Van Assche1-1/+4
2016-12-14IB/srp: Make mapping failures easier to debugBart Van Assche1-2/+10
2016-12-14IB/srp: Make login failures easier to debugBart Van Assche1-0/+3
2016-12-14IB/srp: Introduce a local variable in srp_add_one()Bart Van Assche1-8/+9
2016-12-14IB/srp: Fix CONFIG_DYNAMIC_DEBUG=n buildBart Van Assche1-5/+6