summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* IB/ipoib: Notify on modify QP failure only when relevantErez Shitrit2017-07-231-1/+22
* IB/ipoib: Remove double pointer assigningLeon Romanovsky2017-07-231-1/+0
* IB/ipoib: Clean error paths in add portLeon Romanovsky2017-07-231-6/+8
* IB/ipoib: Add get statistics support to SRIOV VFFeras Daoud2017-07-231-0/+1
* IB/ipoib: Add multicast packets statisticsAlex Vesker2017-07-232-1/+4
* IB/ipoib: Set IPOIB_NEIGH_TBL_FLUSH after flushed completion initializationFeras Daoud2017-07-231-1/+1
* IB/ipoib: Prevent setting negative values to max_nonsrq_conn_qpAlex Vesker2017-07-231-0/+1
* IB/ipoib: Make sure no in-flight joins while leaving that mcastErez Shitrit2017-07-231-16/+8
* IB/ipoib: Use cancel_delayed_work_sync when neededErez Shitrit2017-07-231-6/+1
* IB/ipoib: Fix race between light events and interface restartFeras Daoud2017-07-233-0/+4
* RDMA/iser: don't send an rkey if all data is written as immadiate-dataSagi Grimberg2017-07-201-2/+4
* IB/IPoIB: Fix error code in ipoib_add_port()Dan Carpenter2017-07-201-0/+1
* IB/ipoib: Let lower driver handle get_stats64 callErez Shitrit2017-07-171-0/+12
* IB/IPoIB: Convert IPoIB to memalloc_noio_* callsLeon Romanovsky2017-07-171-9/+7
* IB/IPoIB: Forward MTU change to driver belowErez Shitrit2017-07-171-2/+17
* IB: Convert msleep below 20ms to usleep_rangeLeon Romanovsky2017-07-172-3/+3
* IB/iser: Fix connection teardown race conditionVladimir Neyelov2017-07-171-0/+11
* Merge tag 'v4.13-rc1' into k.o/for-4.13-rcDoug Ledford2017-07-176-11/+13
|\
| * Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-132-3/+3
| |\
| | * iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_doneNicholas Bellinger2017-07-061-1/+1
| | * IB/srpt: Make a debug statement in srpt_abort_cmd() more informativeBart Van Assche2017-07-061-2/+2
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-07-066-21/+19
| |\ \
| * | | net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-261-3/+4
| * | | net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-213-7/+20
| |\ \ \
| * | | | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-163-4/+4
* | | | | IB/iser: Handle lack of memory management extentions correctlyMike Marciniszyn2017-07-111-2/+8
| |_|/ / |/| | |
* | | | IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura2017-07-052-8/+8
* | | | IB/opa_vnic: Use spinlock instead of mutex for stats_lockVishwanathapura, Niranjana2017-06-294-12/+10
* | | | IB/opa_vnic: Use GFP_ATOMIC while sending trapVishwanathapura, Niranjana2017-06-291-1/+1
| |/ / |/| |
* | | IB/ipoib: Fix memory leak in create child syscallFeras Daoud2017-06-141-3/+3
* | | IB/ipoib: Fix access to un-initialized napi structAlex Vesker2017-06-141-1/+0
* | | IB/ipoib: Delete napi in device uninit defaultAlex Vesker2017-06-141-0/+3
* | | IB/ipoib: Limit call to free rdma_netdev for capable devicesAlex Vesker2017-06-141-1/+4
* | | IB/ipoib: Fix memory leaks for child interfaces privAlex Vesker2017-06-142-2/+10
|/ /
* | RDMA/SA: Fix kernel panic in CMA request handler flowMajd Dibbiny2017-06-011-1/+1
* | RDMA/srp: Fix NULL deref at srp_destroy_qp()Israel Rukshin2017-06-011-1/+1
* | RDMA/IPoIB: Limit the ipoib_dev_uninit_default scopeLeon Romanovsky2017-06-011-1/+1
* | RDMA/IPoIB: Replace netdev_priv with ipoib_priv for ipoib_get_link_ksettingsHonggang Li2017-06-011-1/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-05-121-6/+3
|\
| * IB/srpt: Avoid that aborting a command triggers a kernel warningBart Van Assche2017-05-071-1/+2
| * IB/srpt: Fix abort handlingBart Van Assche2017-05-071-5/+1
* | IB/ipoib: add get_link_ksettings in ethtoolZhu Yanjun2017-05-041-0/+59
* | IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli2017-05-012-2/+9
* | IB/SA: Add OPA path record typeDasaratharaman Chandramouli2017-05-013-9/+9
* | IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli2017-05-013-10/+14
* | IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli2017-05-015-7/+7
* | IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-012-0/+2
* | IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-012-36/+33
* | IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli2017-05-013-6/+6