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
/
infiniband
/
hw
/
qedr
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
4
-14
/
+18
2021-04-12
RDMA/qedr: Fix error return code in qedr_iw_connect()
Wang Wensheng
1
-1
/
+3
2021-04-07
RDMA/qedr: Fix kernel panic when trying to access recv_cq
Kamal Heib
1
-1
/
+2
2021-03-26
RDMA: Support more than 255 rdma ports
Mark Bloch
3
-13
/
+15
2021-02-16
RDMA/qedr: Use true and false for bool variable
Jiapeng Chong
1
-4
/
+4
2021-02-08
RDMA/qedr: Remove in_irq() usage from debug output
Sebastian Andrzej Siewior
1
-2
/
+2
2020-12-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-34
/
+18
2020-12-01
RDMA/qedr: iWARP invalid(zero) doorbell address fix
Alok Prasad
1
-0
/
+9
2020-11-23
IB/qedr: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-11-17
Merge branch 'for-rc' into rdma.git
Jason Gunthorpe
1
-0
/
+1
2020-10-28
RDMA/qedr: Fix memory leak in iWARP CM
Alok Prasad
1
-0
/
+1
2020-10-26
RDMA: Convert sysfs device * show functions to use sysfs_emit()
Joe Perches
1
-5
/
+4
2020-10-26
RDMA: Remove uverbs cmds from drivers that don't use them
Jason Gunthorpe
1
-7
/
+0
2020-10-26
RDMA: Check create_flags during create_qp
Jason Gunthorpe
1
-0
/
+3
2020-10-26
RDMA: Check flags during create_cq
Jason Gunthorpe
1
-0
/
+3
2020-10-26
RDMA: Check attr_mask during modify_qp
Jason Gunthorpe
1
-0
/
+3
2020-10-26
RDMA: Check srq_type during create_srq
Jason Gunthorpe
2
-3
/
+4
2020-10-26
RDMA: Move more uverbs_cmd_mask settings to the core
Jason Gunthorpe
1
-7
/
+1
2020-10-26
RDMA: Remove elements in uverbs_cmd_mask that all drivers set
Jason Gunthorpe
1
-14
/
+1
2020-10-16
RDMA: Explicitly pass in the dma_device to ib_register_device
Jason Gunthorpe
1
-1
/
+2
2020-10-01
RDMA/core: Modify enum ib_gid_type and enum rdma_network_type
Avihai Horon
1
-1
/
+3
2020-10-01
RDMA/qedr: Endianness warnings cleanup
Alok Prasad
1
-2
/
+2
2020-09-29
RDMA/drivers: Remove udata check from special QP
Leon Romanovsky
1
-8
/
+0
2020-09-18
RDMA/qedr: Fix resource leak in qedr_create_qp
Keita Suzuki
1
-25
/
+27
2020-09-18
Merge branch 'mlx5_active_speed' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+1
2020-09-18
RDMA: Fix link active_speed size
Aharon Landau
1
-1
/
+1
2020-09-16
RDMA/qedr: Add support for user mode XRC-SRQ's
Yuval Basson
4
-92
/
+254
2020-09-11
RDMA/qedr: Fix function prototype parameters alignment
Michal Kalderon
1
-2
/
+2
2020-09-11
RDMA/qedr: Fix inline size returned for iWARP
Michal Kalderon
1
-1
/
+1
2020-09-11
RDMA/qedr: Fix iWARP active mtu display
Michal Kalderon
2
-1
/
+9
2020-09-11
RDMA/qedr: Fix return code if accept is called on a destroyed qp
Michal Kalderon
1
-2
/
+4
2020-09-11
RDMA/qedr: Fix use of uninitialized field
Michal Kalderon
1
-1
/
+1
2020-09-11
RDMA/qedr: Fix doorbell setting
Michal Kalderon
1
-1
/
+1
2020-09-11
RDMA/qedr: Fix qp structure memory leak
Michal Kalderon
1
-0
/
+2
2020-09-11
RDMA/qedr: Remove fbo and zbva from the MR
Jason Gunthorpe
1
-4
/
+0
2020-09-11
RDMA/qedr: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()
Jason Gunthorpe
1
-4
/
+3
2020-09-11
RDMA/qedr: Use rdma_umem_for_each_dma_block() instead of open-coding
Jason Gunthorpe
1
-25
/
+16
2020-09-09
RDMA: Allow fail of destroy CQ
Leon Romanovsky
2
-3
/
+4
2020-09-09
RDMA: Restore ability to fail on SRQ destroy
Leon Romanovsky
2
-2
/
+3
2020-09-09
RDMA: Restore ability to fail on AH destroy
Leon Romanovsky
2
-2
/
+3
2020-09-09
RDMA: Restore ability to fail on PD deallocate
Leon Romanovsky
2
-2
/
+3
2020-09-02
RDMA/qedr: Fix reported max_pkeys
Kamal Heib
1
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
4
-25
/
+30
2020-07-27
qed: fix assignment of n_rq_elems to incorrect params field
Colin Ian King
1
-1
/
+1
2020-07-22
qed: add support for different page sizes for chains
Alexander Lobakin
1
-0
/
+2
2020-07-22
qed: simplify chain allocation with init params struct
Alexander Lobakin
2
-57
/
+58
2020-07-20
RDMA/qedr: Remove the query_pkey callback
Kamal Heib
2
-3
/
+1
2020-07-16
RDMA/qedr: Add EDPM max size to alloc ucontext response
Michal Kalderon
1
-3
/
+6
2020-07-16
RDMA/qedr: Add EDPM mode type for user-fw compatibility
Michal Kalderon
2
-3
/
+9
[next]