linux-2.6-block.git
2018-08-13 Jason GunthorpeIB/uverbs: Remove struct uverbs_root_spec and all suppo...
2018-08-13 Jason GunthorpeIB/uverbs: Use uverbs_api to unmarshal ioctl commands
2018-08-13 Jason GunthorpeIB/uverbs: Use uverbs_alloc for allocations
2018-08-13 Jason GunthorpeIB/uverbs: Add a simple allocator to uverbs_attr_bundle
2018-08-10 Jason GunthorpeIB/uverbs: Remove the ib_uverbs_attr pointer from each...
2018-08-10 Jason GunthorpeIB/uverbs: Provide implementation private memory for...
2018-08-10 Jason GunthorpeIB/uverbs: Use uverbs_api to manage the object type...
2018-08-10 Jason GunthorpeIB/uverbs: Build the specs into a radix tree at runtime
2018-08-10 Jason GunthorpeIB/uverbs: Have the core code create the uverbs_root_spec
2018-08-09 Jason GunthorpeIB/uverbs: Fix reading of 32 bit flags
2018-08-08 Bart Van AsscheRDMA/rxe: Set wqe->status correctly if an unexpected...
2018-08-08 Potnuri Bharat... iw_cxgb4: pass window scale in flowc work request
2018-08-08 Leon RomanovskyRDMA/mlx5: Fix shift overflow in mlx5_ib_create_wq
2018-08-08 Kees Cooktest_overflow: Add shift overflow tests
2018-08-08 Jason Gunthorpeoverflow.h: Add arithmetic shift helper
2018-08-07 Parav PanditIB/ucm: Initialize sgid request GID attribute pointer
2018-08-03 Jason GunthorpeIB/ipoib: Consolidate checking of the proposed child...
2018-08-03 Jason GunthorpeIB/ipoib: Maintain the child_intfs list from ndo_init...
2018-08-03 Jason GunthorpeIB/ipoib: Do not remove child devices from within the...
2018-08-03 Jason GunthorpeIB/ipoib: Get rid of the sysfs_mutex
2018-08-03 Jason GunthorpeRDMA/netdev: Use priv_destructor for netdev cleanup
2018-08-03 Jason GunthorpeIB/ipoib: Move init code to ndo_init
2018-08-03 Jason GunthorpeIB/ipoib: Move all uninit code into ndo_uninit
2018-08-03 Erez ShitritIB/ipoib: Use cancel_delayed_work_sync for neigh-clean...
2018-08-03 Jason GunthorpeIB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWN
2018-08-03 Potnuri Bharat... iw_cxgb4: Support FW write completion WR
2018-08-03 Potnuri Bharat... iw_cxgb4: RDMA write with immediate support
2018-08-03 Dan Carpenterrdma/cxgb4: fix some info leaks
2018-08-03 Yixian LiuRDMA/hns: Support flush cqe for hip08 in kernel space
2018-08-01 Denis DrozdovIB/IPoIB: Set ah valid flag in multicast send flow
2018-08-01 Jason GunthorpeIB/uverbs: Allow all DESTROY commands to succeed after...
2018-08-01 Jason GunthorpeIB/uverbs: Do not block disassociate during write()
2018-08-01 Jason GunthorpeIB/uverbs: Do not pass struct ib_device to the ioctl...
2018-08-01 Jason GunthorpeIB/uverbs: Do not pass struct ib_device to the write...
2018-08-01 Jason GunthorpeIB/uverbs: Lower the test for ongoing disassociation
2018-08-01 Jason GunthorpeIB/uverbs: Allow uobject allocation to work concurrentl...
2018-08-01 Jason GunthorpeIB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrent...
2018-08-01 Jason GunthorpeIB/uverbs: Convert 'bool exclusive' into an enum
2018-08-01 Jason GunthorpeIB/uverbs: Consolidate uobject destruction
2018-08-01 Jason GunthorpeIB/uverbs: Make the write path destroy methods use...
2018-08-01 Jason GunthorpeIB/uverbs: Remove rdma_explicit_destroy() from the...
2018-07-31 Kamal HeibRDMA: Fix return code check in rdma_set_cq_moderation
2018-07-31 Bart Van Asscherdma/cxgb4: Simplify a structure initialization
2018-07-31 Bart Van Asscherdma/cxgb4: Fix SRQ endianness annotations
2018-07-31 Bart Van Asscherdma/cxgb4: Remove a set-but-not-used variable
2018-07-31 Parav PanditRDMA/core: Prefix _ib to IB/RoCE specific functions
2018-07-31 Parav PanditRDMA/core: Simplify gid type check in cma_acquire_dev()
2018-07-31 Parav PanditRDMA/core: Avoid holding lock while initializing fields...
2018-07-31 Parav PanditRDMA/core: Return bool instead of int
2018-07-31 Parav PanditRDMA/cma: Get rid of 1 bit boolean
2018-07-31 Parav PanditRDMA/cma: Constify path record, ib_cm_event, listen_id...
2018-07-31 Parav PanditRDMA/core: Constify dst_addr argument
2018-07-31 Parav PanditRDMA/cma: Simplify rdma_resolve_addr() error flow
2018-07-31 Parav PanditRDMA/cma: Initialize resource type in __rdma_create_id()
2018-07-31 Lijun OuRDMA/hns: Program the tclass and flow label into the...
2018-07-31 Lijun OuRDMA/hns: Use macro instead of magic number
2018-07-31 Lijun OuRDMA/hns: Modify qp will return errno when qp type...
2018-07-31 Lijun OuRDMA/hns: Assign the value for vlan field of qp context
2018-07-31 Lijun OuRDMA/hns: Only assgin the fields of the av if IB_QP_AV...
2018-07-31 Kamal HeibRDMA/providers: Remove pointless functions
2018-07-31 Kamal HeibRDMA/core: Check for verbs callbacks before using them
2018-07-31 Kamal HeibRDMA/core: Remove {create,destroy}_ah from mandatory...
2018-07-31 Kamal HeibRDMA/ipoib: Fix check for return code from ib_create_srq
2018-07-31 Kamal HeibRDMA/providers: Fix return value from create_srq callbacks
2018-07-31 Jack MorgensteinIB/mlx4: Use 4K pages for kernel QP's WQE buffer
2018-07-31 Jason GunthorpeIB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs language
2018-07-31 Bart Van AsscheRDMA, core and ULPs: Declare ib_post_send() and ib_post...
2018-07-31 Bart Van AsscheIB/mlx5, ib_post_send(), IB_WR_REG_SIG_MR: Do not modif...
2018-07-31 Bart Van AsscheRDMA: Constify the argument of the work request convers...
2018-07-31 Bart Van AsscheIB/iser: Inline two work request conversion functions
2018-07-27 Jason GunthorpeIB/cache: Restore compatibility for ib_query_gid
2018-07-27 Lijun OuRDMA/hns: Enable modify_cq for uverbs.
2018-07-27 Lijun OuRDMA/hns: Update the data type of immediate data
2018-07-26 Lijun OuRDMA/hns: Use delay instead of usleep
2018-07-26 Lijun OuRDMA/hns: Add illegal hop_num judgement
2018-07-26 Lijun OuRDMA/hns: Return correct error code from hns_roce_v1_rs...
2018-07-26 Lijun OuRDMA/hns: Add 50GE type of hnae3 device match
2018-07-26 Lijun OuRDMA/hns: Do not overwrite the error code during error...
2018-07-26 Qing HuangIB/mlx5: avoid excessive warning msgs when creating...
2018-07-26 Bart Van AsscheRDMA/usnic: Suppress a compiler warning
2018-07-26 Jason Gunthorpenet/xprtrdma: Restore needed argument to ib_post_send
2018-07-26 Parav PanditRDMA/cma: Do not ignore net namespace for unbound cm_id
2018-07-26 Parav PanditRDMA/cma: Consider netdevice for RoCE ports
2018-07-26 Parav PanditIB/core: Introduce and use sgid_attr in CM requests
2018-07-26 Jason GunthorpeIB/usnic: usnic should not select INFINIBAND_USER_ACCESS
2018-07-26 Raju Rangojurdma/cxgb4: Add support for kernel mode SRQ's
2018-07-26 Raju Rangojurdma/cxgb4: Add support for srq functions & structs
2018-07-25 Varsha RaoIB/core: Remove extra parentheses
2018-07-25 Bart Van AsscheRDMA/ocrdma: Suppress a compiler warning
2018-07-25 Jason GunthorpeIB/uverbs: Fix locking around struct ib_uverbs_file...
2018-07-25 Jason GunthorpeIB/mlx5: Use the ucontext from the uobj, not the file
2018-07-25 Jason GunthorpeIB/uverbs: Move the FD uobj type struct file allocation...
2018-07-25 Jason GunthorpeIB/uverbs: Always propagate errors from rdma_alloc_comm...
2018-07-25 Jason GunthorpeIB/uverbs: Rework the locking for cleaning up the ucontext
2018-07-25 Jason GunthorpeIB/uverbs: Revise and clarify the rwsem and uobjects_lock
2018-07-25 Jason GunthorpeIB/uverbs: Clarify and revise uverbs_close_fd
2018-07-25 Jason GunthorpeIB/uverbs: Revise the placement of get/puts on uobject
2018-07-25 Jason GunthorpeIB/uverbs: Clarify the kref'ing ordering for alloc_commit
2018-07-25 Jason GunthorpeIB/uverbs: Handle IDR and FD types without truncation
2018-07-25 Jason GunthorpeIB/uverbs: Get rid of null_obj_type
next