summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
...
| * IB/IPoIB: Switch from dma_device to dev.parentBart Van Assche2017-01-242-2/+2
| * treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-241-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-2312-173/+248
|\ \
| * | IB/srp: Drain the send queue before destroying a QPBart Van Assche2017-02-191-5/+14
| * | IB/srp: Improve an error pathBart Van Assche2017-02-191-1/+2
| * | IB/srp: Make a diagnostic message more informativeBart Van Assche2017-02-191-2/+3
| * | IB/srp: Document locking conventionsBart Van Assche2017-02-191-0/+5
| * | IB/srp: Fix race conditions related to task managementBart Van Assche2017-02-192-16/+30
| * | IB/srp: Avoid that duplicate responses trigger a kernel bugBart Van Assche2017-02-191-1/+3
| * | IB/SRP: Avoid using IB_MR_TYPE_SG_GAPSBart Van Assche2017-02-191-9/+3Star
| * | IB/ipoib: Remove redudant labelZhu Yanjun2017-02-191-4/+3Star
| * | IB/ipoib: remove the unnecessary memory freeZhu Yanjun2017-02-191-1/+3
| * | IB/iser: Protect completion context active_qps updateMax Gurtovoy2017-02-191-0/+2
| * | Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford2017-02-194-23/+18Star
| |\ \
| * | | IB/IPoIB: Add destination address when re-queue packetErez Shitrit2017-02-151-13/+17
| * | | IB/srpt: Accept GUIDs as port namesBart Van Assche2017-01-272-61/+96
| * | | IB/ipoib: Remove the unnecessary error checkZhu Yanjun2017-01-244-13/+7Star
| * | | IB/ipoib: function interface changeZhu Yanjun2017-01-242-8/+4Star
| * | | IB/ipoib: Remove unnecessary returned value checkZhu Yanjun2017-01-243-10/+4Star
| * | | IB/isert: fix spelling mistake: "teminating" -> "terminating"Colin Ian King2017-01-241-1/+1
| | |/ | |/|
| * | IB/ipoib: Change list_del to list_del_init in the tx objectFeras Daoud2017-01-121-1/+1
| * | IB/ipoib: Replace list_del of the neigh->list with list_del_initFeras Daoud2017-01-121-4/+4
| * | IB/ipoib: Use debug prints instead of warnings in RNR WC statusFeras Daoud2017-01-121-3/+6
| * | IB/ipoib: Add detailed error message to dev_queue_xmit callFeras Daoud2017-01-123-8/+13
| * | IB/ipoib: rtnl_unlock can not come after free_netdevFeras Daoud2017-01-121-2/+2
| * | IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud2017-01-122-9/+9
| * | IB/ipoib: Fix deadlock over vlan_mutexFeras Daoud2017-01-121-1/+5
| * | IB/ipoib: Set device connection mode only when neededFeras Daoud2017-01-121-0/+7
| * | IB/ipoib: When given an invalid UD MTU, give debug msgFeras Daoud2017-01-121-0/+4
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-212-0/+2
|\ \ \ | |_|/ |/| |
| * | scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-072-0/+2
| |/
* | IB/iser: remove unused variable from iser_conn structMax Gurtovoy2017-01-243-14/+5Star
* | IB/iser: Fix sg_tablesize calculationMax Gurtovoy2017-01-241-7/+0Star
* | IB/srp: fix invalid indirect_sg_entries parameter valueIsrael Rukshin2017-01-241-0/+6
* | IB/srp: fix mr allocation when the device supports sg gapsIsrael Rukshin2017-01-241-2/+7
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-158-66/+67
|\
| *-----. Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford2016-12-145-32/+58
| |\ \ \ \
| | | | | * IB/srp: Make writing the add_target sysfs attr interruptibleBart Van Assche2016-12-141-1/+4
| | | | | * IB/srp: Make mapping failures easier to debugBart Van Assche2016-12-141-2/+10
| | | | | * IB/srp: Make login failures easier to debugBart Van Assche2016-12-141-0/+3
| | | | | * IB/srp: Introduce a local variable in srp_add_one()Bart Van Assche2016-12-141-8/+9
| | | | | * IB/srp: Fix CONFIG_DYNAMIC_DEBUG=n buildBart Van Assche2016-12-141-5/+6
| | | | |/ | | | |/|
| | | | * ib_isert: log the connection reject messageSteve Wise2016-12-141-0/+2
| | | | * ib_iser: log the connection reject messageSteve Wise2016-12-141-1/+4
| | | |/
| | * | IPoIB: Avoid reading an uninitialized member variableBart Van Assche2016-12-141-2/+5
| | * | IB/srpt: Report login failures only onceBart Van Assche2016-12-141-13/+9Star
| | * | IB/isert: do not ignore errors in dma_map_single()Alexey Khoroshilov2016-12-141-0/+6
| | |/
| * | Merge branch 'mlx' into merge-testDoug Ledford2016-12-141-2/+0Star
| |\ \
| | * | IB/IPoIB: Remove can't use GFP_NOIO warningKamal Heib2016-11-171-2/+0Star
| | |/