summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli2017-05-012-2/+2
* | IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-015-5/+5
* | IB/IPoIB: Remove 'else' when the 'if' has a return.Dasaratharaman Chandramouli2017-05-011-10/+9
* | IB/core: Move opa_class_port_info definition to header fileDasaratharaman Chandramouli2017-04-281-25/+0
* | IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli2017-04-283-78/+3
* | 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