index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-09-11
19
-106
/
+168
|
\
|
*
IB/isert: Fix unaligned immediate-data handling
Sagi Grimberg
2020-09-09
2
-56
/
+78
|
*
RDMA/rtrs-srv: Set .release function for rtrs srv device during device init
Md Haris Iqbal
2020-09-09
2
-8
/
+8
|
*
RDMA/bnxt_re: Remove set but not used variable 'qplib_ctx'
YueHaibing
2020-09-09
1
-2
/
+0
|
*
RDMA/core: Fix reported speed and width
Kamal Heib
2020-09-02
1
-1
/
+1
|
*
RDMA/core: Fix unsafe linked list traversal after failing to allocate CQ
Xi Wang
2020-09-02
1
-2
/
+2
|
*
RDMA/bnxt_re: Remove the qp from list only if the qp destroy succeeds
Selvin Xavier
2020-08-27
1
-11
/
+11
|
*
RDMA/bnxt_re: Fix driver crash on unaligned PSN entry address
Naresh Kumar PBS
2020-08-27
1
-2
/
+2
|
*
RDMA/bnxt_re: Restrict the max_gids to 256
Naresh Kumar PBS
2020-08-27
2
-1
/
+2
|
*
RDMA/bnxt_re: Static NQ depth allocation
Naresh Kumar PBS
2020-08-27
1
-2
/
+1
|
*
RDMA/bnxt_re: Fix the qp table indexing
Selvin Xavier
2020-08-27
3
-12
/
+25
|
*
RDMA/bnxt_re: Do not report transparent vlan from QP1
Selvin Xavier
2020-08-27
1
-3
/
+18
|
*
RDMA/mlx4: Read pkey table length instead of hardcoded value
Mark Bloch
2020-08-27
1
-1
/
+2
|
*
RDMA/rxe: Fix panic when calling kmem_cache_create()
Kamal Heib
2020-08-27
3
-0
/
+11
|
*
RDMA/rxe: Fix memleak in rxe_mem_init_user
Dinghao Liu
2020-08-27
1
-0
/
+1
|
*
RDMA/rxe: Fix the parent sysfs read when the interface has 15 chars
Yi Zhang
2020-08-24
1
-1
/
+1
|
*
RDMA/rtrs-srv: Replace device_register with device_initialize and device_add
Md Haris Iqbal
2020-08-24
2
-4
/
+5
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
48
-112
/
+100
|
/
*
Revert "RDMA/hns: Reserve one sge in order to avoid local length error"
Weihang Li
2020-08-20
5
-14
/
+8
*
RDMA/hfi1: Correct an interlock issue for TID RDMA WRITE request
Kaike Wan
2020-08-20
1
-0
/
+1
*
RDMA/bnxt_re: Do not add user qps to flushlist
Selvin Xavier
2020-08-20
1
-1
/
+2
*
RDMA/core: Fix spelling mistake "Could't" -> "Couldn't"
Colin Ian King
2020-08-20
1
-1
/
+1
*
RDMA/usnic: Fix spelling mistake "transistion" -> "transition"
Colin Ian King
2020-08-18
1
-1
/
+1
*
RDMA/hns: Fix spelling mistake "epmty" -> "empty"
Colin Ian King
2020-08-18
1
-1
/
+1
*
mm/gup: remove task_struct pointer for all gup code
Peter Xu
2020-08-12
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-08-07
121
-5992
/
+6077
|
\
|
*
RDMA/mlx5: Fix flow destination setting for RDMA TX flow table
Michael Guralnik
2020-08-06
1
-2
/
+4
|
*
RDMA/rxe: Remove pkey table
Kamal Heib
2020-07-31
6
-77
/
+13
|
*
RDMA/umem: Add a schedule point in ib_umem_get()
Eric Dumazet
2020-07-31
1
-0
/
+1
|
*
RDMA/hns: Fix the unneeded process when getting a general type of CQE error
Xi Wang
2020-07-30
2
-0
/
+10
|
*
RDMA/hns: Fix error during modify qp RTS2RTS
Lang Cheng
2020-07-30
1
-1
/
+3
|
*
RDMA/hns: Delete unnecessary memset when allocating VF resource
Lang Cheng
2020-07-30
1
-2
/
+0
|
*
RDMA/hns: Remove redundant parameters in set_rc_wqe()
Weihang Li
2020-07-30
1
-13
/
+17
|
*
RDMA/hns: Remove support for HIP08_A
Lang Cheng
2020-07-30
3
-65
/
+47
|
*
RDMA/hns: Refactor hns_roce_v2_set_hem()
Weihang Li
2020-07-30
1
-19
/
+26
|
*
RDMA/hns: Remove redundant hardware opcode definitions
Lang Cheng
2020-07-30
2
-30
/
+14
|
*
RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QP
Mark Zhang
2020-07-29
1
-3
/
+0
|
*
RDMA/rtrs: remove WQ_MEM_RECLAIM for rtrs_wq
Jack Wang
2020-07-29
2
-2
/
+2
|
*
RDMA/rtrs-clt: add an additional random 8 seconds before reconnecting
Danil Kipnis
2020-07-29
1
-2
/
+12
|
*
RDMA/cma: Execute rdma_cm destruction from a handler properly
Jason Gunthorpe
2020-07-29
1
-90
/
+84
|
*
RDMA/cma: Remove unneeded locking for req paths
Jason Gunthorpe
2020-07-29
1
-25
/
+6
|
*
RDMA/cma: Using the standard locking pattern when delivering the removal event
Jason Gunthorpe
2020-07-29
1
-26
/
+36
|
*
RDMA/cma: Simplify DEVICE_REMOVAL for internal_id
Jason Gunthorpe
2020-07-29
1
-1
/
+5
|
*
RDMA/efa: Add EFA 0xefa1 PCI ID
Gal Pressman
2020-07-29
1
-2
/
+4
|
*
RDMA/efa: User/kernel compatibility handshake mechanism
Gal Pressman
2020-07-29
1
-0
/
+40
|
*
RDMA/efa: Expose minimum SQ size
Gal Pressman
2020-07-29
4
-2
/
+5
|
*
RDMA/efa: Expose maximum TX doorbell batch
Gal Pressman
2020-07-29
4
-0
/
+14
|
*
IB/srpt: use new shared CQ mechanism
Yamin Friedman
2020-07-29
2
-8
/
+10
|
*
IB/isert: use new shared CQ mechanism
Yamin Friedman
2020-07-29
2
-153
/
+34
|
*
IB/iser: use new shared CQ mechanism
Yamin Friedman
2020-07-29
2
-106
/
+29
[next]