summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* IB/iser: fix spelling mistake: "unexepected" -> "unexpected"Colin Ian King2017-04-251-1/+1
* IB/ipoib: Fix deadlock between ipoib_stop and mcast join flowFeras Daoud2017-04-211-6/+5
* IB/ipoib: Update broadcast object if PKey value was changed in index 0Feras Daoud2017-04-211-0/+13
* IB/IPoIB: Support acceleration options callbacksErez Shitrit2017-04-207-76/+188
* IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit2017-04-2010-129/+136
* IB/IPoIB: Rename qpn to be dqpn in ipoib_send and post_send functionsErez Shitrit2017-04-202-7/+8
* IB/IPoIB: Separate control from HW operation on ipoib_open/stop ndoErez Shitrit2017-04-203-103/+131
* IB/IPoIB: Separate control and data related initializationsErez Shitrit2017-04-204-88/+109
* IB/opa-vnic: VNIC Ethernet Management Agent (VEMA) functionVishwanathapura, Niranjana2017-04-205-5/+1106
* IB/opa-vnic: VNIC Ethernet Management Agent (VEMA) interfaceVishwanathapura, Niranjana2017-04-205-2/+581
* IB/opa-vnic: VNIC MAC table supportVishwanathapura, Niranjana2017-04-203-0/+291
* IB/opa-vnic: VNIC statistics supportVishwanathapura, Niranjana2017-04-203-0/+132
* IB/opa-vnic: VNIC Ethernet Management (EM) structure definitionsVishwanathapura, Niranjana2017-04-202-0/+456
* IB/opa-vnic: Virtual Network Interface Controller (VNIC) netdevVishwanathapura, Niranjana2017-04-208-0/+794
* Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdeviceDoug Ledford2017-04-203-8/+42
|\
| * IB/IPoIB: ibX: failed to create mcg debug fileShamir Rabinovitch2017-04-053-8/+42
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2017-04-112-19/+49
|\ \
| * | iser-target: avoid posting a recv buffer twiceSagi Grimberg2017-03-302-1/+14
| * | iser-target: Fix queue-full response handlingNicholas Bellinger2017-03-301-18/+35
| |/
* | RDMA/iser: Fix possible mr leak on device removal eventSagi Grimberg2017-03-242-3/+7
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-0/+2
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-255-7/+6
|\
| * 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
* | 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/+3
| * | IB/ipoib: Remove redudant labelZhu Yanjun2017-02-191-4/+3
| * | 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/+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
OpenPOWER on IntegriCloud