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
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-07
RDMA/irdma: Fix return error sign from irdma_modify_qp
Kamal Heib
1
-1
/
+1
2021-06-07
RDMA/irdma: Fix spelling mistake "Allocal" -> "Allocate"
Colin Ian King
1
-1
/
+1
2021-06-07
RDMA/irdma: remove redundant initialization of variable val
Colin Ian King
1
-1
/
+1
2021-06-07
RDMA/irdma: remove extraneous indentation on a statement
Colin Ian King
1
-1
/
+1
2021-06-07
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: 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-02
Merge branch 'irdma' into rdma.git for-next
Jason Gunthorpe
90
-28900
/
+33523
2021-06-02
RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iw
Shiraz Saleem
34
-28858
/
+41
2021-06-02
RDMA/irdma: Add dynamic tracing for CM
Michael J. Ruhl
3
-0
/
+573
2021-06-02
RDMA/irdma: Add miscellaneous utility definitions
Mustafa Ismail
4
-0
/
+2814
2021-06-02
RDMA/irdma: Add user/kernel shared libraries
Mustafa Ismail
2
-0
/
+2121
2021-06-02
RDMA/irdma: Add RoCEv2 UD OP support
Mustafa Ismail
3
-0
/
+488
2021-06-02
RDMA/irdma: Implement device supported verb APIs
Mustafa Ismail
2
-0
/
+4752
2021-06-02
RDMA/irdma: Add PBLE resource manager
Mustafa Ismail
2
-0
/
+657
2021-06-02
RDMA/irdma: Add connection manager
Mustafa Ismail
2
-0
/
+4838
2021-06-02
RDMA/irdma: Add QoS definitions
Mustafa Ismail
2
-0
/
+447
2021-06-02
RDMA/irdma: Add privileged UDA queue implementation
Mustafa Ismail
2
-0
/
+1939
2021-06-02
RDMA/irdma: Add HMC backing store setup functions
Mustafa Ismail
2
-0
/
+890
2021-06-02
RDMA/irdma: Implement HW Admin Queue OPs
Mustafa Ismail
4
-0
/
+8506
2021-06-02
RDMA/irdma: Implement device initialization definitions
Mustafa Ismail
5
-0
/
+3321
2021-06-02
RDMA/irdma: Register auxiliary driver and implement private channel OPs
Mustafa Ismail
3
-0
/
+1129
2021-06-02
IB/cm: Protect cm_dev, cm_ports and mad_agent with kref and lock
Mark Zhang
1
-19
/
+93
2021-06-02
IB/cm: Improve the calling of cm_init_av_for_lap and cm_init_av_by_path
Mark Zhang
1
-47
/
+58
2021-06-02
IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() calls
Mark Zhang
3
-37
/
+26
2021-06-02
Revert "IB/cm: Mark stale CM id's whenever the mad agent was unregistered"
Mark Zhang
1
-109
/
+14
2021-06-02
IB/cm: Tidy remaining cm_msg free paths
Jason Gunthorpe
1
-10
/
+10
2021-06-02
IB/cm: Call the correct message free functions in cm_send_handler()
Jason Gunthorpe
1
-27
/
+25
2021-06-02
IB/cm: Split cm_alloc_msg()
Jason Gunthorpe
1
-75
/
+115
2021-06-02
IB/cm: Pair cm_alloc_response_msg() with a cm_free_response_msg()
Jason Gunthorpe
1
-11
/
+18
2021-06-02
RDMA/core: Sanitize WQ state received from the userspace
Leon Romanovsky
3
-13
/
+23
2021-05-31
RDMA/rtrs: Avoid Wtautological-constant-out-of-range-compare
Jack Wang
2
-7
/
+2
2021-05-28
i40e: Register auxiliary devices to provide RDMA
Shiraz Saleem
4
-20
/
+114
2021-05-28
ice: Register auxiliary device to provide RDMA
Dave Ertman
4
-4
/
+87
2021-05-28
ice: Implement iidc operations
Dave Ertman
13
-24
/
+639
2021-05-28
ice: Initialize RDMA support
Dave Ertman
10
-9
/
+183
2021-05-28
RDMA/rtrs-clt: Fix memory leak of not-freed sess->stats and stats->pcpu_stats
Gioh Kim
1
-0
/
+6
[next]