index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-09
RDMA/rxe: Move mr cleanup code to rxe_mr_cleanup()
Bob Pearson
1
-6
/
+4
2022-05-09
RDMA/rxe: Move qp cleanup code to rxe_qp_do_cleanup()
Bob Pearson
3
-10
/
+4
2022-05-09
RDMA/rxe: Check rxe_get() return value
Bob Pearson
3
-3
/
+6
2022-05-09
RDMA/rxe: Add rxe_srq_cleanup()
Bob Pearson
4
-22
/
+25
2022-05-06
RDMA/rxe: Remove IB_SRQ_INIT_MASK
Bob Pearson
3
-57
/
+74
2022-05-06
RDMA/rxe: Skip adjusting remote addr for write in retry operation
Chengguang Xu
1
-2
/
+0
2022-05-04
RDMA/rxe: Optimize the mr pool struct
Zhu Yanjun
2
-11
/
+3
2022-05-04
RDMA/hns: Remove the num_cqc_timer variable
Yixing Liu
4
-5
/
+3
2022-05-04
RDMA/hns: Add the detection for CMDQ status in the device initialization process
Yangyang Li
2
-0
/
+27
2022-05-04
RDMA/hns: Remove unnecessary ret variable from hns_roce_dereg_mr()
Guo Zhengkui
1
-2
/
+1
2022-05-04
RDMA/rxe: Replace paylen by payload
Bob Pearson
1
-6
/
+6
2022-04-25
RDMA/core: Avoid flush_workqueue(system_unbound_wq) usage
Tetsuo Handa
1
-10
/
+14
2022-04-25
RDMA/rxe: Remove useless parameters for update_state()
Li Zhijian
1
-3
/
+2
2022-04-25
RDMA/mlx5: Clean UMR QP type flow from mlx5_ib_post_send()
Aharon Landau
4
-145
/
+1
2022-04-25
RDMA/mlx5: Use mlx5_umr_post_send_wait() to update xlt
Aharon Landau
5
-208
/
+116
2022-04-25
RDMA/mlx5: Use mlx5_umr_post_send_wait() to update MR pas
Aharon Landau
5
-75
/
+164
2022-04-25
RDMA/mlx5: Move creation and free of translation tables to umr.c
Aharon Landau
3
-100
/
+116
2022-04-25
RDMA/mlx5: Use mlx5_umr_post_send_wait() to rereg pd access
Aharon Landau
3
-25
/
+45
2022-04-25
RDMA/mlx5: Use mlx5_umr_post_send_wait() to revoke MRs
Aharon Landau
3
-28
/
+34
2022-04-25
RDMA/mlx5: Introduce mlx5_umr_post_send_wait()
Aharon Landau
2
-0
/
+104
2022-04-25
RDMA/mlx5: Expose wqe posting helpers outside of wr.c
Aharon Landau
2
-111
/
+121
2022-04-25
RDMA/mlx5: Simplify get_umr_update_access_mask()
Aharon Landau
1
-10
/
+5
2022-04-25
RDMA/mlx5: Move mkey ctrl segment logic to umr.c
Aharon Landau
5
-141
/
+147
2022-04-25
RDMA/mlx5: Move umr checks to umr.h
Aharon Landau
5
-70
/
+72
2022-04-25
RDMA/mlx5: Move init and cleanup of UMR to umr.c
Aharon Landau
4
-103
/
+125
2022-04-19
RDMA/mlx5: Fix flow steering egress flow
Leon Romanovsky
1
-5
/
+0
2022-04-12
RDMA/rxe: Generate a completion for unsupported/invalid opcode
Xiao Yang
1
-1
/
+1
2022-04-12
Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...
Jason Gunthorpe
49
-5112
/
+347
2022-04-11
RDMA/hns: Init the variable at the suitable place
Haoyue Xu
1
-1
/
+2
2022-04-11
RDMA/hns: Add judgment on the execution result of CMDQ that free vf resource
Wenpeng Liang
1
-4
/
+13
2022-04-11
RDMA/hns: Remove redundant variable "ret"
Guofeng Yue
1
-4
/
+1
2022-04-11
RDMA/hns: Remove unused function to_hns_roce_state()
Yixing Liu
2
-31
/
+0
2022-04-11
RDMA/hns: Remove unnecessary check for the sgid_attr when modifying QP
Chengchang Tang
1
-3
/
+1
2022-04-09
net/mlx5: Remove not-implemented IPsec capabilities
Leon Romanovsky
1
-3
/
+1
2022-04-09
net/mlx5: Remove ipsec_ops function table
Leon Romanovsky
4
-154
/
+8
2022-04-09
net/mlx5: Reduce kconfig complexity while building crypto support
Leon Romanovsky
2
-8
/
+1
2022-04-09
net/mlx5: Move IPsec file to relevant directory
Leon Romanovsky
12
-11
/
+11
2022-04-09
net/mlx5: Remove not-needed IPsec config
Leon Romanovsky
3
-33
/
+5
2022-04-09
net/mlx5: Align flow steering allocation namespace to common style
Leon Romanovsky
2
-8
/
+0
2022-04-09
net/mlx5: Unify device IPsec capabilities check
Leon Romanovsky
5
-55
/
+27
2022-04-09
net/mlx5: Remove useless IPsec device checks
Leon Romanovsky
3
-35
/
+20
2022-04-09
net/mlx5: Remove ipsec vs. ipsec offload file separation
Leon Romanovsky
11
-285
/
+205
2022-04-09
RDMA/core: Delete IPsec flow action logic from the core
Leon Romanovsky
2
-384
/
+1
2022-04-09
RDMA/mlx5: Drop crypto flow steering API
Leon Romanovsky
4
-254
/
+5
2022-04-09
RDMA/mlx5: Delete never supported IPsec flow action
Leon Romanovsky
1
-4
/
+0
2022-04-09
net/mlx5: Remove FPGA ipsec specific statistics
Leon Romanovsky
5
-68
/
+0
2022-04-09
net/mlx5: Remove XFRM no_trailer flag
Leon Romanovsky
3
-5
/
+0
2022-04-09
net/mlx5: Remove not-used IDA field from IPsec struct
Leon Romanovsky
2
-4
/
+1
2022-04-09
net/mlx5: Delete metadata handling logic
Leon Romanovsky
5
-245
/
+0
2022-04-09
net/mlx5_fpga: Drop INNOVA IPsec support
Leon Romanovsky
12
-1758
/
+5
[next]