summaryrefslogtreecommitdiffstats
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-151-13/+10
* IB/core: Add comment for change upper netevent handlingParav Pandit2018-08-151-16/+39
* qedr: Add user space support for SRQYuval Bason2018-08-153-44/+208
* 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
* Update the e-mail address of Bart Van AsscheBart Van Assche2018-08-142-2/+4
* 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/+13
* IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe2018-08-137-833/+2
* IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe2018-08-134-298/+217
* IB/uverbs: Use uverbs_alloc for allocationsJason Gunthorpe2018-08-132-65/+38
* IB/uverbs: Add a simple allocator to uverbs_attr_bundleJason Gunthorpe2018-08-132-20/+113
* IB/uverbs: Remove the ib_uverbs_attr pointer from each attrJason Gunthorpe2018-08-113-63/+72
* IB/uverbs: Provide implementation private memory for the uverbs_attr_bundleJason Gunthorpe2018-08-112-55/+58
* IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe2018-08-116-70/+79
* IB/uverbs: Build the specs into a radix tree at runtimeJason Gunthorpe2018-08-116-3/+545
* IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe2018-08-116-50/+51
* 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
* test_overflow: Add shift overflow testsKees Cook2018-08-081-1/+197
* overflow.h: Add arithmetic shift helperJason Gunthorpe2018-08-081-0/+31
* IB/ucm: Initialize sgid request GID attribute pointerParav Pandit2018-08-071-4/+1
* 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/+16
* 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-037-98/+129
* IB/ipoib: Move init code to ndo_initJason Gunthorpe2018-08-034-119/+114
* 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/+10
* 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-035-16/+81
* rdma/cxgb4: fix some info leaksDan Carpenter2018-08-031-4/+3
* RDMA/hns: Support flush cqe for hip08 in kernel spaceYixian Liu2018-08-035-20/+241
* 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-014-16/+66
* 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-0111-94/+78
* IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe2018-08-014-86/+89
* 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-014-24/+63