summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Fix usage of bitmap allocation functions return valuesGal Pressman2018-08-152-2/+5
* IB/core: Change filter function return type from int to boolParav Pandit2018-08-152-31/+43
* IB/core: Update GID entries for netdevice whose mac address changesParav Pandit2018-08-151-6/+7
* IB/core: Add default GIDs of the bond master netdevParav Pandit2018-08-151-29/+59
* IB/core: Consider adding default GIDs of bond deviceParav Pandit2018-08-151-1/+23
* IB/core: Delete lower netdevice default GID entries in bonding scenarioParav Pandit2018-08-151-9/+62
* IB/core: Avoid confusing del_netdev_default_ipsParav Pandit2018-08-151-13/+10Star
* IB/core: Add comment for change upper netevent handlingParav Pandit2018-08-151-16/+39
* qedr: Add user space support for SRQYuval Bason2018-08-152-44/+191
* qedr: Add support for kernel mode SRQ'sYuval Bason2018-08-155-13/+458
* qedr: Add wrapping generic structure for qpidr and adjust idr routines.Yuval Bason2018-08-154-29/+31
* IB/mlx5: Fix leaking stack memory to userspaceJason Gunthorpe2018-08-141-1/+1
* IB/ucm: Fix compiling ucm.cJason Gunthorpe2018-08-142-6/+6
* IB/uverbs: Do not check for device disassociation during ioctlJason Gunthorpe2018-08-131-28/+13Star
* IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe2018-08-136-742/+2Star
* IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe2018-08-133-269/+210Star
* IB/uverbs: Use uverbs_alloc for allocationsJason Gunthorpe2018-08-132-65/+38Star
* IB/uverbs: Add a simple allocator to uverbs_attr_bundleJason Gunthorpe2018-08-131-20/+89
* IB/uverbs: Remove the ib_uverbs_attr pointer from each attrJason Gunthorpe2018-08-112-35/+64
* IB/uverbs: Provide implementation private memory for the uverbs_attr_bundleJason Gunthorpe2018-08-111-55/+57
* IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe2018-08-113-51/+57
* IB/uverbs: Build the specs into a radix tree at runtimeJason Gunthorpe2018-08-115-3/+408
* IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe2018-08-115-49/+50
* IB/uverbs: Fix reading of 32 bit flagsJason Gunthorpe2018-08-091-1/+1
* RDMA/rxe: Set wqe->status correctly if an unexpected response is receivedBart Van Assche2018-08-081-0/+1
* iw_cxgb4: pass window scale in flowc work requestPotnuri Bharat Teja2018-08-082-24/+28
* RDMA/mlx5: Fix shift overflow in mlx5_ib_create_wqLeon Romanovsky2018-08-081-1/+3
* IB/ucm: Initialize sgid request GID attribute pointerParav Pandit2018-08-071-4/+1Star
* IB/ipoib: Consolidate checking of the proposed child interfaceJason Gunthorpe2018-08-032-28/+52
* IB/ipoib: Maintain the child_intfs list from ndo_init/uninitJason Gunthorpe2018-08-033-26/+16Star
* IB/ipoib: Do not remove child devices from within the ndo_uninitJason Gunthorpe2018-08-033-11/+30
* IB/ipoib: Get rid of the sysfs_mutexJason Gunthorpe2018-08-034-48/+65
* RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe2018-08-034-76/+105
* IB/ipoib: Move init code to ndo_initJason Gunthorpe2018-08-034-119/+114Star
* IB/ipoib: Move all uninit code into ndo_uninitJason Gunthorpe2018-08-033-32/+34
* IB/ipoib: Use cancel_delayed_work_sync for neigh-clean taskErez Shitrit2018-08-032-24/+10Star
* IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWNJason Gunthorpe2018-08-034-13/+18
* iw_cxgb4: Support FW write completion WRPotnuri Bharat Teja2018-08-034-2/+183
* iw_cxgb4: RDMA write with immediate supportPotnuri Bharat Teja2018-08-034-15/+79
* rdma/cxgb4: fix some info leaksDan Carpenter2018-08-031-4/+3Star
* RDMA/hns: Support flush cqe for hip08 in kernel spaceYixian Liu2018-08-034-20/+240
* IB/IPoIB: Set ah valid flag in multicast send flowDenis Drozdov2018-08-011-0/+1
* IB/uverbs: Allow all DESTROY commands to succeed after disassociateJason Gunthorpe2018-08-013-14/+62
* IB/uverbs: Do not block disassociate during write()Jason Gunthorpe2018-08-012-12/+11Star
* IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe2018-08-019-90/+75Star
* IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe2018-08-013-83/+80Star
* IB/uverbs: Lower the test for ongoing disassociationJason Gunthorpe2018-08-011-0/+11
* IB/uverbs: Allow uobject allocation to work concurrently with disassociateJason Gunthorpe2018-08-011-11/+26
* IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociateJason Gunthorpe2018-08-013-23/+57
* IB/uverbs: Convert 'bool exclusive' into an enumJason Gunthorpe2018-08-011-37/+57