index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
qedr
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/qedr: Add support for user mode XRC-SRQ's
Yuval Basson
2020-09-16
1
-0
/
+19
*
RDMA/qedr: Fix iWARP active mtu display
Michal Kalderon
2020-09-11
1
-0
/
+7
*
RDMA/qedr: Fix use of uninitialized field
Michal Kalderon
2020-09-11
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-08-06
1
-2
/
+1
|
\
|
*
RDMA/qedr: Remove the query_pkey callback
Kamal Heib
2020-07-20
1
-2
/
+1
*
|
qed: simplify chain allocation with init params struct
Alexander Lobakin
2020-07-22
1
-9
/
+11
|
/
*
RDMA: Remove 'max_fmr'
Jason Gunthorpe
2020-06-02
1
-1
/
+0
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-11-27
1
-2
/
+3
|
\
|
*
RDMA/qedr: Remove unsupported modify_port callback
Kamal Heib
2019-11-06
1
-1
/
+0
|
*
RDMA/qedr: Use the common mmap API
Michal Kalderon
2019-11-06
1
-0
/
+1
|
*
RDMA/qedr: Fix qpids xarray api used
Michal Kalderon
2019-10-28
1
-1
/
+1
|
*
RDMA/qedr: Fix srqs xarray initialization
Michal Kalderon
2019-10-28
1
-0
/
+1
*
|
RDMA/qedr: Fix reported firmware version
Kamal Heib
2019-10-18
1
-1
/
+1
|
/
*
Merge branch 'wip/dl-for-rc' into wip/dl-for-next
Doug Ledford
2019-07-29
1
-2
/
+8
|
\
|
*
RDMA/qedr: Fix the hca_type and hca_rev returned in device attributes
Michal Kalderon
2019-07-29
1
-2
/
+8
*
|
qed*: Change dpi_addr to be denoted with __iomem
Michal Kalderon
2019-07-25
1
-1
/
+1
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-07-15
1
-3
/
+5
|
\
|
*
RDMA: Convert CQ allocations to be under core responsibility
Leon Romanovsky
2019-06-11
1
-0
/
+1
|
*
RDMA: Move owner into struct ib_device_ops
Jason Gunthorpe
2019-06-10
1
-1
/
+1
|
*
RDMA: Move uverbs_abi_ver into struct ib_device_ops
Jason Gunthorpe
2019-06-10
1
-1
/
+1
|
*
RDMA: Move driver_id into struct ib_device_ops
Jason Gunthorpe
2019-06-10
1
-1
/
+2
*
|
qed*: Add iWARP 100g support
Michal Kalderon
2019-05-26
1
-0
/
+13
*
|
qedr: Change the MSI-X vectors selection to be based on affined engine
Michal Kalderon
2019-05-26
1
-2
/
+7
*
|
qed*: Change hwfn used for sb initialization
Michal Kalderon
2019-05-26
1
-1
/
+2
|
/
*
RDMA: Get rid of iw_cm_verbs
Kamal Heib
2019-05-03
1
-15
/
+10
*
RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()
Jason Gunthorpe
2019-04-09
1
-15
/
+4
*
RDMA: Handle SRQ allocations by IB/core
Leon Romanovsky
2019-04-08
1
-0
/
+1
*
RDMA: Handle AH allocations by IB/core
Leon Romanovsky
2019-04-08
1
-0
/
+2
*
qedr: Convert srqidr to XArray
Matthew Wilcox
2019-03-29
1
-4
/
+3
*
qedr: Convert qpidr to XArray
Matthew Wilcox
2019-03-29
1
-2
/
+1
*
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
2019-02-22
1
-0
/
+1
*
RDMA: Handle PD allocations by IB/core
Leon Romanovsky
2019-02-08
1
-0
/
+1
*
RDMA: Provide safe ib_alloc_device() function
Leon Romanovsky
2019-01-30
1
-1
/
+1
*
RDMA: Introduce and use rdma_device_to_ibdev()
Parav Pandit
2019-01-14
1
-1
/
+2
*
RDMA: Rename port_callback to init_port
Parav Pandit
2019-01-14
1
-1
/
+1
*
RDMA/qedr: Initialize ib_device_ops struct
Kamal Heib
2018-12-12
1
-51
/
+52
*
RDMA/drivers: Use core provided API for registering device attributes
Parav Pandit
2018-10-17
1
-40
/
+29
*
RDMA: Fully setup the device name in ib_register_device
Jason Gunthorpe
2018-09-26
1
-3
/
+1
*
qedr: Add user space support for SRQ
Yuval Bason
2018-08-14
1
-23
/
+75
*
qedr: Add support for kernel mode SRQ's
Yuval Bason
2018-08-14
1
-0
/
+5
*
qedr: Add wrapping generic structure for qpidr and adjust idr routines.
Yuval Bason
2018-08-14
1
-2
/
+2
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-2
/
+2
*
Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-04-06
1
-6
/
+3
|
\
|
*
RDMA/providers: Simplify query_gid callback of RoCE providers
Parav Pandit
2018-04-03
1
-1
/
+0
|
*
IB/qedr: Remove GID add/del dummy routines
Parav Pandit
2018-04-03
1
-3
/
+0
|
*
qedr: Fix spelling mistake: "hanlde" -> "handle"
Colin Ian King
2018-03-29
1
-2
/
+2
|
*
IB/uverbs: Extend uverbs_ioctl header with driver_id
Matan Barak
2018-03-19
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-01
1
-1
/
+2
|
\
\
|
*
|
RDMA/qedr: Fix rc initialization on CNQ allocation failure
Kalderon, Michal
2018-03-21
1
-1
/
+2
|
|
/
*
|
net: Drop NETDEV_UNREGISTER_FINAL
Kirill Tkhai
2018-03-26
1
-2
/
+2
|
/
[next]