index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx4
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
IB/mlx4: Fix starvation in paravirt mux/demux
Håkon Bugge
2020-08-24
2
-3
/
+33
*
|
IB/mlx4: Separate tunnel and wire bufs parameters
Håkon Bugge
2020-08-24
2
-21
/
+26
*
|
IB/mlx4: Add support for MRA
Håkon Bugge
2020-08-24
1
-2
/
+3
*
|
IB/mlx4: Add and improve logging
Håkon Bugge
2020-08-24
2
-47
/
+40
*
|
RDMA: Remove constant domain argument from flow creation call
Leon Romanovsky
2020-08-18
1
-23
/
+8
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-08-07
3
-25
/
+17
|
\
|
*
RDMA: Move XRCD to be under ib_core responsibility
Leon Romanovsky
2020-07-07
1
-22
/
+15
|
*
IB/uverbs: Set IOVA on IB MR in uverbs layer
Yishai Hadas
2020-07-07
1
-1
/
+0
|
*
RDMA: Remove the udata parameter from alloc_mr callback
Gal Pressman
2020-07-07
2
-2
/
+2
*
|
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-3
/
+3
|
/
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-13
1
-1
/
+1
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-2
/
+2
*
RDMA/mlx4: Remove FMR support for memory registration
Max Gurtovoy
2020-06-03
3
-120
/
+0
*
Merge tag 'v5.7-rc6' into rdma.git for-next
Jason Gunthorpe
2020-05-21
2
-4
/
+13
|
\
|
*
IB/mlx4: Test return value of calls to ib_get_cached_pkey
Jack Morgenstein
2020-05-12
1
-3
/
+11
|
*
RDMA/mlx4: Initialize ib_spec on the stack
Alaa Hleihel
2020-04-15
1
-1
/
+2
*
|
RDMA: Group create AH arguments in struct
Maor Gottlieb
2020-05-03
2
-5
/
+8
|
/
*
RDMA/mlx4: Delete duplicated offsetofend implementation
Leon Romanovsky
2020-03-13
1
-6
/
+3
*
RDMA/providers: Fix return value when QP type isn't supported
Kamal Heib
2020-03-04
1
-1
/
+1
*
IB/mlx4: Fix leak in id_map_find_del
Håkon Bugge
2020-01-27
1
-26
/
+3
*
Merge tag 'rds-odp-for-5.5' into rdma.git for-next
Jason Gunthorpe
2020-01-21
5
-9
/
+12
|
\
|
*
IB: Allow calls to ib_umem_get from kernel ULPs
Moni Shoua
2020-01-16
5
-9
/
+12
*
|
IB/mlx4: Fix memory leak in add_gid error flow
Jack Morgenstein
2020-01-16
1
-4
/
+16
*
|
RDMA/mlx4: use true,false for bool variable
zhengbin
2020-01-04
1
-2
/
+2
*
|
RDMA/mlx4: Redo TX checksum offload in line with docs
Eugene Crosser
2020-01-03
1
-11
/
+7
|
/
*
IB/mlx4: Follow mirror sequence of device add during device removal
Parav Pandit
2019-12-12
1
-4
/
+5
*
IB/mlx4: Update HW GID table while adding vlan GID
Danit Goldberg
2019-11-19
2
-1
/
+9
*
IB/umem: remove the dmasync argument to ib_umem_get
Christoph Hellwig
2019-11-17
5
-7
/
+6
*
RDMA: Change MAD processing function to remove extra casting and parameter
Leon Romanovsky
2019-11-13
2
-18
/
+14
*
RDMA/mad: Do not check MAD sizes in roce and ib drivers
Leon Romanovsky
2019-11-06
1
-4
/
+0
*
RDMA/mad: Allocate zeroed MAD buffer
Leon Romanovsky
2019-11-06
1
-1
/
+0
*
RDMA: Connect between the mmap entry and the umap_priv structure
Michal Kalderon
2019-11-06
1
-3
/
+6
*
Merge tag 'v5.3-rc8' into rdma.git for-next
Jason Gunthorpe
2019-09-13
1
-2
/
+2
|
\
|
*
IB/mlx4: Fix memory leaks
Wenwen Wang
2019-08-20
1
-2
/
+2
*
|
RDMA: Introduce ib_port_phys_state enum
Kamal Heib
2019-08-12
1
-1
/
+2
*
|
RDMA/mlx4: Annotate boolean arguments as bool and not int
Leon Romanovsky
2019-07-25
1
-4
/
+4
*
|
RDMA/mlx4: Separate creation of RWQ and QP
Leon Romanovsky
2019-07-25
1
-82
/
+154
*
|
RDMA/mlx4: Untag user pointers in mlx4_get_umem_mr
Andrey Konovalov
2019-07-24
1
-3
/
+4
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-07-16
6
-64
/
+45
|
\
|
*
Merge tag 'v5.2-rc6' into rdma.git for-next
Jason Gunthorpe
2019-06-29
2
-0
/
+2
|
|
\
|
*
|
RDMA: Check umem pointer validity prior to release
Leon Romanovsky
2019-06-20
3
-17
/
+11
|
*
|
RDMA: Convert destroy_wq to be void
Leon Romanovsky
2019-06-20
2
-4
/
+2
|
*
|
RDMA: Convert CQ allocations to be under core responsibility
Leon Romanovsky
2019-06-11
3
-20
/
+11
|
*
|
RDMA: Clean destroy CQ in drivers do not return errors
Leon Romanovsky
2019-06-11
2
-4
/
+2
|
*
|
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
-7
/
+8
|
*
|
RDMA: Move driver_id into struct ib_device_ops
Jason Gunthorpe
2019-06-10
1
-1
/
+2
|
*
|
IB/mlx4: Delete unused func arg
Yuval Shaia
2019-05-21
1
-5
/
+3
|
*
|
RDMA/umem: Move page_shift from ib_umem to ib_odp_umem
Jason Gunthorpe
2019-05-21
2
-5
/
+5
*
|
|
timekeeping: Use proper clock specifier names in functions
Jason A. Donenfeld
2019-06-22
1
-3
/
+3
|
|
/
|
/
|
[prev]
[next]