Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
78c309f1affe51308fa0c63051f8e555cf372213
/
include
/
rdma
3b0b282
IB/rxe: Revise the ib_wr_opcode enum
by Jason Gunthorpe
· 6 years ago
1290290c
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
93065ac
mm, oom: distinguish blockable mode for mmu notifiers
by Michal Hocko
· 6 years ago
b4c296f
RDMA/smc: Replace ib_query_gid with rdma_get_gid_attr
by Jason Gunthorpe
· 6 years ago
92f4e77
Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr"
by Jason Gunthorpe
· 6 years ago
89982f7
Merge tag 'v4.18' into rdma.git for-next
by Jason Gunthorpe
· 6 years ago
51d0a2b
IB/uverbs: Remove struct uverbs_root_spec and all supporting code
by Jason Gunthorpe
· 6 years ago
3a86357
IB/uverbs: Use uverbs_api to unmarshal ioctl commands
by Jason Gunthorpe
· 6 years ago
461bb2e
IB/uverbs: Add a simple allocator to uverbs_attr_bundle
by Jason Gunthorpe
· 6 years ago
6a1f444
IB/uverbs: Remove the ib_uverbs_attr pointer from each attr
by Jason Gunthorpe
· 6 years ago
4b3dd2b
IB/uverbs: Provide implementation private memory for the uverbs_attr_bundle
by Jason Gunthorpe
· 6 years ago
6b0d08f
IB/uverbs: Use uverbs_api to manage the object type inside the uobject
by Jason Gunthorpe
· 6 years ago
9ed3e5f
IB/uverbs: Build the specs into a radix tree at runtime
by Jason Gunthorpe
· 6 years ago
7d96c9b
IB/uverbs: Have the core code create the uverbs_root_spec
by Jason Gunthorpe
· 6 years ago
9f49a5b
RDMA/netdev: Use priv_destructor for netdev cleanup
by Jason Gunthorpe
· 6 years ago
0f50d88
IB/uverbs: Allow all DESTROY commands to succeed after disassociate
by Jason Gunthorpe
· 6 years ago
e83f0ec
IB/uverbs: Do not pass struct ib_device to the ioctl methods
by Jason Gunthorpe
· 6 years ago
bbd51e8
IB/uverbs: Do not pass struct ib_device to the write based methods
by Jason Gunthorpe
· 6 years ago
7452a3c
IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociate
by Jason Gunthorpe
· 6 years ago
9867f5c
IB/uverbs: Convert 'bool exclusive' into an enum
by Jason Gunthorpe
· 6 years ago
87ad80a
IB/uverbs: Consolidate uobject destruction
by Jason Gunthorpe
· 6 years ago
32ed5c0
IB/uverbs: Make the write path destroy methods use the same flow as ioctl
by Jason Gunthorpe
· 6 years ago
ca3a8ac
RDMA/core: Return bool instead of int
by Parav Pandit
· 6 years ago
e7ff98a
RDMA/cma: Constify path record, ib_cm_event, listen_id pointers
by Parav Pandit
· 6 years ago
2df7dba
RDMA/core: Constify dst_addr argument
by Parav Pandit
· 6 years ago
bccd062
IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs language
by Jason Gunthorpe
· 6 years ago
d34ac5c
RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const
by Bart Van Assche
· 6 years ago
f696bf6
RDMA: Constify the argument of the work request conversion functions
by Bart Van Assche
· 6 years ago
7aaa180
IB/cache: Restore compatibility for ib_query_gid
by Jason Gunthorpe
· 6 years ago
cee1043
IB/core: Introduce and use sgid_attr in CM requests
by Parav Pandit
· 6 years ago
22fa27f
IB/uverbs: Fix locking around struct ib_uverbs_file ucontext
by Jason Gunthorpe
· 6 years ago
aba9454
IB/uverbs: Move the FD uobj type struct file allocation to alloc_commit
by Jason Gunthorpe
· 6 years ago
2c96eb7
IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()
by Jason Gunthorpe
· 6 years ago
e951747
IB/uverbs: Rework the locking for cleaning up the ucontext
by Jason Gunthorpe
· 6 years ago
1250c30
IB/uverbs: Handle IDR and FD types without truncation
by Jason Gunthorpe
· 6 years ago
bb039a8
IB/core: Allow ULPs to specify NULL as the third ib_post_(send|recv|srq_recv)() argument
by Bart Van Assche
· 6 years ago
3226944
IB/mlx5: Introduce driver create and destroy flow methods
by Yishai Hadas
· 6 years ago
6cd080a
IB: Support ib_flow creation in drivers
by Yishai Hadas
· 6 years ago
fd44e38
IB/mlx5: Introduce flow steering matcher uapi object
by Yishai Hadas
· 6 years ago
4fca037
IB/uverbs: Move ib_access_flags and ib_read_counters_flags to uapi
by Jason Gunthorpe
· 6 years ago
528922a
IB: Enable uverbs_destroy_def_handler to be used by drivers
by Yishai Hadas
· 6 years ago
b02289b
RDMA: Validate grh_required when handling AVs
by Artemy Kovalyov
· 6 years ago
2f944c0
RDMA: Fix storage of PortInfo CapabilityMask in the kernel
by Jason Gunthorpe
· 6 years ago
d0259e8
IB/uverbs: Remove ib_uobject_file
by Jason Gunthorpe
· 6 years ago
2cc1e3b8
IB/uverbs: Replace file->ucontext with file in uverbs_cmd.c
by Jason Gunthorpe
· 6 years ago
6ef1c82
IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function calls
by Jason Gunthorpe
· 6 years ago
6a5e9c8
IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufile
by Jason Gunthorpe
· 6 years ago
c33e73a
IB/uverbs: Add a uobj_perform_destroy helper
by Jason Gunthorpe
· 6 years ago
422e3d3
RDMA/uverbs: Combine MIN_SZ_OR_ZERO with UVERBS_ATTR_STRUCT
by Jason Gunthorpe
· 6 years ago
540cd69
RDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and uniformly
by Jason Gunthorpe
· 6 years ago
83bb444
RDMA/uverbs: Remove UA_FLAGS
by Jason Gunthorpe
· 6 years ago
9a119cd
RDMA/uverbs: Get rid of the & in method specifications
by Jason Gunthorpe
· 6 years ago
6c61d2a
RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macros
by Jason Gunthorpe
· 6 years ago
595c773
RDMA/uverbs: Simplify method definition macros
by Jason Gunthorpe
· 6 years ago
d108dac
RDMA/uverbs: Simplify UVERBS_ATTR family of macros
by Jason Gunthorpe
· 6 years ago
87fc2a6
RDMA/uverbs: Store the specs_root in the struct ib_uverbs_device
by Jason Gunthorpe
· 6 years ago
4eefd62
include/rdma/opa_addr.h: Fix an endianness issue
by Bart Van Assche
· 6 years ago
1c77483
IB: Improve uverbs_cleanup_ucontext algorithm
by Yishai Hadas
· 6 years ago
1ccddc4
RDMA/verbs: Drop kernel variant of destroy_flow
by Leon Romanovsky
· 6 years ago
ca576fb
RDMA/verbs: Drop kernel variant of create_flow
by Leon Romanovsky
· 6 years ago
ea8c2d8
RDMA/core: Remove unused ib cache functions
by Jason Gunthorpe
· 6 years ago
3983910
IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'
by Parav Pandit
· 6 years ago
815d456
IB/cm: Pass the sgid_attr through various events
by Parav Pandit
· 6 years ago
4ed13a5
IB/cm: Keep track of the sgid_attr that created the cm id
by Parav Pandit
· 6 years ago
b740321
IB: Make ib_init_ah_attr_from_wc set sgid_attr
by Parav Pandit
· 6 years ago
321d786
IB/uverbs: Delete type and id from uverbs_obj_attr
by Jason Gunthorpe
· 6 years ago
1abd8a8
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
2e2ba09
IB/rdmavt, IB/hfi1: Create device dependent s_flags
by Mike Marciniszyn
· 6 years ago
7dc08dc
IB/core: Expose ib_ucontext from a given ib_uverbs_file
by Yishai Hadas
· 6 years ago
e502a86
IB/core: Introduce DECLARE_UVERBS_GLOBAL_METHODS
by Yishai Hadas
· 6 years ago
2d9c1bd
IB/uverbs: Add a macro to define a type with no kernel known size
by Matan Barak
· 6 years ago
8762d14
IB/uverbs: Add PTR_IN attributes that are allocated/copied automatically
by Matan Barak
· 6 years ago
33023fb
IB/core: add max_send_sge and max_recv_sge attributes
by Steve Wise
· 6 years ago
7350cdd
RDMA/core: Save kernel caller name when creating CQ using ib_create_cq()
by Bharat Potnuri
· 6 years ago
1a1f460
RDMA: Hold the sgid_attr inside the struct ib_ah/qp
by Jason Gunthorpe
· 6 years ago
47ec386
RDMA: Convert drivers to use sgid_attr instead of sgid_index
by Parav Pandit
· 6 years ago
d97099f
IB{cm, core}: Introduce and use ah_attr copy, move, replace APIs
by Jason Gunthorpe
· 6 years ago
8d9ec9a
IB/core: Add a sgid_attr pointer to struct rdma_ah_attr
by Jason Gunthorpe
· 6 years ago
1dfce29
IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gid
by Parav Pandit
· 6 years ago
c3d71b6
IB/core: Provide rdma_ versions of the gid cache API
by Jason Gunthorpe
· 6 years ago
bf399c2
IB/core: Introduce GID attribute get, put and hold APIs
by Parav Pandit
· 6 years ago
f4df9a7
RDMA: Use GID from the ib_gid_attr during the add_gid() callback
by Parav Pandit
· 6 years ago
b150c38
IB/core: Introduce GID entry reference counts
by Parav Pandit
· 6 years ago
7654cb1
Convert infiniband uverbs to struct_size
by Matthew Wilcox
· 6 years ago
33edc3b
RDMA/restrack: Change SPDX tag to properly reflect license
by Leon Romanovsky
· 6 years ago
ca24da0
RDMA/core: introduce check masks for T10-PI offload
by Max Gurtovoy
· 6 years ago
0f45e69
Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma.git into for-next
by Jason Gunthorpe
· 6 years ago
7eea23a
IB/core: Add support for flow counters
by Raed Salem
· 6 years ago
59082a3
IB/core: Support passing uhw for create_flow
by Matan Barak
· 6 years ago
51d7a53
IB/core: Introduce counters read verb
by Raed Salem
· 6 years ago
fa9b180
IB/core: Introduce counters object and its create/destroy
by Raed Salem
· 6 years ago
3efa381
IB/uverbs: Add an ib_uobject getter to ioctl() infrastructure
by Matan Barak
· 6 years ago
0394808
Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-next
by Jason Gunthorpe
· 6 years ago
08bb558
IB/core: Make testing MR flags for writability a static inline function
by Jack Morgenstein
· 6 years ago
25e6265
IB/core: Reduce the places that use zgid
by Parav Pandit
· 6 years ago
f4602cb
IB/uverbs: Fix uverbs_attr_get_obj
by Jason Gunthorpe
· 6 years ago
fbdb0a9
RDMA/CMA: add rdma_iw_cm_id() and rdma_res_to_id() helpers
by Steve Wise
· 7 years ago
b04f0f0
IB/uverbs: Introduce a MPLS steering match filter
by Ariel Levkovich
· 7 years ago
d90e5e5
IB/uverbs: Introduce a GRE steering match filter
by Ariel Levkovich
· 7 years ago
8e907ed
IB/umem: Use the correct mm during ib_umem_release
by Lidong Chen
· 7 years ago
Next »