index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
uverbs_cmd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-21
RDMA/uverbs: Fix kernel panic while using XRC_TGT QP type
Leon Romanovsky
1
-0
/
+3
2018-02-16
RDMA/restrack: don't use uaccess_kernel()
Steve Wise
1
-2
/
+2
2018-02-16
RDMA/verbs: Check existence of function prior to accessing it
Leon Romanovsky
1
-0
/
+21
2018-02-16
RDMA/uverbs: Sanitize user entered port numbers prior to access it
Leon Romanovsky
1
-1
/
+8
2018-02-16
RDMA/uverbs: Fix circular locking dependency
Leon Romanovsky
1
-1
/
+2
2018-02-16
RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd
Leon Romanovsky
1
-3
/
+1
2018-02-16
RDMA/restrack: Increment CQ restrack object before committing
Leon Romanovsky
1
-3
/
+3
2018-01-30
RDMA/core: Add resource tracking for create and destroy PDs
Leon Romanovsky
1
-0
/
+2
2018-01-30
RDMA/core: Add resource tracking for create and destroy CQs
Leon Romanovsky
1
-0
/
+2
2018-01-30
RDMA/core: Add resource tracking for create and destroy QPs
Leon Romanovsky
1
-2
/
+1
2018-01-16
RDMA: Mark imm_data as be32 in the verbs uapi header
Jason Gunthorpe
1
-1
/
+1
2017-12-28
Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...
Jason Gunthorpe
1
-2
/
+8
2017-12-28
IB/uverbs: Fix command checking as part of ib_uverbs_ex_modify_qp()
Moni Shoua
1
-2
/
+2
2017-12-12
IB/core: Use PTR_ERR_OR_ZERO()
Gomonovych, Vasyl
1
-4
/
+1
2017-12-07
IB/core: Bound check alternate path port number
Daniel Jurgens
1
-0
/
+6
2017-11-14
RDMA/core: Rename kernel modify_cq to better describe its usage
Leon Romanovsky
1
-1
/
+1
2017-11-14
IB/uverbs: Add CQ moderation capability to query_device
Yonatan Cohen
1
-0
/
+9
2017-11-14
IB/uverbs: Allow CQ moderation with modify CQ
Yonatan Cohen
1
-0
/
+42
2017-11-10
IB/core: Add PCI write end padding flags for WQ and QP
Noa Osherovich
1
-1
/
+2
2017-10-18
Merge branch 'for-next-early' into for-next
Doug Ledford
1
-72
/
+53
2017-10-18
IB/core: Introduce and use rdma_create_user_ah
Parav Pandit
1
-9
/
+1
2017-09-27
IB/uverbs: clean up INIT_UDATA() macro usage
Arnd Bergmann
1
-72
/
+53
2017-09-25
IB/core: Fix typo in the name of the tag-matching cap struct
Leon Romanovsky
1
-7
/
+7
2017-09-09
lib/interval_tree: fast overlap detection
Davidlohr Bueso
1
-1
/
+1
2017-08-29
IB/uverbs: Expose XRQ capabilities
Artemy Kovalyov
1
-0
/
+10
2017-08-29
IB/uverbs: Add new SRQ type IB_SRQT_TM
Artemy Kovalyov
1
-1
/
+5
2017-08-29
IB/core: Separate CQ handle in SRQ context
Artemy Kovalyov
1
-10
/
+17
2017-08-24
IB/uverbs: Introduce and use helper functions to copy ah attributes
Parav Pandit
1
-76
/
+51
2017-08-24
Merge branch 'k.o/for-4.13-rc' into k.o/for-next
Doug Ledford
1
-4
/
+7
2017-08-24
IB/core: Avoid accessing non-allocated memory when inferring port type
Noa Osherovich
1
-4
/
+7
2017-08-22
IB/hfi1: Determine 9B/16B L2 header type based on Address handle
Don Hiatt
1
-0
/
+3
2017-08-22
IB/core: Fix input len in multiple user verbs
Amrani, Ram
1
-30
/
+40
2017-08-22
RDMA/uverbs: Initialize cq_context appropriately
Bharat Potnuri
1
-1
/
+1
2017-08-18
Add OPA extended LID support
Hiatt, Don
1
-5
/
+6
2017-08-18
Merge branch 'k.o/for-4.13-rc' into k.o/for-next
Doug Ledford
1
-1
/
+1
2017-08-18
Merge branch 'misc' into k.o/for-next
Doug Ledford
1
-1
/
+1
2017-08-18
RDMA/uverbs: Initialize cq_context appropriately
Bharat Potnuri
1
-1
/
+1
2017-08-10
Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-test
Doug Ledford
1
-5
/
+14
2017-08-08
IB/core: Change wc.slid from 16 to 32 bits
Hiatt, Don
1
-3
/
+7
2017-08-08
IB/core: Change port_attr.sm_lid from 16 to 32 bits
Dasaratharaman Chandramouli
1
-3
/
+5
2017-08-08
IB/core: Change port_attr.lid size from 16 to 32 bits
Dasaratharaman Chandramouli
1
-1
/
+4
2017-08-04
RDMA/uverbs: Prevent leak of reserved field
Leon Romanovsky
1
-1
/
+1
2017-07-24
IB/uverbs: Enable QP creation with a given source QP number
Yishai Hadas
1
-3
/
+14
2017-07-20
RDMA/uverbs: Fix the check for port number
Ismail, Mustafa
1
-1
/
+2
2017-07-20
IB/core: Fix sparse warnings
Matan Barak
1
-10
/
+0
2017-07-18
IB/uverbs: Make use of ib_modify_qp variant to avoid resolving DMAC
Parav Pandit
1
-19
/
+4
2017-07-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-0
/
+8
2017-07-03
RDMA/uverbs: Check port number supplied by user verbs cmds
Boris Pismenny
1
-0
/
+8
2017-05-23
IB/core: Enforce PKey security on QPs
Daniel Jurgens
1
-4
/
+11
2017-05-01
IB/core: Define 'ib' and 'roce' rdma_ah_attr types
Dasaratharaman Chandramouli
1
-0
/
+5
[next]