index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
uverbs_ioctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/core: Split uverbs_get_const/default to consider target type
Yishai Hadas
2021-03-11
1
-4
/
+28
*
RDMA/uverbs: Fix kernel-doc warning of _uverbs_alloc
Leon Romanovsky
2021-03-03
1
-1
/
+1
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-2
/
+2
*
RDMA/mlx5: Implement the query ucontext functionality
Yishai Hadas
2020-07-06
1
-0
/
+1
*
RDMA/core: Use sizeof_field() helper
Gustavo A. R. Silva
2020-05-27
1
-1
/
+1
*
RDMA/core: Allow the ioctl layer to abort a fully created uobject
Jason Gunthorpe
2020-05-21
1
-2
/
+20
*
RDMA/core: Do not allow alloc_commit to fail
Jason Gunthorpe
2020-01-13
1
-33
/
+12
*
RDMA/uverbs: Add a check for uverbs_attr_get to uverbs_copy_to_struct_or_zero
Chuhong Yuan
2019-10-22
1
-0
/
+3
*
mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options
Alexander Potapenko
2019-07-12
1
-1
/
+1
*
RDMA/uverbs: Initialize udata struct on destroy flows
Gal Pressman
2019-05-02
1
-0
/
+2
*
IB: Pass uverbs_attr_bundle down uobject destroy path
Shamir Rabinovitch
2019-04-01
1
-6
/
+9
*
IB: ucontext should be set properly for all cmd & ioctl paths
Shamir Rabinovitch
2019-04-01
1
-8
/
+4
*
IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows
Shamir Rabinovitch
2019-02-15
1
-0
/
+3
*
RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUT
Jason Gunthorpe
2019-01-14
1
-13
/
+49
*
IB/core: uverbs copy to struct or zero helper
Michael Guralnik
2018-12-20
1
-0
/
+11
*
RDMA/uverbs: Implement an ioctl that can call write and write_ex handlers
Jason Gunthorpe
2018-12-18
1
-18
/
+22
*
RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()
Jason Gunthorpe
2018-11-26
1
-0
/
+3
*
RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methods
Jason Gunthorpe
2018-11-26
1
-4
/
+3
*
RDMA/uverbs: Fix RCU annotation for radix slot deference
Jason Gunthorpe
2018-10-03
1
-6
/
+3
*
IB/uverbs: Add IDRs array attribute type to ioctl() interface
Guy Levi
2018-09-11
1
-0
/
+114
*
RDMA/uverbs: Add UVERBS_ATTR_CONST_IN to the specs language
Mark Bloch
2018-09-05
1
-0
/
+23
*
IB/uverbs: Do not check for device disassociation during ioctl
Jason Gunthorpe
2018-08-13
1
-28
/
+13
*
IB/uverbs: Use uverbs_api to unmarshal ioctl commands
Jason Gunthorpe
2018-08-13
1
-269
/
+203
*
IB/uverbs: Add a simple allocator to uverbs_attr_bundle
Jason Gunthorpe
2018-08-13
1
-20
/
+89
*
IB/uverbs: Remove the ib_uverbs_attr pointer from each attr
Jason Gunthorpe
2018-08-10
1
-3
/
+64
*
IB/uverbs: Provide implementation private memory for the uverbs_attr_bundle
Jason Gunthorpe
2018-08-10
1
-55
/
+57
*
IB/uverbs: Use uverbs_api to manage the object type inside the uobject
Jason Gunthorpe
2018-08-10
1
-5
/
+1
*
IB/uverbs: Fix reading of 32 bit flags
Jason Gunthorpe
2018-08-09
1
-1
/
+1
*
IB/uverbs: Do not pass struct ib_device to the ioctl methods
Jason Gunthorpe
2018-08-01
1
-1
/
+1
*
IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociate
Jason Gunthorpe
2018-08-01
1
-1
/
+6
*
IB/uverbs: Remove rdma_explicit_destroy() from the ioctl methods
Jason Gunthorpe
2018-08-01
1
-3
/
+25
*
IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs language
Jason Gunthorpe
2018-07-30
1
-0
/
+51
*
IB/uverbs: Fix locking around struct ib_uverbs_file ucontext
Jason Gunthorpe
2018-07-25
1
-4
/
+1
*
IB/uverbs: Handle IDR and FD types without truncation
Jason Gunthorpe
2018-07-25
1
-7
/
+9
*
IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function calls
Jason Gunthorpe
2018-07-09
1
-2
/
+2
*
RDMA/uverbs: Combine MIN_SZ_OR_ZERO with UVERBS_ATTR_STRUCT
Jason Gunthorpe
2018-07-04
1
-2
/
+2
*
RDMA/uverbs: Remove UA_FLAGS
Jason Gunthorpe
2018-07-04
1
-6
/
+4
*
RDMA/uverbs: Simplify UVERBS_ATTR family of macros
Jason Gunthorpe
2018-07-04
1
-10
/
+10
*
RDMA/uverbs: Store the specs_root in the struct ib_uverbs_device
Jason Gunthorpe
2018-07-04
1
-14
/
+12
*
IB/uverbs: Delete type and id from uverbs_obj_attr
Jason Gunthorpe
2018-06-22
1
-4
/
+2
*
IB/uverbs: Allow an empty namespace in ioctl() framework
Matan Barak
2018-06-19
1
-2
/
+13
*
IB/uverbs: Add PTR_IN attributes that are allocated/copied automatically
Matan Barak
2018-06-19
1
-1
/
+24
*
IB/uverbs: Refactor uverbs_finalize_objects
Matan Barak
2018-06-19
1
-12
/
+51
*
IB/uverbs: Fix validating mandatory attributes
Matan Barak
2018-04-27
1
-0
/
+9
*
IB/uverbs: Add enum attribute type to ioctl() interface
Matan Barak
2018-04-04
1
-9
/
+30
*
IB/uverbs: Safely extend existing attributes
Matan Barak
2018-03-19
1
-2
/
+24
*
IB/uverbs: Enable compact representation of uverbs_attr_spec
Matan Barak
2018-03-19
1
-2
/
+2
*
IB/uverbs: Extend uverbs_ioctl header with driver_id
Matan Barak
2018-03-19
1
-1
/
+4
*
IB/uverbs: Fix possible oops with duplicate ioctl attributes
Matan Barak
2018-02-15
1
-0
/
+3
*
RDMA/uverbs: Use an unambiguous errno for method not supported
Jason Gunthorpe
2018-01-25
1
-6
/
+13
[next]