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
2021-09-27
RDMA/hfi1: Use struct_size() and flex_array_size() helpers
Gustavo A. R. Silva
1
-3
/
+2
2021-09-27
IB/hfi1: Add ring consumer and producers traces
Mike Marciniszyn
3
-22
/
+85
2021-09-27
IB/hfi1: Remove atomic completion count
Mike Marciniszyn
3
-12
/
+10
2021-09-27
IB/hfi1: Tune netdev xmit cachelines
Mike Marciniszyn
3
-52
/
+66
2021-09-27
IB/hfi1: Get rid of tx priv backpointer
Mike Marciniszyn
1
-5
/
+4
2021-09-27
IB/hfi1: Get rid of hot path divide
Mike Marciniszyn
2
-27
/
+11
2021-09-27
IB/hfi1: Remove cache and embed txreq in ring
Mike Marciniszyn
2
-128
/
+101
2021-09-27
RDMA/hns: Add the check of the CQE size of the user space
Wenpeng Liang
1
-9
/
+22
2021-09-27
RDMA/hns: Fix the size setting error when copying CQE in clean_cq()
Wenpeng Liang
1
-1
/
+1
2021-09-27
RDMA/hfi1: Fix kernel pointer leak
Guo Zhi
1
-4
/
+4
2021-09-24
RDMA/usnic: Lock VF with mutex instead of spinlock
Leon Romanovsky
3
-10
/
+10
2021-09-24
RDMA/rxe: Only allow invalidate for appropriate MRs
Bob Pearson
1
-0
/
+6
2021-09-24
RDMA/rxe: Create duplicate mapping tables for FMRs
Bob Pearson
5
-102
/
+161
2021-09-24
RDMA/rxe: Separate HW and SW l/rkeys
Bob Pearson
5
-51
/
+81
2021-09-24
RDMA/rxe: Cleanup MR status and type enums
Bob Pearson
2
-16
/
+13
2021-09-24
RDMA/rxe: Add memory barriers to kernel queues
Bob Pearson
9
-314
/
+189
2021-09-24
RDMA/hns: Work around broken constant propagation in gcc 8
Jason Gunthorpe
1
-5
/
+6
2021-09-23
RDMA/cma: Ensure rdma_addr_cancel() happens before issuing more requests
Jason Gunthorpe
2
-0
/
+24
2021-09-22
RDMA/cma: Do not change route.addr.src_addr.ss_family
Jason Gunthorpe
1
-2
/
+6
2021-09-20
RDMA/irdma: Report correct WC error when there are MW bind errors
Sindhu Devale
3
-0
/
+8
2021-09-20
RDMA/irdma: Report correct WC error when transport retry counter is exceeded
Sindhu Devale
3
-0
/
+6
2021-09-20
RDMA/irdma: Validate number of CQ entries on create CQ
Sindhu Devale
1
-1
/
+1
2021-09-20
RDMA/irdma: Skip CQP ring during a reset
Sindhu Devale
6
-10
/
+8
2021-09-20
RDMA/bnxt_re: Check if the vlan is valid before reporting
Selvin Xavier
1
-3
/
+9
2021-09-20
RDMA/bnxt_re: Correct FRMR size calculation
Selvin Xavier
1
-1
/
+2
2021-09-20
RDMA/bnxt_re: Use GFP_KERNEL in non atomic context
Selvin Xavier
2
-3
/
+3
2021-09-20
RDMA/bnxt_re: Fix FRMR issue with single page MR allocation
Selvin Xavier
1
-2
/
+3
2021-09-20
RDMA/bnxt_re: Fix query SRQ failure
Selvin Xavier
1
-1
/
+2
2021-09-20
RDMA/bnxt_re: Suppress unwanted error messages
Selvin Xavier
1
-3
/
+6
2021-09-20
RDMA/bnxt_re: Support multiple page sizes
Selvin Xavier
2
-14
/
+4
2021-09-20
RDMA/bnxt_re: Reduce the delay in polling for hwrm command completion
Selvin Xavier
2
-2
/
+2
2021-09-20
RDMA/bnxt_re: Use separate response buffer for stat_ctx_free
Edwin Peer
1
-3
/
+4
2021-09-20
RDMA/bnxt_re: Update statistics counter name
Selvin Xavier
2
-3
/
+3
2021-09-20
RDMA/bnxt_re: Add extended statistics counters
Selvin Xavier
10
-101
/
+401
2021-09-15
RDMA/cma: Fix listener leak in rdma_cma_listen_on_all() failure
Tao Liu
1
-3
/
+10
2021-09-14
RDMA/rxe: remove the unnecessary variable
Zhu Yanjun
2
-3
/
+0
2021-09-14
RDMA/rxe: remove the redundant variable
Zhu Yanjun
1
-4
/
+1
2021-09-14
RDMA/rxe: Fix wrong port_cap_flags
Junji Wei
1
-1
/
+1
2021-09-14
IB/cma: Do not send IGMP leaves for sendonly Multicast groups
Christoph Lameter
1
-1
/
+6
2021-09-13
IB/qib: Fix clang confusion of NULL pointer comparison
Jason Gunthorpe
1
-1
/
+1
2021-09-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
4
-6
/
+8
2021-09-08
IB/hfi1: make hist static
chongjiapeng
1
-1
/
+1
2021-09-08
RDMA/bnxt_re: Prefer kcalloc over open coded arithmetic
Len Baker
1
-2
/
+2
2021-09-08
IB/qib: Fix null pointer subtraction compiler warning
Jason Gunthorpe
1
-1
/
+3
2021-09-08
RDMA/mlx5: Fix xlt_chunk_align calculation
Niklas Schnelle
1
-1
/
+1
2021-09-08
RDMA/mlx5: Fix number of allocated XLT entries
Niklas Schnelle
1
-1
/
+1
2021-09-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
3
-6
/
+7
2021-09-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
201
-6440
/
+1787
2021-08-30
Merge branch 'sg_nents' into rdma.git for-next
Jason Gunthorpe
29
-116
/
+122
2021-08-30
RDMA/mlx5: Relax DCS QP creation checks
Lior Nahmanson
1
-2
/
+1
[prev]
[next]