summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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/+18
| |\ \
| * | | 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/+7
| * | | IB/ipoib: function interface changeZhu Yanjun2017-01-242-8/+4
| * | | IB/ipoib: Remove unnecessary returned value checkZhu Yanjun2017-01-243-10/+4
| * | | 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-062-0/+2
| |/
* | IB/iser: remove unused variable from iser_conn structMax Gurtovoy2017-01-243-14/+5
* | IB/iser: Fix sg_tablesize calculationMax Gurtovoy2017-01-241-7/+0
* | 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/+9
| | * | 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/+0
| |\ \
| | * | IB/IPoIB: Remove can't use GFP_NOIO warningKamal Heib2016-11-161-2/+0
| | |/
| * | IB/ipoib: Remove and fix debug prints after allocation failureLeon Romanovsky2016-12-033-15/+3
| * | IB/isert: Remove and fix debug prints after allocation failureLeon Romanovsky2016-12-031-17/+6
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-305-43/+64
|\ \
| * | IB/ipoib: move back IB LL address into the hard headerPaolo Abeni2016-10-145-43/+64
| |/
* | net: use core MTU range checking in misc driversJarod Wilson2016-10-201-0/+1
* | IB/ipoib: Flip to new dev walk APIDavid Ahern2016-10-181-12/+25
|/
* 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
OpenPOWER on IntegriCloud