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
2020-03-13
RDMA/mlx5: Fix locking in MR cache work queue
Jason Gunthorpe
2
-46
/
+80
2020-03-13
RDMA/mlx5: Lock access to ent->available_mrs/limit when doing queue_work
Jason Gunthorpe
1
-15
/
+25
2020-03-13
RDMA/mlx5: Fix MR cache size and limit debugfs
Jason Gunthorpe
1
-64
/
+88
2020-03-13
RDMA/mlx5: Always remove MRs from the cache before destroying them
Jason Gunthorpe
1
-6
/
+13
2020-03-13
RDMA/mlx5: Simplify how the MR cache bucket is located
Jason Gunthorpe
3
-98
/
+71
2020-03-13
RDMA/mlx5: Rename the tracking variables for the MR cache
Jason Gunthorpe
2
-31
/
+42
2020-03-13
RDMA/mlx5: Replace spinlock protected write with atomic var
Saeed Mahameed
3
-10
/
+3
2020-03-13
{IB,net}/mlx5: Move asynchronous mkey creation to mlx5_ib
Michael Guralnik
1
-3
/
+3
2020-03-13
{IB,net}/mlx5: Assign mkey variant in mlx5_ib only
Saeed Mahameed
3
-10
/
+54
2020-03-13
{IB,net}/mlx5: Setup mkey variant before mr create command invocation
Saeed Mahameed
1
-5
/
+2
2020-03-13
RDMA/cm: Delete not implemented CM peer to peer communication
Leon Romanovsky
1
-7
/
+0
2020-03-13
RDMA/mlx5: Use offsetofend() instead of duplicated variant
Leon Romanovsky
2
-31
/
+27
2020-03-13
RDMA/mlx4: Delete duplicated offsetofend implementation
Leon Romanovsky
1
-6
/
+3
2020-03-13
RDMA/mad: Do not crash if the rdma device does not have a umad interface
Jason Gunthorpe
1
-11
/
+22
2020-03-13
RDMA/core: Fix missing error check on dev_set_name()
Jason Gunthorpe
1
-1
/
+3
2020-03-13
RDMA/nl: Do not permit empty devices names during RDMA_NLDEV_CMD_NEWLINK/SET
Jason Gunthorpe
1
-1
/
+5
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
15
-59
/
+95
2020-03-12
Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
1
-1
/
+2
2020-03-10
IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloads
Alex Vesker
1
-4
/
+2
2020-03-10
RDMA/mlx5: Remove duplicate definitions of SW_ICM macros
Erez Shitrit
1
-4
/
+0
2020-03-10
RDMA/mlx5: Fix the number of hwcounters of a dynamic counter
Mark Zhang
1
-2
/
+3
2020-03-10
RDMA/core: Remove the duplicate header file
Zhu Yanjun
1
-2
/
+0
2020-03-10
RDMA/bnxt_re: Remove a redundant 'memset'
Christophe JAILLET
1
-4
/
+1
2020-03-10
RDMA/odp: Fix leaking the tgid for implicit ODP
Jason Gunthorpe
1
-1
/
+1
2020-03-10
RDMA/cma: Teach lockdep about the order of rtnl and lock
Jason Gunthorpe
1
-0
/
+13
2020-03-10
RDMA/rw: map P2P memory correctly for signature operations
Max Gurtovoy
1
-6
/
+6
2020-03-10
Merge tag 'v5.6-rc5' into rdma.git for-next
Jason Gunthorpe
15
-59
/
+95
2020-03-10
Merge branch 'mlx5_packet_pacing' into rdma.git for-next
Jason Gunthorpe
4
-0
/
+144
2020-03-10
IB/mlx5: Introduce UAPIs to manage packet pacing
Yishai Hadas
4
-0
/
+144
2020-03-08
Merge branch 'efi/urgent' into efi/core, to pick up fixes
Ingo Molnar
15
-59
/
+95
2020-03-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
15
-59
/
+95
2020-03-06
RDMA/ipoib: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+2
2020-03-04
RDMA/hns: fix spelling mistake "attatch" -> "attach"
Colin Ian King
1
-1
/
+1
2020-03-04
RDMA/iwcm: Fix iwcm work deallocation
Bernard Metzler
1
-1
/
+3
2020-03-04
RDMA/siw: Fix failure handling during device creation
Bernard Metzler
1
-3
/
+3
2020-03-04
RDMA/siw: Fix passive connection establishment
Bernard Metzler
1
-106
/
+31
2020-03-04
IB/mlx5: Fix missing congestion control debugfs on rep rdma device
Parav Pandit
1
-0
/
+3
2020-03-04
IB/mlx5: Add np_min_time_between_cnps and rp_max_rate debug params
Parav Pandit
2
-0
/
+22
2020-03-04
RDMA/nldev: Fix crash when set a QP to a new counter but QPN is missing
Mark Zhang
1
-0
/
+2
2020-03-04
RDMA/odp: Ensure the mm is still alive before creating an implicit child
Jason Gunthorpe
1
-5
/
+19
2020-03-04
RDMA/core: Fix protection fault in ib_mr_pool_destroy
Maor Gottlieb
3
-19
/
+14
2020-03-04
IB/mlx5: Fix implicit ODP race
Artemy Kovalyov
2
-10
/
+8
2020-03-04
IB/mlx5: Optimize u64 division on 32-bit arches
Alexander Lobakin
1
-1
/
+2
2020-03-04
Merge tag 'v5.6-rc4' into rdma.git for-next
Jason Gunthorpe
18
-125
/
+184
2020-03-04
RDMA/providers: Fix return value when QP type isn't supported
Kamal Heib
13
-13
/
+13
2020-03-02
RDMA/mlx5: Prevent UMR usage with RO only when we have RO caps
Michael Guralnik
1
-1
/
+3
2020-03-02
RDMA/bnxt_re: Remove set but not used variables 'pg' and 'idx'
YueHaibing
1
-4
/
+0
2020-03-02
RDMA/bnxt_re: Remove set but not used variable 'dev_attr'
YueHaibing
1
-2
/
+0
2020-03-02
RDMA/bnxt_re: Remove set but not used variable 'pg_size'
YueHaibing
1
-2
/
+1
2020-03-02
RDMA/bnxt_re: Use driver_unregister and unregistration API
Selvin Xavier
1
-64
/
+42
[prev]
[next]