index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-18
RDMA/mlx5: Enable sniffer when device is in switchdev mode
Maor Gottlieb
1
-1
/
+2
2020-08-18
RDMA/mlx5: Add new IB rates support
Mark Zhang
1
-3
/
+27
2020-08-18
RDMA/efa: Introduce SRD RNR retry
Gal Pressman
4
-9
/
+31
2020-08-18
RDMA/efa: Introduce SRD QP state machine
Gal Pressman
1
-2
/
+117
2020-08-18
RDMA/efa: Be consistent with modify QP bitmask
Gal Pressman
2
-16
/
+22
2020-08-18
RDMA/efa: Add a generic capability check helper
Gal Pressman
1
-6
/
+5
2020-08-18
RDMA: Remove constant domain argument from flow creation call
Leon Romanovsky
3
-31
/
+13
2020-08-18
RDMA/mlx5: Replace open-coded offsetofend() macro
Leon Romanovsky
4
-21
/
+19
2020-08-18
RDMA/mlx5: Simplify multiple else-if cases with switch keyword
Leon Romanovsky
1
-49
/
+75
2020-08-18
RDMA/usnic: Fix spelling mistake "transistion" -> "transition"
Colin Ian King
1
-1
/
+1
2020-08-18
RDMA/hns: Fix spelling mistake "epmty" -> "empty"
Colin Ian King
1
-1
/
+1
2020-08-12
mm/gup: remove task_struct pointer for all gup code
Peter Xu
1
-1
/
+1
2020-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
121
-5988
/
+6073
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
5
-60
/
+62
2020-08-05
RDMA/mlx5: Fix flow destination setting for RDMA TX flow table
Michael Guralnik
1
-2
/
+4
2020-08-04
Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+5
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
9
-18
/
+18
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
6
-51
/
+38
2020-07-31
RDMA/rxe: Remove pkey table
Kamal Heib
6
-77
/
+13
2020-07-31
RDMA/umem: Add a schedule point in ib_umem_get()
Eric Dumazet
1
-0
/
+1
2020-07-30
RDMA/hns: Fix the unneeded process when getting a general type of CQE error
Xi Wang
2
-0
/
+10
2020-07-30
RDMA/hns: Fix error during modify qp RTS2RTS
Lang Cheng
1
-1
/
+3
2020-07-30
RDMA/hns: Delete unnecessary memset when allocating VF resource
Lang Cheng
1
-2
/
+0
2020-07-30
RDMA/hns: Remove redundant parameters in set_rc_wqe()
Weihang Li
1
-13
/
+17
2020-07-30
RDMA/hns: Remove support for HIP08_A
Lang Cheng
3
-63
/
+45
2020-07-30
RDMA/hns: Refactor hns_roce_v2_set_hem()
Weihang Li
1
-19
/
+26
2020-07-30
RDMA/hns: Remove redundant hardware opcode definitions
Lang Cheng
2
-30
/
+14
2020-07-30
RDMA/core: Free DIM memory in error unwind
Leon Romanovsky
1
-0
/
+1
2020-07-30
RDMA/core: Stop DIM before destroying CQ
Leon Romanovsky
1
-3
/
+10
2020-07-30
RDMA/mlx5: Initialize QP mutex for the debug kernels
Leon Romanovsky
1
-4
/
+1
2020-07-29
IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQE
Mike Marciniszyn
2
-32
/
+5
2020-07-29
RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QP
Mark Zhang
1
-3
/
+0
2020-07-29
RDMA/rtrs: remove WQ_MEM_RECLAIM for rtrs_wq
Jack Wang
2
-2
/
+2
2020-07-29
RDMA/rtrs-clt: add an additional random 8 seconds before reconnecting
Danil Kipnis
1
-2
/
+12
2020-07-29
RDMA/mlx5: Allow providing extra scatter CQE QP flag
Leon Romanovsky
1
-9
/
+15
2020-07-29
RDMA/cma: Execute rdma_cm destruction from a handler properly
Jason Gunthorpe
1
-90
/
+84
2020-07-29
RDMA/cma: Remove unneeded locking for req paths
Jason Gunthorpe
1
-25
/
+6
2020-07-29
RDMA/cma: Using the standard locking pattern when delivering the removal event
Jason Gunthorpe
1
-26
/
+36
2020-07-29
RDMA/cma: Simplify DEVICE_REMOVAL for internal_id
Jason Gunthorpe
1
-1
/
+5
2020-07-29
RDMA/efa: Add EFA 0xefa1 PCI ID
Gal Pressman
1
-2
/
+4
2020-07-29
RDMA/efa: User/kernel compatibility handshake mechanism
Gal Pressman
1
-0
/
+40
2020-07-29
RDMA/efa: Expose minimum SQ size
Gal Pressman
4
-2
/
+5
2020-07-29
RDMA/efa: Expose maximum TX doorbell batch
Gal Pressman
4
-0
/
+14
2020-07-29
IB/srpt: use new shared CQ mechanism
Yamin Friedman
2
-8
/
+10
2020-07-29
IB/isert: use new shared CQ mechanism
Yamin Friedman
2
-153
/
+34
2020-07-29
IB/iser: use new shared CQ mechanism
Yamin Friedman
2
-106
/
+29
2020-07-28
RDMA/mlx5: Delete unreachable code
Leon Romanovsky
2
-9
/
+4
2020-07-27
qed: fix assignment of n_rq_elems to incorrect params field
Colin Ian King
1
-1
/
+1
2020-07-27
bnxt_en: Update firmware interface to 1.10.1.54.
Michael Chan
1
-1
/
+1
2020-07-27
RDMA/core: Fix return error value in _ib_modify_qp() to negative
Li Heng
1
-1
/
+1
[prev]
[next]