summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | i40iw: Use correct src address in memcpy to rdma stats countersShiraz Saleem2016-12-121-1/+1
| | | | * | | i40iw: Remove macros I40IW_STAG_KEY_FROM_STAG and I40IW_STAG_INDEX_FROM_STAGThomas Huth2016-12-121-6/+0
| | | | * | | i40iw: Add request for reset on CQP timeoutHenry Orosco2016-12-052-1/+10
| | | | * | | i40iw: Code cleanup, remove check of PBLE pagesHenry Orosco2016-12-051-4/+0
| | | | * | | i40iw: Correctly fail loopback connection if no listenerShiraz Saleem2016-12-051-27/+35
| | | | * | | i40iw: Fill in IRD value when on connect requestShiraz Saleem2016-12-051-0/+1
| | | | * | | i40iw: Set TOS field in IP headerShiraz Saleem2016-12-052-6/+22
| | | | * | | i40iw: Add NULL check for ibqp event handlerShiraz Saleem2016-12-051-1/+1
| | | | * | | i40iw: Replace list_for_each_entry macro with safe versionMustafa Ismail2016-12-052-4/+4
| | | | * | | i40iw: Add IP addr handling on netdev eventsMustafa Ismail2016-12-053-42/+156
| | | | * | | i40iw: Add missing cleanup on device closeMustafa Ismail2016-12-057-0/+90
| | | | * | | i40iw: Add 2MB page supportHenry Orosco2016-12-052-10/+51
| | | | * | | i40iw: Utilize physically mapped memory regionsHenry Orosco2016-12-051-9/+93
| | | | * | | i40iw: Fix incorrect assignment of SQ headHenry Orosco2016-12-051-6/+4
| | | | * | | i40iw: Remove variable flush_code and check to set qp->sq_flushHenry Orosco2016-12-051-4/+0
| | | | * | | i40iw: Remove check on return from device_init_pestat()Henry Orosco2016-12-053-14/+4
| | | | * | | i40iw: Use runtime check for IS_ENABLED(CONFIG_IPV6)Henry Orosco2016-12-051-2/+2
| | | | * | | i40iw: Use actual page sizeHenry Orosco2016-12-051-4/+1
| | | | * | | i40iw: Remove NULL check for cm_node->iwdevHenry Orosco2016-12-051-1/+1
| | | | * | | i40iw: Remove checks for more than 48 bytes inline dataHenry Orosco2016-12-051-5/+1
| | | | * | | i40iw: Query device accounts for internal rsrcHenry Orosco2016-12-055-6/+26
| | | | * | | i40iw: Optimize inline data copyHenry Orosco2016-12-051-14/+10
| | | | * | | i40iw: Fix for LAN handler removalHenry Orosco2016-12-051-6/+4
| | | | * | | i40iw: Correct values for max_recv_sge, max_send_sgeHenry Orosco2016-12-051-1/+5
| | | | * | | i40iw: Use vector when creating CQsHenry Orosco2016-12-052-3/+10
| | | | * | | i40iw: Convert page_size to encoded valueHenry Orosco2016-12-052-3/+14
| | | | * | | i40iw: Set MAX IRD, MAX ORD size to max supported valueHenry Orosco2016-12-032-8/+2
| | | | * | | i40iw: Remove workaround for pre-production errataHenry Orosco2016-12-033-26/+4
| | | | * | | i40iw: Enable message packingHenry Orosco2016-12-033-7/+2
| | | | * | | i40iw: Add Quality of Service supportHenry Orosco2016-12-0313-36/+325
| | | | | |/ | | | | |/|
| | | * | | IB/hns: Move HNS RoCE user vendor structuresLeon Romanovsky2016-12-034-56/+3
| | | * | | IB/hns: Fix the IB device nameLijun Ou2016-12-031-1/+1
| | | * | | IB/hns: Fix the bug when free cqShaobo Xu2016-12-034-11/+79
| | | * | | IB/hns: Delete the redundant memset operationWei Hu (Xavier)2016-12-031-3/+0
| | | * | | IB/hns: Fix the bug of setting port mtuWei Hu (Xavier)2016-12-031-14/+2
| | | * | | IB/hns: Fix the bug when free mrShaobo Xu2016-12-036-15/+545
| | | * | | IB/hns: Fix the bug when destroy qpWei Hu (Xavier)2016-12-033-96/+402
| | | * | | IB/hns: Fix for Checkpatch.pl comment style errorsSalil2016-12-036-66/+66
| | | * | | IB/hns: Implement the add_gid/del_gid and optimize the GIDs managementShaobo Xu2016-12-032-224/+48
| | | * | | IB/hns: Change qpn allocation to round-robin mode.Wei Hu (Xavier)2016-12-036-12/+21
| | | * | | IB/hns: Modify query info named port_num when querying RC QPWei Hu (Xavier)2016-12-031-3/+1
| | | * | | IB/hns: Modify the macro for the timeout when cmd processWei Hu (Xavier)2016-12-034-14/+9
| | | * | | IB/hns: Fix the bug for qp state in hns_roce_v1_m_qp()Lijun Ou2016-12-031-1/+1
| | | * | | IB/hns: Modify the condition of notifying hardware loopbackLijun Ou2016-12-031-17/+7
| | | * | | IB/hns: add self loopback for CMLijun Ou2016-12-032-0/+13
| | | * | | IB/hns: Optimize the logic of allocating memory using APIsWei Hu (Xavier)2016-12-031-7/+9
| | | * | | IB/hns: Add code for refreshing CQ CI using TPTRWei Hu (Xavier)2016-12-036-15/+103
| | | * | | IB/hns: Add the interface for querying QP1Lijun Ou2016-12-032-3/+86
| | | |/ /
| | * | | infiniband: remove WARN that is not kernel bugLeon Romanovsky2016-12-031-1/+4
| | * | | IB/ocrdma: Remove and fix debug prints after allocation failureLeon Romanovsky2016-12-032-6/+3