index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx5
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-14
RDMA/mlx5: Don't access NULL-cleared mpi pointer
Leon Romanovsky
1
-1
/
+1
2021-07-14
RDMA/mlx5: Don't add slave port to unaffiliated list
Leon Romanovsky
1
-2
/
+2
2021-05-26
RDMA/mlx5: Recover from fatal event in dual port mode
Maor Gottlieb
1
-0
/
+1
2021-03-04
IB/mlx5: Return appropriate error code instead of ENOMEM
Parav Pandit
1
-2
/
+1
2021-03-04
IB/mlx5: Add mutex destroy call to cap_mask_mutex mutex
Parav Pandit
1
-6
/
+5
2021-02-03
Revert "RDMA/mlx5: Fix devlink deadlock on net namespace deletion"
Parav Pandit
1
-4
/
+2
2021-01-19
IB/mlx5: Fix error unwinding when set_has_smi_cap fails
Parav Pandit
1
-1
/
+1
2021-01-19
RDMA/mlx5: Fix wrong free of blue flame register on error
Mark Bloch
1
-1
/
+1
2020-10-26
RDMA/mlx5: Fix devlink deadlock on net namespace deletion
Parav Pandit
1
-2
/
+4
2020-10-16
RDMA: Explicitly pass in the dma_device to ib_register_device
Jason Gunthorpe
1
-1
/
+1
2020-10-01
RDMA/core: Modify enum ib_gid_type and enum rdma_network_type
Avihai Horon
1
-2
/
+2
2020-09-29
RDMA/mlx5: Reuse existing fields in parent QP storage object
Leon Romanovsky
1
-5
/
+1
2020-09-18
RDMA/mlx5: Disable IB_DEVICE_MEM_MGT_EXTENSIONS if IB_WR_REG_MR can't work
Jason Gunthorpe
1
-1
/
+3
2020-09-18
Merge branch 'mlx_sw_owner_v2' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+3
2020-09-18
Merge branch 'mlx5_active_speed' into rdma.git for-next
Jason Gunthorpe
1
-26
/
+15
2020-09-18
RDMA: Fix link active_speed size
Aharon Landau
1
-6
/
+2
2020-09-18
RDMA/mlx5: Allow DM allocation for sw_owner_v2 enabled devices
Alex Vesker
1
-1
/
+3
2020-09-17
RDMA: Convert RWQ table logic to ib_core allocation scheme
Leon Romanovsky
1
-0
/
+3
2020-09-17
RDMA: Clean MW allocation and free flows
Leon Romanovsky
1
-0
/
+2
2020-09-17
RDMA/mlx5: Delete duplicated mlx5_ptys_width enum
Aharon Landau
1
-14
/
+6
2020-09-17
net/mlx5: Refactor query port speed functions
Aharon Landau
1
-13
/
+14
2020-09-09
RDMA: Restore ability to fail on PD deallocate
Leon Romanovsky
1
-2
/
+2
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
1
-2880
/
+374
2020-07-28
RDMA/mlx5: Delete unreachable code
Leon Romanovsky
1
-3
/
+0
2020-07-08
IB/mlx5: Fix 50G per lane indication
Aya Levin
1
-1
/
+1
2020-07-07
RDMA/mlx5: Delete one-time used functions
Leon Romanovsky
1
-277
/
+198
2020-07-07
RDMA/mlx5: Cleanup DEVX initialization flow
Leon Romanovsky
1
-24
/
+5
2020-07-07
RDMA/mlx5: Separate flow steering logic from main.c
Leon Romanovsky
1
-1714
/
+7
2020-07-07
RDMA/mlx5: Separate counters from main.c
Leon Romanovsky
1
-693
/
+8
2020-07-07
RDMA/mlx5: Separate restrack callbacks initialization from main.c
Leon Romanovsky
1
-34
/
+9
2020-07-07
RDMA/mlx5: Limit the scope of mlx5_ib_enable_driver function
Leon Romanovsky
1
-12
/
+12
2020-07-06
RDMA: Move XRCD to be under ib_core responsibility
Leon Romanovsky
1
-0
/
+2
2020-07-06
RDMA/core: Create and destroy counters in the ib_core
Leon Romanovsky
1
-14
/
+6
2020-07-06
RDMA/mlx5: Introduce UAPI to query PD attributes
Yishai Hadas
1
-0
/
+1
2020-07-06
RDMA/mlx5: Implement the query ucontext functionality
Yishai Hadas
1
-0
/
+35
2020-07-06
RDMA/mlx5: Refactor mlx5_ib_alloc_ucontext() response
Yishai Hadas
1
-103
/
+93
2020-07-06
RDMA/mlx5: Get XRCD number directly for the internal use
Leon Romanovsky
1
-25
/
+14
2020-06-24
RDMA/mlx5: Add support to get MR resource in RAW format
Maor Gottlieb
1
-0
/
+1
2020-06-24
RDMA/mlx5: Add support to get CQ resource in RAW format
Maor Gottlieb
1
-0
/
+1
2020-06-24
RDMA/mlx5: Add support to get QP resource in RAW format
Maor Gottlieb
1
-0
/
+1
2020-06-23
RDMA: Add dedicated MR resource tracker function
Maor Gottlieb
1
-2
/
+2
2020-06-02
RDMA: Remove 'max_map_per_fmr'
Jason Gunthorpe
1
-1
/
+0
2020-05-29
RDMA/mlx5: Support TX port affinity for VF drivers in LAG mode
Mark Zhang
1
-1
/
+1
2020-05-27
RDMA/mlx5: Set ECE options during modify QP
Leon Romanovsky
1
-0
/
+3
2020-05-21
RDMA/core: Allow the ioctl layer to abort a fully created uobject
Jason Gunthorpe
1
-18
/
+6
2020-05-17
RDMA/mlx5: Update mlx5_ib driver name
Shay Drory
1
-10
/
+1
2020-05-13
RDMA/mlx5: Add support in steering default miss
Maor Gottlieb
1
-5
/
+4
2020-05-13
Merge branch 'mellanox/mlx5-next' into rdma.git for/next
Jason Gunthorpe
1
-37
/
+10
2020-05-13
{IB/net}/mlx5: Simplify don't trap code
Maor Gottlieb
1
-37
/
+10
[next]