Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
7fc7a7cffab6b94cb5e47148e6852ba633078ea1
/
drivers
7fc7a7c
rdma/cxgb4: Add support for srq functions & structs
by Raju Rangoju
· 6 years ago
076dd53
IB/core: Remove extra parentheses
by Varsha Rao
· 6 years ago
9491a1e
RDMA/ocrdma: Suppress a compiler warning
by Bart Van Assche
· 6 years ago
22fa27f
IB/uverbs: Fix locking around struct ib_uverbs_file ucontext
by Jason Gunthorpe
· 7 years ago
c36ee46
IB/mlx5: Use the ucontext from the uobj, not the file
by Jason Gunthorpe
· 7 years ago
aba9454
IB/uverbs: Move the FD uobj type struct file allocation to alloc_commit
by Jason Gunthorpe
· 7 years ago
2c96eb7
IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()
by Jason Gunthorpe
· 7 years ago
e951747
IB/uverbs: Rework the locking for cleaning up the ucontext
by Jason Gunthorpe
· 7 years ago
8706427
IB/uverbs: Revise and clarify the rwsem and uobjects_lock
by Jason Gunthorpe
· 7 years ago
e6d5d5d
IB/uverbs: Clarify and revise uverbs_close_fd
by Jason Gunthorpe
· 7 years ago
5671f79
IB/uverbs: Revise the placement of get/puts on uobject
by Jason Gunthorpe
· 7 years ago
c561c28
IB/uverbs: Clarify the kref'ing ordering for alloc_commit
by Jason Gunthorpe
· 7 years ago
1250c30
IB/uverbs: Handle IDR and FD types without truncation
by Jason Gunthorpe
· 7 years ago
3df593b
IB/uverbs: Get rid of null_obj_type
by Jason Gunthorpe
· 7 years ago
23f96d1
nvmet-rdma: Simplify ib_post_(send|recv|srq_recv)() calls
by Bart Van Assche
· 6 years ago
45e3cc1a
nvme-rdma: Simplify ib_post_(send|recv|srq_recv)() calls
by Bart Van Assche
· 6 years ago
9b32a59
IB/srpt: Simplify ib_post_(send|recv|srq_recv)() calls
by Bart Van Assche
· 6 years ago
71347b0
IB/srp: Simplify ib_post_(send|recv|srq_recv)() calls
by Bart Van Assche
· 6 years ago
e01a767
IB/isert: Simplify ib_post_(send|recv|srq_recv)() calls
by Bart Van Assche
· 6 years ago
604dbdc
IB/iser: Simplify ib_post_(send|recv|srq_recv)() calls
by Bart Van Assche
· 6 years ago
4b4671a
IB/IPoIB: Simplify ib_post_(send|recv|srq_recv)() calls
by Bart Van Assche
· 6 years ago
1fec77b
RDMA/core: Simplify ib_post_(send|recv|srq_recv)() calls
by Bart Van Assche
· 6 years ago
536ca24
IB/rxe: Drop QP0 silently
by Zhu Yanjun
· 6 years ago
99a7e2b
IB/ipoib: Fix error return code in ipoib_dev_init()
by Wei Yongjun
· 7 years ago
cb80fb1
IB/mlx5: Enable driver uapi commands for flow steering
by Yishai Hadas
· 6 years ago
6346f0b
IB/mlx5: Add support for a flow table destination for driver flow steering
by Yishai Hadas
· 6 years ago
d4be3f4
IB/mlx5: Support adding flow steering rule by raw description
by Yishai Hadas
· 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
eda9877
Merge branch 'mellanox/mlx5-next' into rdma.git for-next
by Jason Gunthorpe
· 6 years ago
664000b
net/mlx5: Add support for flow table destination number
by Yishai Hadas
· 7 years ago
2aada6c
net/mlx5: Add forward compatible support for the FTE match data
by Yishai Hadas
· 7 years ago
acd4307
RDMA/bnxt_re: Modify a fall-through annotation
by Bart Van Assche
· 6 years ago
aa09ea6
RDMA/mlx5: Remove set but not used variables
by Kamal Heib
· 6 years ago
259e191
IPoIB: use kvzalloc to allocate an array of bucket pointers
by Jan Dakinevich
· 7 years ago
048f314
net/mlx5: Fix tristate and description for MLX5 module
by Eran Ben Elisha
· 6 years ago
d34c6ef
net/mlx5: Use ERR_CAST() instead of coding it
by Roi Dayan
· 6 years ago
0f40391
net/mlx5: Add missing SET_DRIVER_VERSION command translation
by Noa Osherovich
· 6 years ago
a451733
net/mlx5: Add XRQ commands definitions
by Max Gurtovoy
· 6 years ago
8da6fe2
net/mlx5: Add core support for double vlan push/pop steering action
by Jianbo Liu
· 6 years ago
c012691
IB/cm: Remove cma_multicast->igmp_joined
by Jason Gunthorpe
· 7 years ago
1215cb7
RDMA/umem: Refactor exit paths in ib_umem_get
by Leon Romanovsky
· 7 years ago
40ddacf
RDMA/umem: Don't hold mmap_sem for too long
by Leon Romanovsky
· 7 years ago
6869e00
IB/srpt: Fix srpt_cm_req_recv() error path (2/2)
by Bart Van Assche
· 7 years ago
847462d
IB/srpt: Fix srpt_cm_req_recv() error path (1/2)
by Bart Van Assche
· 7 years ago
05f58ce
RDMA/mlx5: Check that supplied blue flame index doesn't overflow
by Leon Romanovsky
· 7 years ago
ffaf58d
RDMA/mlx5: Melt consecutive calls to alloc_bfreg() in one call
by Leon Romanovsky
· 7 years ago
65ca8d9
rdma/cxgb4: Add support for 64Byte cqes
by Raju Rangoju
· 7 years ago
15039ef
hns: Remove a set-but-not-used variable
by Bart Van Assche
· 7 years ago
522628e
IB/hfi1: Suppress a compiler warning
by Bart Van Assche
· 7 years ago
e8e8b65
RDMA/hns: Update the implementation of set_mac
by oulijun
· 7 years ago
4db134a
RDMA/hns: Update the implementation of set_gid
by oulijun
· 7 years ago
ded58ff
RDMA/hns: Add TPQ link table support
by oulijun
· 7 years ago
6b63597
RDMA/hns: Add TSQ link table support
by oulijun
· 7 years ago
0576cbd
RDMA/hns: Fix endian conversions and annotations
by oulijun
· 7 years ago
31e33a5
net/mlx5: fix uaccess beyond "count" in debugfs read/write handlers
by Jann Horn
· 7 years ago
beae9eb
RDMA/ocrdma: Make ocrdma_destroy_qp() easier to analyze
by Bart Van Assche
· 7 years ago
07f3355
infiniband: i40iw, nes: don't use wall time for TCP sequence numbers
by Arnd Bergmann
· 7 years ago
59b851d
RDMA/nes: Avoid complaints about unused variables
by Bart Van Assche
· 7 years ago
23ff6ba
RDMA/cxgb4: Restore the dropped uninitialized_var
by Jason Gunthorpe
· 7 years ago
528922a
IB: Enable uverbs_destroy_def_handler to be used by drivers
by Yishai Hadas
· 7 years ago
781a401
ib_srpt: use kvmalloc to allocate ring pointers
by Jan Dakinevich
· 7 years ago
8942ace
IB/uverbs: Pass IB_UVERBS_QPF_GRH_REQUIRED to user space
by Artemy Kovalyov
· 7 years ago
b02289b
RDMA: Validate grh_required when handling AVs
by Artemy Kovalyov
· 7 years ago
958200a
RDMA/hfi1: Move grh_required into update_sm_ah
by Jason Gunthorpe
· 7 years ago
2f944c0
RDMA: Fix storage of PortInfo CapabilityMask in the kernel
by Jason Gunthorpe
· 7 years ago
3fda243
RDMA/ipoib: Fix return code from ipoib_cm_dev_init
by Kamal Heib
· 7 years ago
07e7056
IB/core: Simplify check for RoCE route resolve
by Parav Pandit
· 7 years ago
921c0f5
IB/mlx5: Honor cnt_set_id_valid flag instead of set_id
by Parav Pandit
· 7 years ago
e3f1ed1
RDMA/mlx5: Remove unused port number parameter
by Leon Romanovsky
· 7 years ago
97202bb
IB/uverbs: Do not use uverbs_cmd_mask in the ioctl path
by Jason Gunthorpe
· 7 years ago
60e6627
IB/mlx5: fix uaccess beyond "count" in debugfs read/write handlers
by Jann Horn
· 7 years ago
222c7b1
RDMA/rw: Fix rdma_rw_ctx_signature_init() kernel-doc header
by Bart Van Assche
· 7 years ago
4ab39e2
RDMA/cxgb4: Make c4iw_poll_cq_one() easier to analyze
by Bart Van Assche
· 7 years ago
cbd8e98
RDMA/cxgb3: Make iwch_poll_cq_one() easier to analyze
by Bart Van Assche
· 7 years ago
2f229bc
RDMA/rxe: Simplify the error handling code in rxe_create_ah()
by Bart Van Assche
· 7 years ago
efdbda8
IB/iser: Remove set-but-not-used variables
by Bart Van Assche
· 7 years ago
aa9d5ff
RDMA/ocrdma: Remove a set-but-not-used variable
by Bart Van Assche
· 7 years ago
4c5743b
IB/nes: Fix a compiler warning
by Bart Van Assche
· 7 years ago
f8c2d22
RDMA/core: Remove set-but-not-used variables
by Bart Van Assche
· 7 years ago
28e3989
RDMA/core: Remove ib_find_cached_gid() and ib_find_cached_gid_by_port()
by Bart Van Assche
· 7 years ago
b1b6397
RDMA/ipoib: Fix use of sizeof()
by Kamal Heib
· 7 years ago
0578cda
RDMA/ipoib: Prefer unsigned int to bare use of unsigned
by Kamal Heib
· 7 years ago
299c36b
RDMA/ipoib: Use min_t() macro instead of min()
by Kamal Heib
· 7 years ago
87a37ce
IB/cm: Remove unused and erroneous msg sequence encoding
by Håkon Bugge
· 7 years ago
76bc79c
IB/uverbs: Replace ib_ucq_object uverbs_file with the one in ib_uobject
by Jason Gunthorpe
· 7 years ago
d0259e8
IB/uverbs: Remove ib_uobject_file
by Jason Gunthorpe
· 7 years ago
6f25888
IB/uverbs: Tidy up remaining references to ucontext
by Jason Gunthorpe
· 7 years ago
2cc1e3b8
IB/uverbs: Replace file->ucontext with file in uverbs_cmd.c
by Jason Gunthorpe
· 7 years ago
6ef1c82
IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function calls
by Jason Gunthorpe
· 7 years ago
6a5e9c8
IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufile
by Jason Gunthorpe
· 7 years ago
c33e73a
IB/uverbs: Add a uobj_perform_destroy helper
by Jason Gunthorpe
· 7 years ago
422e3d3
RDMA/uverbs: Combine MIN_SZ_OR_ZERO with UVERBS_ATTR_STRUCT
by Jason Gunthorpe
· 7 years ago
540cd69
RDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and uniformly
by Jason Gunthorpe
· 7 years ago
83bb444
RDMA/uverbs: Remove UA_FLAGS
by Jason Gunthorpe
· 7 years ago
9a119cd
RDMA/uverbs: Get rid of the & in method specifications
by Jason Gunthorpe
· 7 years ago
6c61d2a
RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macros
by Jason Gunthorpe
· 7 years ago
595c773
RDMA/uverbs: Simplify method definition macros
by Jason Gunthorpe
· 7 years ago
d108dac
RDMA/uverbs: Simplify UVERBS_ATTR family of macros
by Jason Gunthorpe
· 7 years ago
Next »