index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() calls
Mark Zhang
2021-06-02
4
-51
/
+39
*
Revert "IB/cm: Mark stale CM id's whenever the mad agent was unregistered"
Mark Zhang
2021-06-02
1
-109
/
+14
*
IB/cm: Tidy remaining cm_msg free paths
Jason Gunthorpe
2021-06-02
1
-10
/
+10
*
IB/cm: Call the correct message free functions in cm_send_handler()
Jason Gunthorpe
2021-06-02
1
-27
/
+25
*
IB/cm: Split cm_alloc_msg()
Jason Gunthorpe
2021-06-02
1
-75
/
+115
*
IB/cm: Pair cm_alloc_response_msg() with a cm_free_response_msg()
Jason Gunthorpe
2021-06-02
1
-11
/
+18
*
RDMA/core: Sanitize WQ state received from the userspace
Leon Romanovsky
2021-06-02
3
-13
/
+23
*
RDMA/rtrs: Avoid Wtautological-constant-out-of-range-compare
Jack Wang
2021-05-31
2
-7
/
+2
*
RDMA/rtrs-clt: Fix memory leak of not-freed sess->stats and stats->pcpu_stats
Gioh Kim
2021-05-29
1
-0
/
+6
*
RDMA/rtrs-clt: Check if the queue_depth has changed during a reconnection
Md Haris Iqbal
2021-05-29
1
-4
/
+15
*
RDMA/rtrs-srv: Fix memory leak when having multiple sessions
Jack Wang
2021-05-29
1
-0
/
+1
*
RDMA/rtrs-srv: Fix memory leak of unfreed rtrs_srv_stats object
Gioh Kim
2021-05-29
1
-0
/
+1
*
RDMA/rtrs-srv: Duplicated session name is not allowed
Gioh Kim
2021-05-29
1
-1
/
+41
*
RDMA/rtrs: Do not reset hb_missed_max after re-connection
Gioh Kim
2021-05-29
1
-1
/
+0
*
RDMA/rtrs-srv: convert scnprintf to sysfs_emit
Jack Wang
2021-05-29
1
-1
/
+1
*
RDMA/rtrs-srv: Replace atomic_t with percpu_ref for ids_inflight
Md Haris Iqbal
2021-05-29
3
-24
/
+35
*
RDMA/rtrs-clt: Check state of the rtrs_clt_sess before reading its stats
Md Haris Iqbal
2021-05-29
1
-0
/
+3
*
RDMA/rtrs-clt: Remove redundant 'break'
Guoqing Jiang
2021-05-29
1
-1
/
+0
*
RDMA/rtrs-srv: Kill __rtrs_srv_change_state
Guoqing Jiang
2021-05-29
1
-14
/
+3
*
RDMA/rtrs-clt: Kill rtrs_clt_disconnect_from_sysfs
Guoqing Jiang
2021-05-29
3
-13
/
+3
*
RDMA/rtrs-clt: Kill rtrs_clt_{start,stop}_hb
Guoqing Jiang
2021-05-29
1
-12
/
+2
*
RDMA/rtrs: Use strscpy instead of strlcpy
Dima Stepanov
2021-05-29
2
-5
/
+5
*
RDMA/rtrs: Define MIN_CHUNK_SIZE
Gioh Kim
2021-05-29
2
-2
/
+3
*
RDMA/rtrs: Change MAX_SESS_QUEUE_DEPTH
Gioh Kim
2021-05-29
1
-5
/
+8
*
RDMA/rtrs-srv: Clean up the code in __rtrs_srv_change_state
Guoqing Jiang
2021-05-29
1
-19
/
+4
*
RDMA/rtrs-srv: Add error messages for cases when failing RDMA connection
Md Haris Iqbal
2021-05-29
1
-1
/
+7
*
RDMA/rtrs-clt: Remove MAX_SESS_QUEUE_DEPTH from rtrs_send_sess_info
Gioh Kim
2021-05-29
1
-1
/
+1
*
RDMA/rtrs-srv: Kill reject_w_econnreset label
Guoqing Jiang
2021-05-29
1
-12
/
+9
*
RDMA/srp: Use DEVICE_ATTR_*() macros
YueHaibing
2021-05-29
1
-42
/
+57
*
RDMA/core: Use the DEVICE_ATTR_RO macro
YueHaibing
2021-05-29
1
-4
/
+3
*
IB/ipoib: Use DEVICE_ATTR_*() macros
YueHaibing
2021-05-29
3
-23
/
+22
*
IB/core: Only update PKEY and GID caches on respective events
HÃ¥kon Bugge
2021-05-29
1
-8
/
+15
*
RDMA/hns: Refactor capability configuration flow of VF
Xi Wang
2021-05-29
2
-146
/
+156
*
IB/isert: set rdma cm afonly flag
Max Gurtovoy
2021-05-29
1
-0
/
+10
*
RDMA/srp: Make struct scsi_cmnd and struct srp_request adjacent
Bart Van Assche
2021-05-29
2
-92
/
+63
*
RDMA/srp: Fix a recently introduced memory leak
Bart Van Assche
2021-05-29
1
-7
/
+6
*
RDMA/srp: Apply the __packed attribute to members instead of structures
Bart Van Assche
2021-05-29
1
-17
/
+9
*
RDMA/srp: Add more structure size checks
Bart Van Assche
2021-05-29
1
-1
/
+4
*
IB/hfi1: Move a function from a header file into a .c file
Bart Van Assche
2021-05-29
2
-5
/
+5
*
RDMA/hns: Clean the hardware related code for HEM
Xi Wang
2021-05-29
5
-90
/
+85
*
RDMA/hns: Use refcount_t APIs for HEM
Weihang Li
2021-05-29
2
-19
/
+17
*
RDMA/hns: Fix wrong timer context buffer page size
Xi Wang
2021-05-29
1
-6
/
+0
*
RDMA/hns: Refactor root BT allocation for MTR
Xi Wang
2021-05-29
1
-84
/
+146
*
RDMA/hns: Optimize the base address table config for MTR
Xi Wang
2021-05-29
7
-54
/
+68
*
RDMA/mlx5: Take qp type from mlx5_ib_qp
Maor Gottlieb
2021-05-26
5
-36
/
+31
*
RDMA/hns: Remove unused CMDQ member
Lang Cheng
2021-05-20
1
-1
/
+0
*
RDMA/hns: Remove Receive Queue of CMDQ
Lang Cheng
2021-05-20
2
-73
/
+25
*
RDMA/hns: Rename CMDQ head/tail pointer to PI/CI
Lang Cheng
2021-05-20
2
-7
/
+7
*
RDMA/hns: Refactor extend link table allocation
Xi Wang
2021-05-20
3
-206
/
+124
*
RDMA/cxgb4: Remove useless assignments
Tian Tao
2021-05-20
1
-1
/
+0
[next]