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
/
include
/
rdma
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
31
-986
/
+103
2020-07-29
IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQE
Mike Marciniszyn
1
-0
/
+19
2020-07-29
RDMA/include: Replace license text with SPDX tags
Leon Romanovsky
31
-946
/
+59
2020-07-24
RDMA/core: Align abort/commit object scheme for write() and ioctl() paths
Leon Romanovsky
2
-0
/
+15
2020-07-07
RDMA: Move XRCD to be under ib_core responsibility
Leon Romanovsky
1
-3
/
+3
2020-07-07
RDMA/core: Create and destroy counters in the ib_core
Leon Romanovsky
1
-3
/
+4
2020-07-07
IB/uverbs: Expose UAPI to query ucontext
Yishai Hadas
1
-0
/
+4
2020-07-07
RDMA/core: Optimize XRC target lookup
Maor Gottlieb
1
-3
/
+2
2020-07-07
RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC domain
Maor Gottlieb
1
-15
/
+3
2020-07-07
RDMA: Remove the udata parameter from alloc_mr callback
Gal Pressman
1
-1
/
+1
2020-07-07
RDMA/core: Remove ib_alloc_mr_user function
Gal Pressman
1
-8
/
+2
2020-07-03
RDMA/mlx5: Introduce ODP prefetch counter
Maor Gottlieb
1
-0
/
+1
2020-06-24
RDMA/core: Delete not-used create RWQ table function
Leon Romanovsky
1
-3
/
+0
2020-06-24
RDMA: Add support to dump resource tracker in RAW format
Maor Gottlieb
1
-0
/
+3
2020-06-23
RDMA: Add dedicated CM_ID resource tracker function
Maor Gottlieb
1
-2
/
+2
2020-06-23
RDMA: Add dedicated QP resource tracker function
Maor Gottlieb
1
-0
/
+1
2020-06-23
RDMA: Add a dedicated CQ resource tracker function
Maor Gottlieb
1
-0
/
+1
2020-06-23
RDMA: Add dedicated MR resource tracker function
Maor Gottlieb
1
-2
/
+2
2020-06-08
dynamic_debug: add an option to enable dynamic debug for modules only
Orson Zhai
1
-2
/
+4
2020-06-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
13
-276
/
+287
2020-06-03
RDMA: Remove 'max_map_per_fmr'
Jason Gunthorpe
1
-1
/
+0
2020-06-03
RDMA: Remove 'max_fmr'
Jason Gunthorpe
1
-1
/
+0
2020-06-03
RDMA/core: Remove FMR device ops
Max Gurtovoy
1
-59
/
+0
2020-06-03
RDMA/core: Remove FMR pool API
Max Gurtovoy
1
-93
/
+0
2020-05-29
RDMA/core: Introduce shared CQ pool API
Yamin Friedman
1
-1
/
+16
2020-05-29
RDMA/core: Add protection for shared CQs used by ULPs
Yamin Friedman
1
-1
/
+4
2020-05-29
RDMA/core: Use offsetofend() instead of open coding
Jason Gunthorpe
1
-2
/
+1
2020-05-27
RDMA/cma: Provide ECE reject reason
Leon Romanovsky
1
-1
/
+1
2020-05-27
RDMA/cma: Connect ECE to rdma_accept
Leon Romanovsky
1
-0
/
+3
2020-05-27
RDMA/cm: Send and receive ECE parameter over the wire
Leon Romanovsky
1
-1
/
+8
2020-05-27
RDMA/ucma: Deliver ECE parameters through UCMA events
Leon Romanovsky
1
-0
/
+1
2020-05-27
RDMA/ucma: Extend ucma_connect to receive ECE parameters
Leon Romanovsky
1
-0
/
+3
2020-05-27
RDMA/cm: Add Enhanced Connection Establishment (ECE) bits
Leon Romanovsky
1
-0
/
+6
2020-05-27
RDMA/core: Fix double destruction of uobject
Jason Gunthorpe
1
-1
/
+1
2020-05-27
RDMA/core: Use sizeof_field() helper
Gustavo A. R. Silva
1
-6
/
+6
2020-05-22
IB/uverbs: Move QP, SRQ, WQ type and flags to UAPI
Yishai Hadas
1
-19
/
+24
2020-05-22
RDMA/core: Allow the ioctl layer to abort a fully created uobject
Jason Gunthorpe
4
-2
/
+11
2020-05-21
IB/ipoib: Increase ipoib Datagram mode MTU's upper limit
Kaike Wan
2
-9
/
+78
2020-05-21
IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPs
Gary Leshner
2
-4
/
+4
2020-05-21
IB/hfi1: Remove module parameter for KDETH qpns
Gary Leshner
1
-1
/
+28
2020-05-21
IB/hfi1: Add functions to transmit datagram ipoib packets
Gary Leshner
1
-0
/
+1
2020-05-18
RDMA/core: Consolidate ib_create_srq flows
Jason Gunthorpe
1
-15
/
+12
2020-05-13
IB/rdmavt: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-05-06
RDMA/core: Add hash functions to calculate RoCEv2 flowlabel and UDP source port
Mark Zhang
1
-0
/
+44
2020-05-06
RDMA: Allow ib_client's to fail when add() is called
Jason Gunthorpe
1
-1
/
+1
2020-05-06
RDMA/mad: Remove snoop interface
Maor Gottlieb
1
-48
/
+1
2020-05-03
RDMA/core: Get xmit slave for LAG
Maor Gottlieb
1
-0
/
+2
2020-05-03
RDMA/core: Add LAG functionality
Maor Gottlieb
2
-0
/
+24
2020-05-03
RDMA: Group create AH arguments in struct
Maor Gottlieb
1
-2
/
+7
2020-04-15
RDMA/cma: Limit the scope of rdma_is_consumer_reject function
Leon Romanovsky
1
-8
/
+0
[next]