index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/rxe: Drop pointless checks in rxe_init_ports
Kamal Heib
2020-07-16
1
-3
/
+0
*
RDMA/counter: Allow manually bind QPs with different pids to same counter
Mark Zhang
2020-07-10
1
-1
/
+1
*
RDMA/counter: Only bind user QPs in auto mode
Mark Zhang
2020-07-10
1
-1
/
+1
*
RDMA/counter: Add PID category support in auto mode
Mark Zhang
2020-07-10
2
-17
/
+11
*
RDMA/mlx5: Remove unused to_mibmr function
Gal Pressman
2020-07-10
1
-5
/
+0
*
RDMA/mlx5: Delete one-time used functions
Leon Romanovsky
2020-07-07
1
-277
/
+198
*
RDMA/mlx5: Cleanup DEVX initialization flow
Leon Romanovsky
2020-07-07
4
-54
/
+51
*
RDMA/mlx5: Separate flow steering logic from main.c
Leon Romanovsky
2020-07-07
8
-2557
/
+2579
*
RDMA/mlx5: Separate counters from main.c
Leon Romanovsky
2020-07-07
9
-709
/
+737
*
RDMA/mlx5: Separate restrack callbacks initialization from main.c
Leon Romanovsky
2020-07-07
4
-77
/
+46
*
RDMA/mlx5: Limit the scope of mlx5_ib_enable_driver function
Leon Romanovsky
2020-07-07
2
-13
/
+12
*
RDMA/hns: Optimize MTR level-0 addressing to access huge page
Xi Wang
2020-07-07
4
-132
/
+147
*
RDMA/rxe: Skip dgid check in loopback mode
Zhu Yanjun
2020-07-07
1
-1
/
+5
*
RDMA: Move XRCD to be under ib_core responsibility
Leon Romanovsky
2020-07-07
6
-59
/
+46
*
RDMA/core: Create and destroy counters in the ib_core
Leon Romanovsky
2020-07-07
3
-22
/
+16
*
IB/uverbs: Expose UAPI to query MR
Yishai Hadas
2020-07-07
1
-1
/
+51
*
RDMA/mlx5: Introduce UAPI to query PD attributes
Yishai Hadas
2020-07-07
4
-1
/
+50
*
RDMA/mlx5: Implement the query ucontext functionality
Yishai Hadas
2020-07-07
2
-0
/
+36
*
RDMA/mlx5: Refactor mlx5_ib_alloc_ucontext() response
Yishai Hadas
2020-07-07
1
-103
/
+93
*
IB/uverbs: Expose UAPI to query ucontext
Yishai Hadas
2020-07-07
2
-1
/
+41
*
IB/uverbs: Set IOVA on IB MR in uverbs layer
Yishai Hadas
2020-07-07
3
-2
/
+4
*
IB/uverbs: Enable CQ ioctl commands by default
Yishai Hadas
2020-07-07
2
-11
/
+0
*
RDMA/core: Optimize XRC target lookup
Maor Gottlieb
2020-07-07
1
-36
/
+21
*
RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC domain
Maor Gottlieb
2020-07-07
2
-15
/
+21
*
RDMA/mlx5: Get XRCD number directly for the internal use
Leon Romanovsky
2020-07-07
4
-34
/
+23
*
RDMA: Remove the udata parameter from alloc_mr callback
Gal Pressman
2020-07-07
23
-24
/
+23
*
RDMA/core: Remove ib_alloc_mr_user function
Gal Pressman
2020-07-07
1
-6
/
+5
*
RDMA/core: Check for error instead of success in alloc MR function
Gal Pressman
2020-07-07
1
-12
/
+13
*
RDMA/core: Clean up tracepoint headers
Chuck Lever
2020-07-06
1
-2
/
+0
*
Merge branch 'mlx5_ipoib_qpn' into rdma.git for-next
Jason Gunthorpe
2020-07-06
10
-21
/
+41
|
\
|
*
RDMA/ipoib: Handle user-supplied address when creating child
Michael Guralnik
2020-07-06
1
-2
/
+9
|
*
net/mlx5: Enable QP number request when creating IPoIB underlay QP
Michael Guralnik
2020-07-03
2
-0
/
+10
|
*
net/mlx5: kTLS, Improve TLS params layout structures
Tariq Toukan
2020-06-27
4
-8
/
+12
|
*
net/mlx5: Avoid eswitch header inclusion in fs core layer
Parav Pandit
2020-06-27
3
-11
/
+10
*
|
RDMA/mlx5: Introduce ODP prefetch counter
Maor Gottlieb
2020-07-03
2
-9
/
+13
*
|
RDMA/core: Fix bogus WARN_ON during ib_unregister_device_queued()
Jason Gunthorpe
2020-07-02
1
-3
/
+8
*
|
RDMA/ipoib: Fix ABBA deadlock with ipoib_reap_ah()
Jason Gunthorpe
2020-07-02
2
-36
/
+31
*
|
IB/hfi1: Convert PCIBIOS_* errors to generic -E* errors
Bolarinwa Olayemi Saheed
2020-06-30
1
-7
/
+15
*
|
RDMA/core: Delete not-used create RWQ table function
Leon Romanovsky
2020-06-24
1
-39
/
+0
*
|
IB/mad: Delete RMPP_STATE_CANCELING state
Shay Drory
2020-06-24
1
-13
/
+4
*
|
IB/mad: Change atomics to refcount API
Shay Drory
2020-06-24
3
-14
/
+14
*
|
IB/mad: Issue complete whenever decrements agent refcount
Shay Drory
2020-06-24
1
-7
/
+7
*
|
RDMA/ipoib: Return void from ipoib_ib_dev_stop()
Kamal Heib
2020-06-24
2
-4
/
+2
*
|
Merge branch 'raw_dumps' into rdma.git for-next
Jason Gunthorpe
2020-06-24
135
-1090
/
+1464
|
\
\
|
*
|
RDMA/mlx5: Add support to get MR resource in RAW format
Maor Gottlieb
2020-06-24
3
-0
/
+10
|
*
|
RDMA/mlx5: Add support to get CQ resource in RAW format
Maor Gottlieb
2020-06-24
3
-0
/
+10
|
*
|
RDMA/mlx5: Add support to get QP resource in RAW format
Maor Gottlieb
2020-06-24
3
-0
/
+79
|
*
|
RDMA: Add support to dump resource tracker in RAW format
Maor Gottlieb
2020-06-24
2
-62
/
+121
|
*
|
RDMA: Add dedicated CM_ID resource tracker function
Maor Gottlieb
2020-06-23
5
-30
/
+7
|
*
|
RDMA: Add dedicated QP resource tracker function
Maor Gottlieb
2020-06-23
4
-7
/
+5
[next]