index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx5
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs
Shamir Rabinovitch
2019-02-15
3
-38
/
+49
*
RDMA/mlx5: Fix memory leak in case we fail to add an IB device
Mark Bloch
2019-02-11
1
-1
/
+3
*
IB/mlx5: Fix bad flow upon DEVX mkey creation
Yishai Hadas
2019-02-11
1
-2
/
+3
*
RDMA: Handle PD allocations by IB/core
Leon Romanovsky
2019-02-09
1
-25
/
+23
*
IB/mlx5: Simplify WQE count power of two check
Gal Pressman
2019-02-07
1
-3
/
+3
*
IB/mlx5: Do not use hw_access_flags for be and CPU data
Bart Van Assche
2019-02-05
1
-8
/
+8
*
Merge tag 'v5.0-rc5' into rdma.git for-next
Jason Gunthorpe
2019-02-04
3
-14
/
+15
|
\
|
*
RDMA/mlx5: Fix flow creation on representors
Mark Bloch
2019-01-25
1
-2
/
+1
|
*
IB/mlx5: Fix how advise_mr() launches async work
Jason Gunthorpe
2019-01-21
1
-5
/
+5
|
*
RDMA/mlx5: Fix check for supported user flags when creating a QP
Mark Bloch
2019-01-21
1
-7
/
+9
*
|
IB/mlx5: Advertise XRC ODP support
Moni Shoua
2019-02-04
1
-0
/
+18
*
|
IB/mlx5: Advertise SRQ ODP support for supported transports
Moni Shoua
2019-02-04
1
-0
/
+6
*
|
IB/mlx5: Add ODP SRQ support
Moni Shoua
2019-02-04
1
-23
/
+61
*
|
IB/mlx5: Let read user wqe also from SRQ buffer
Moni Shoua
2019-02-04
3
-55
/
+166
*
|
IB/mlx5: Add XRC initiator ODP support
Moni Shoua
2019-02-04
1
-1
/
+5
*
|
IB/mlx5: Clean mlx5_ib_mr_responder_pfault_handler() signature
Moni Shoua
2019-02-04
1
-7
/
+7
*
|
IB/mlx5: Remove useless check in ODP handler
Moni Shoua
2019-02-04
1
-7
/
+2
*
|
IB/mlx5: Fix the locking of SRQ objects in ODP events
Moni Shoua
2019-02-04
4
-18
/
+17
*
|
IB/mlx5: Consider vlan of lower netdev for macvlan GID entries
Parav Pandit
2019-01-31
1
-6
/
+34
*
|
RDMA: Provide safe ib_alloc_device() function
Leon Romanovsky
2019-01-30
2
-2
/
+2
*
|
IB/mlx5: Remove set but not used variable
Kamal Heib
2019-01-30
1
-3
/
+1
*
|
IB/mlx5: Make mlx5_ib_stage_odp_cleanup() static
Kamal Heib
2019-01-30
1
-1
/
+1
*
|
Merge branch 'devx-async' into k.o/for-next
Jason Gunthorpe
2019-01-29
6
-40
/
+372
|
\
\
|
*
|
IB/mlx5: Implement DEVX hot unplug for async command FD
Yishai Hadas
2019-01-29
1
-2
/
+20
|
*
|
IB/mlx5: Implement the file ops of DEVX async command FD
Yishai Hadas
2019-01-29
1
-2
/
+55
|
*
|
IB/mlx5: Introduce async DEVX obj query API
Yishai Hadas
2019-01-29
1
-1
/
+163
|
*
|
IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_CMD_FD
Yishai Hadas
2019-01-29
1
-0
/
+83
|
*
|
net/mlx5: Make mlx5_cmd_exec_cb() a safe API
Jason Gunthorpe
2019-01-24
2
-32
/
+9
|
*
|
RDMA/mad: Reduce MAD scope to mlx5_ib only
Leon Romanovsky
2019-01-15
4
-7
/
+46
|
|
/
*
|
IB/mlx5: Ranges in implicit ODP MR inherit its write access
Moni Shoua
2019-01-24
1
-1
/
+1
*
|
IB/mlx5: Declare local functions 'static'
Bart Van Assche
2019-01-24
1
-1
/
+1
*
|
infiniband: mlx5: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-01-24
4
-64
/
+19
*
|
IB/mlx5: Don't override existing ip_protocol
Maor Gottlieb
2019-01-22
1
-16
/
+37
*
|
IB/mlx5: Add support for ODP for DEVX indirection mkey
Yishai Hadas
2019-01-22
1
-5
/
+21
*
|
IB/mlx5: Manage indirection mkey upon DEVX flow for ODP
Yishai Hadas
2019-01-22
3
-1
/
+95
*
|
IB/mlx5: DEVX handling for indirection MKEY
Yishai Hadas
2019-01-22
1
-2
/
+36
*
|
RDMA/mlx5: Replace kzalloc with kcalloc
Gustavo A. R. Silva
2019-01-15
1
-1
/
+1
*
|
RDMA: Introduce and use rdma_device_to_ibdev()
Parav Pandit
2019-01-14
1
-5
/
+8
*
|
RDMA: Rename port_callback to init_port
Parav Pandit
2019-01-14
1
-1
/
+1
*
|
RDMA: Clear PD objects during their allocation
Leon Romanovsky
2019-01-11
1
-1
/
+1
*
|
IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata
Jason Gunthorpe
2019-01-11
8
-49
/
+45
*
|
IB/{core,uverbs}: Move ib_umem_xxx functions from ib_core to ib_uverbs
Shamir Rabinovitch
2019-01-11
1
-1
/
+0
*
|
RDMA/mlx5: Embed into the code flow the ODP config option
Leon Romanovsky
2019-01-09
3
-41
/
+33
*
|
RDMA/mlx5: Introduce and reuse helper to identify ODP MR
Leon Romanovsky
2019-01-09
3
-13
/
+16
*
|
RDMA/core: Don't depend device ODP capabilities on kconfig option
Leon Romanovsky
2019-01-09
1
-5
/
+5
*
|
RDMA: Clean structures from CONFIG_INFINIBAND_ON_DEMAND_PAGING
Leon Romanovsky
2019-01-09
1
-2
/
+0
|
/
*
Revert "IB/mlx5: Fix long EEH recover time with NVMe offloads"
Leon Romanovsky
2019-01-02
1
-16
/
+3
*
IB/mlx5: Allow XRC INI usage via verbs in DEVX context
Yishai Hadas
2019-01-02
1
-1
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-12-28
13
-573
/
+928
|
\
|
*
RDMA/mlx5: Signedness bug in UVERBS_HANDLER()
Dan Carpenter
2018-12-23
1
-1
/
+1
[next]