summaryrefslogtreecommitdiff
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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-141-13/+10
* | | | IB/core: Add comment for change upper netevent handlingParav Pandit2018-08-141-16/+39
* | | | qedr: Add user space support for SRQYuval Bason2018-08-142-44/+191
* | | | qedr: Add support for kernel mode SRQ'sYuval Bason2018-08-145-13/+458
* | | | qedr: Add wrapping generic structure for qpidr and adjust idr routines.Yuval Bason2018-08-144-29/+31
* | | | IB/mlx5: Fix leaking stack memory to userspaceJason Gunthorpe2018-08-141-1/+1
* | | | IB/ucm: Fix compiling ucm.cJason Gunthorpe2018-08-132-6/+6
* | | | IB/uverbs: Do not check for device disassociation during ioctlJason Gunthorpe2018-08-131-28/+13
* | | | IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe2018-08-136-742/+2
* | | | IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe2018-08-133-269/+210
* | | | IB/uverbs: Use uverbs_alloc for allocationsJason Gunthorpe2018-08-132-65/+38
* | | | 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-102-35/+64
* | | | IB/uverbs: Provide implementation private memory for the uverbs_attr_bundleJason Gunthorpe2018-08-101-55/+57
* | | | IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe2018-08-103-51/+57
* | | | IB/uverbs: Build the specs into a radix tree at runtimeJason Gunthorpe2018-08-105-3/+408
* | | | IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe2018-08-105-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/+1
* | | | IB/ipoib: Consolidate checking of the proposed child interfaceJason Gunthorpe2018-08-022-28/+52
* | | | IB/ipoib: Maintain the child_intfs list from ndo_init/uninitJason Gunthorpe2018-08-023-26/+16
* | | | IB/ipoib: Do not remove child devices from within the ndo_uninitJason Gunthorpe2018-08-023-11/+30
* | | | IB/ipoib: Get rid of the sysfs_mutexJason Gunthorpe2018-08-024-48/+65
* | | | RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe2018-08-024-76/+105
* | | | IB/ipoib: Move init code to ndo_initJason Gunthorpe2018-08-024-119/+114
* | | | IB/ipoib: Move all uninit code into ndo_uninitJason Gunthorpe2018-08-023-32/+34
* | | | IB/ipoib: Use cancel_delayed_work_sync for neigh-clean taskErez Shitrit2018-08-022-24/+10
* | | | IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWNJason Gunthorpe2018-08-024-13/+18
* | | | iw_cxgb4: Support FW write completion WRPotnuri Bharat Teja2018-08-024-2/+183
* | | | iw_cxgb4: RDMA write with immediate supportPotnuri Bharat Teja2018-08-024-15/+79
* | | | rdma/cxgb4: fix some info leaksDan Carpenter2018-08-021-4/+3
* | | | RDMA/hns: Support flush cqe for hip08 in kernel spaceYixian Liu2018-08-024-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/+11
* | | | IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe2018-08-019-90/+75
* | | | IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe2018-08-013-83/+80
* | | | 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
* | | | IB/uverbs: Consolidate uobject destructionJason Gunthorpe2018-08-011-129/+122
* | | | IB/uverbs: Make the write path destroy methods use the same flow as ioctlJason Gunthorpe2018-08-012-86/+44