summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* IB/srpt: Modify a debug statementBart Van Assche2017-01-241-2/+1
* IB/srp: Switch from dma_device to dev.parentBart Van Assche2017-01-241-2/+2
* IB/iser: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* 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
* 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
* 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
| * 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
|\
OpenPOWER on IntegriCloud