index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
rdma
Age
Commit message (
Expand
)
Author
Lines
2018-12-06
RDMA/uverbs: Fix typo in string concatenation macro
Leon Romanovsky
-1
/
+1
2018-12-06
IB/hfi1: Allow the driver to initialize QP priv struct
Mike Marciniszyn
-0
/
+7
2018-12-04
IB/core: Enable getting an object type from a given uobject
Yishai Hadas
-0
/
+12
2018-12-04
IB/core: Introduce UVERBS_IDR_ANY_OBJECT
Yishai Hadas
-0
/
+6
2018-12-03
RDMA/restrack: Track ucontext
Leon Romanovsky
-0
/
+8
2018-12-03
RDMA/uverbs: Use only attrs for the write() handler signature
Jason Gunthorpe
-6
/
+2
2018-12-03
RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_ex
Jason Gunthorpe
-0
/
+1
2018-11-26
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()
Jason Gunthorpe
-2
/
+6
2018-11-26
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_ex
Jason Gunthorpe
-2
/
+2
2018-11-26
RDMA/uverbs: Add structure size info to write commands
Jason Gunthorpe
-3
/
+9
2018-11-26
RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methods
Jason Gunthorpe
-4
/
+3
2018-11-26
RDMA/uverbs: Make write() handlers return 0 on success
Jason Gunthorpe
-10
/
+8
2018-11-26
RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for write
Jason Gunthorpe
-26
/
+34
2018-11-22
RDMA/core: Sync unregistration with netlink commands
Parav Pandit
-1
/
+7
2018-11-22
RDMA/uverbs: Check for NULL driver methods for every write call
Jason Gunthorpe
-0
/
+16
2018-11-22
RDMA/verbs: Store the write/write_ex uapi entry points in the uverbs_api
Jason Gunthorpe
-6
/
+88
2018-11-22
RDMA/uverbs: Add helpers to mark uapi functions as unsupported
Jason Gunthorpe
-0
/
+31
2018-11-22
RDMA/uverbs: Use a linear list to describe the compiled-in uapi
Jason Gunthorpe
-37
/
+38
2018-11-21
IB/core: Make function ib_fmr_pool_unmap return void
Yuval Shaia
-1
/
+1
2018-11-21
RDMA/core: Remove unused header files mm.h, socket.h, scatterlist.h
Parav Pandit
-3
/
+0
2018-11-06
IB/uverbs: fix a typo
Rami Rosen
-1
/
+1
2018-10-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-146
/
+385
2018-10-17
RDMA/core: Allow existing drivers to set one sysfs group per device
Parav Pandit
-2
/
+28
2018-10-16
RDMA/core: Rename ports_parent to ports_kobj
Parav Pandit
-1
/
+1
2018-10-16
RDMA/core: Annotate timeout as unsigned long
Leon Romanovsky
-7
/
+8
2018-10-16
RDMA/core: Align multiple functions to kernel coding style
Leon Romanovsky
-23
/
+16
2018-10-10
RDMA/netdev: Fix netlink support in IPoIB
Denis Drozdov
-0
/
+7
2018-10-10
RDMA/netdev: Hoist alloc_netdev_mqs out of the driver
Denis Drozdov
-2
/
+21
2018-10-05
RDMA/restrack: Consolidate task name updates in one place
Leon Romanovsky
-2
/
+2
2018-10-05
RDMA/restrack: Un-inline set task implementation
Leon Romanovsky
-8
/
+2
2018-10-03
IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavt
Venkata Sandeep Dhanalakota
-0
/
+1
2018-10-03
IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavt
Venkata Sandeep Dhanalakota
-0
/
+5
2018-10-03
IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavt
Brian Welty
-0
/
+26
2018-10-03
IB/mlx4: Avoid implicit enumerated type conversion
Nathan Chancellor
-1
/
+1
2018-10-03
RDMA/netlink: Simplify netlink listener existence check
Leon Romanovsky
-2
/
+2
2018-10-03
RDMA: Remove unused parameter from ib_modify_qp_is_ok()
Kamal Heib
-3
/
+1
2018-09-30
IB/hfi1: Prepare resource waits for dual leg
Dennis Dalessandro
-2
/
+2
2018-09-30
IB/rdmavt: Rename check_send_wqe as setup_wqe
Kaike Wan
-6
/
+7
2018-09-26
RDMA/ulp: Use dev_name instead of ibdev->name
Jason Gunthorpe
-1
/
+1
2018-09-26
RDMA: Fully setup the device name in ib_register_device
Jason Gunthorpe
-4
/
+11
2018-09-21
RDMA/uverbs: Get rid of ucontext->tgid
Jason Gunthorpe
-1
/
+0
2018-09-21
RDMA/umem: Avoid synchronize_srcu in the ODP MR destruction path
Jason Gunthorpe
-0
/
+1
2018-09-21
RDMA/umem: Handle a half-complete start/end sequence
Jason Gunthorpe
-0
/
+1
2018-09-21
RDMA/umem: Get rid of per_mm->notifier_count
Jason Gunthorpe
-15
/
+0
2018-09-21
RDMA/umem: Use umem->owning_mm inside ODP
Jason Gunthorpe
-21
/
+21
2018-09-21
RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mm
Jason Gunthorpe
-12
/
+22
2018-09-21
RDMA/umem: Get rid of struct ib_umem.odp_data
Jason Gunthorpe
-3
/
+3
2018-09-21
RDMA/umem: Make ib_umem_odp into a sub structure of ib_umem
Jason Gunthorpe
-7
/
+4
2018-09-21
RDMA/umem: Use ib_umem_odp in all function signatures connected to ODP
Jason Gunthorpe
-19
/
+24
2018-09-20
RDMA/umem: Do not use current->tgid to track the mm_struct
Jason Gunthorpe
-2
/
+1
[prev]
[next]