index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
uverbs_cmd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/core: Create mmap database and cookie helper functions
Michal Kalderon
2019-11-06
1
-0
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-09-21
1
-1
/
+2
|
\
|
*
RDMA: Fix double-free in srq creation error flow
Jack Morgenstein
2019-09-16
1
-1
/
+2
*
|
RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'
Jason Gunthorpe
2019-08-22
1
-3
/
+0
|
/
*
RDMA/core: Make invalidate_range a device operation
Moni Shoua
2019-08-21
1
-2
/
+0
*
RDMA/uverbs: remove redundant assignment to variable ret
Colin Ian King
2019-07-04
1
-1
/
+1
*
Merge tag 'v5.2-rc6' into rdma.git for-next
Jason Gunthorpe
2019-06-29
1
-9
/
+21
|
\
|
*
RDMA/uverbs: Pass udata on uverbs error unwind
Gal Pressman
2019-05-27
1
-4
/
+5
|
*
RDMA/core: Clear out the udata before error unwind
Jason Gunthorpe
2019-05-27
1
-5
/
+16
*
|
RDMA/core: Add signature attrs element for ib_mr structure
Max Gurtovoy
2019-06-24
1
-0
/
+1
*
|
RDMA/core: Save the MR type in the ib_mr structure
Max Gurtovoy
2019-06-24
1
-0
/
+1
*
|
RDMA/uverbs: Use offsetofend instead of opencoding
Jason Gunthorpe
2019-06-21
1
-6
/
+3
*
|
RDMA: Convert CQ allocations to be under core responsibility
Leon Romanovsky
2019-06-11
1
-5
/
+10
|
/
*
IB/core: Set qp->real_qp before it may be accessed
Artemy Kovalyov
2019-05-03
1
-1
/
+0
*
RDMA/uverbs: Initialize uverbs_attr_bundle ucontext in ib_uverbs_get_context
Shamir Rabinovitch
2019-05-03
1
-0
/
+2
*
RDMA: Handle SRQ allocations by IB/core
Leon Romanovsky
2019-04-08
1
-3
/
+9
*
IB: Pass only ib_udata in function prototypes
Shamir Rabinovitch
2019-04-01
1
-5
/
+3
*
IB: Remove 'uobject->context' dependency in object destroy APIs
Shamir Rabinovitch
2019-04-01
1
-3
/
+4
*
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
2019-04-01
1
-9
/
+8
*
IB: Pass uverbs_attr_bundle down uobject destroy path
Shamir Rabinovitch
2019-04-01
1
-26
/
+26
*
IB: ucontext should be set properly for all cmd & ioctl paths
Shamir Rabinovitch
2019-04-01
1
-1
/
+1
*
RDMA/uverbs: Annotate uverbs_request_next_ptr() return value as a __user pointer
Bart Van Assche
2019-03-28
1
-1
/
+1
*
RDMA/uverbs: Don't do double free of allocated PD
Leon Romanovsky
2019-02-25
1
-0
/
+1
*
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
2019-02-22
1
-10
/
+14
*
RDMA/uverbs: Store PR pointer before it is overwritten
Leon Romanovsky
2019-02-21
1
-1
/
+1
*
RDMA/core: Verify that memory window type is legal
Noa Osherovich
2019-02-20
1
-0
/
+5
*
RDMA/core: Cosmetic change - move member initialization to correct block
Yuval Shaia
2019-02-20
1
-8
/
+7
*
RDMA/uverbs: Fix an error flow in ib_uverbs_poll_cq
Jason Gunthorpe
2019-02-15
1
-2
/
+1
*
IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows
Shamir Rabinovitch
2019-02-15
1
-1
/
+1
*
RDMA: Handle PD allocations by IB/core
Leon Romanovsky
2019-02-09
1
-5
/
+10
*
Merge tag 'v5.0-rc5' into rdma.git for-next
Jason Gunthorpe
2019-02-04
1
-1
/
+10
|
\
|
*
RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUT
Jason Gunthorpe
2019-01-14
1
-0
/
+7
|
*
RDMA/uverbs: Fix post send success return value in case of error
Gal Pressman
2019-01-07
1
-1
/
+3
*
|
IB/uverbs: Expose XRC ODP device capabilities
Moni Shoua
2019-02-04
1
-0
/
+1
*
|
RDMA/mlx5: Embed into the code flow the ODP config option
Leon Romanovsky
2019-01-09
1
-3
/
+0
*
|
RDMA/core: Don't depend device ODP capabilities on kconfig option
Leon Romanovsky
2019-01-09
1
-2
/
+0
|
/
*
IB/core: Move query port to ioctl
Michael Guralnik
2018-12-20
1
-52
/
+1
*
RDMA: Mark if destroy address handle is in a sleepable context
Gal Pressman
2018-12-20
1
-1
/
+1
*
RDMA/restrack: Resource-tracker should not use uobject pointers
Shamir Rabinovitch
2018-12-18
1
-4
/
+4
*
RDMA: Start use ib_device_ops
Kamal Heib
2018-12-12
1
-29
/
+31
*
RDMA/uverbs: Optimize clearing of extra bytes in response
Leon Romanovsky
2018-12-11
1
-6
/
+8
*
RDMA/uverbs: Annotate alloc/deallloc paths with context tracking
Leon Romanovsky
2018-12-03
1
-0
/
+3
*
RDMA/uverbs: Use only attrs for the write() handler signature
Jason Gunthorpe
2018-12-03
1
-103
/
+47
*
RDMA/uverbs: Do not check the input length on create_cq/qp paths
Jason Gunthorpe
2018-12-03
1
-29
/
+9
*
RDMA/uverbs: Use the iterator for ib_uverbs_unmarshall_recv()
Jason Gunthorpe
2018-12-03
1
-40
/
+63
*
RDMA/uverbs: Add a simple iterator interface for reading the command
Jason Gunthorpe
2018-12-03
1
-48
/
+65
*
RDMA/uverbs: Simplify ib_uverbs_ex_query_device
Jason Gunthorpe
2018-12-03
1
-60
/
+4
*
RDMA/uverbs: Fill in the response for IB_USER_VERBS_EX_CMD_MODIFY_QP
Jason Gunthorpe
2018-12-03
1
-1
/
+8
*
RDMA/uverbs: Use uverbs_request() and core for write_ex handlers
Jason Gunthorpe
2018-12-03
1
-139
/
+46
*
RDMA/uverbs: Use uverbs_request() for request copying
Jason Gunthorpe
2018-12-03
1
-64
/
+135
[next]