index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-17
RDMA/core: Create the device hw_counters through the normal groups mechanism
Jason Gunthorpe
4
-58
/
+32
2021-06-17
RDMA/core: Simplify how the port sysfs is created
Jason Gunthorpe
1
-219
/
+103
2021-06-17
RDMA/core: Simplify how the gid_attrs sysfs is created
Jason Gunthorpe
1
-81
/
+89
2021-06-17
RDMA/core: Split gid_attrs related sysfs from add_port()
Jason Gunthorpe
1
-71
/
+89
2021-06-17
RDMA/core: Split port and device counter sysfs attributes
Jason Gunthorpe
2
-170
/
+292
2021-06-17
RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointer
Jason Gunthorpe
4
-10
/
+16
2021-06-17
RDMA: Split the alloc_hw_stats() ops to port and device variants
Jason Gunthorpe
19
-106
/
+142
2021-06-17
RDMA/rxe: Disallow MR dereg and invalidate when bound
Bob Pearson
3
-11
/
+26
2021-06-17
RDMA/rxe: Implement memory access through MWs
Bob Pearson
4
-15
/
+75
2021-06-17
RDMA/rxe: Implement invalidate MW operations
Bob Pearson
7
-93
/
+199
2021-06-17
RDMA/rxe: Add support for bind MW work requests
Bob Pearson
6
-5
/
+229
2021-06-17
RDMA/rxe: Move local ops to subroutine
Bob Pearson
1
-40
/
+63
2021-06-17
RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASK
Bob Pearson
4
-6
/
+5
2021-06-17
RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbs
Bob Pearson
7
-11
/
+74
2021-06-17
RDMA/rxe: Enable MW object pool
Bob Pearson
3
-8
/
+13
2021-06-17
RDMA/rxe: Return errors for add index and key
Bob Pearson
2
-20
/
+32
2021-06-17
RDMA/rxe: Add bind MW fields to rxe_send_wr
Bob Pearson
1
-0
/
+10
2021-06-17
RDMA/rxe: Fix qp reference counting for atomic ops
Bob Pearson
2
-3
/
+0
2021-06-16
RDMA/hns: Support getting max QP number from firmware
Xi Wang
6
-27
/
+106
2021-06-16
RDMA/mlx5: Don't add slave port to unaffiliated list
Leon Romanovsky
1
-2
/
+2
2021-06-10
RDMA/irdma: Store PBL info address a pointer type
Shiraz Saleem
5
-24
/
+23
2021-06-10
IB/cm: Remove dgid from the cm_id_priv av
Jason Gunthorpe
1
-9
/
+4
2021-06-09
RDMA/irdma: Use list_last_entry/list_first_entry
Shiraz Saleem
2
-3
/
+3
2021-06-08
RDMA/irdma: Use list_move instead of list_del/list_add
Baokun Li
1
-2
/
+1
2021-06-08
RDMA/core: Use refcount_t instead of atomic_t on refcount of ib_uverbs_device
Weihang Li
2
-7
/
+7
2021-06-08
RDMA/ipoib: Use refcount_t instead of atomic_t for reference counting
Weihang Li
2
-6
/
+6
2021-06-08
RDMA/cxgb4: Use refcount_t instead of atomic_t for reference counting
Weihang Li
3
-8
/
+8
2021-06-08
RDMA/hns: Use refcount_t instead of atomic_t for QP reference counting
Weihang Li
2
-7
/
+7
2021-06-08
RDMA/hns: Use refcount_t instead of atomic_t for SRQ reference counting
Weihang Li
2
-5
/
+5
2021-06-08
RDMA/hns: Use refcount_t instead of atomic_t for CQ reference counting
Weihang Li
2
-5
/
+5
2021-06-08
RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_port
Weihang Li
1
-4
/
+4
2021-06-08
RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_member
Weihang Li
1
-6
/
+6
2021-06-08
RDMA/core: Remove refcount from struct ib_mad_snoop_private
Jason Gunthorpe
1
-1
/
+0
2021-06-08
RDMA/core: Use refcount_t instead of atomic_t on refcount of iwpm_admin_data
Weihang Li
2
-5
/
+9
2021-06-08
RDMA/core: Use refcount_t instead of atomic_t on refcount of iwcm_id_private
Weihang Li
2
-6
/
+5
2021-06-08
RDMA/irdma: Fix return error sign from irdma_modify_qp
Kamal Heib
1
-1
/
+1
2021-06-08
RDMA/irdma: Fix spelling mistake "Allocal" -> "Allocate"
Colin Ian King
1
-1
/
+1
2021-06-08
RDMA/irdma: remove redundant initialization of variable val
Colin Ian King
1
-1
/
+1
2021-06-08
RDMA/irdma: remove extraneous indentation on a statement
Colin Ian King
1
-1
/
+1
2021-06-08
RDMA/irdma: Fix issues with u8 left shift operation
Colin Ian King
1
-1
/
+1
2021-06-04
RDMA/cxgb4: Fix missing error code in create_qp()
Jiapeng Chong
1
-0
/
+1
2021-06-03
RDMA/bnxt_re: Update maintainers list
Devesh Sharma
1
-2
/
+0
2021-06-03
RDMA/bnxt_re: Enable global atomic ops if platform supports
Devesh Sharma
6
-3
/
+37
2021-06-03
RDMA/rxe: Fix failure during driver load
Kamal Heib
1
-3
/
+7
2021-06-03
RDMA/rxe: Protext kernel index from user space
Bob Pearson
10
-98
/
+305
2021-06-03
RDMA/rxe: Protect user space index loads/stores
Bob Pearson
1
-51
/
+117
2021-06-03
RDMA/rxe: Add a type flag to rxe_queue structs
Bob Pearson
5
-13
/
+28
2021-06-03
Merge branch 'irdma' into rdma.git for-next
Jason Gunthorpe
97
-29039
/
+33755
2021-06-03
RDMA/irdma: Update MAINTAINERS file
Shiraz Saleem
1
-0
/
+8
2021-06-03
RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iw
Shiraz Saleem
38
-28996
/
+41
[next]