index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mlx5
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-07
RDMA/mlx5: Fix compilation warning when USER_ACCESS isn't set
Mark Bloch
1
-2
/
+0
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-03-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
12
-83
/
+993
2025-03-18
RDMA/mlx5: Fix calculation of total invalidated pages
Chiara Meiohas
1
-4
/
+6
2025-03-18
RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow
Patrisious Haddad
1
-1
/
+1
2025-03-18
RDMA/mlx5: Fix page_size variable overflow
Michael Guralnik
1
-4
/
+4
2025-03-18
RDMA/mlx5: Drop access_flags from _mlx5_mr_cache_alloc()
Michael Guralnik
1
-4
/
+3
2025-03-18
RDMA/mlx5: Fix cache entry update on dereg error
Michael Guralnik
1
-1
/
+3
2025-03-18
RDMA/mlx5: Fix MR cache initialization error flow
Michael Guralnik
1
-11
/
+22
2025-03-18
RDMA/mlx5: Support optional-counters binding for QPs
Patrisious Haddad
4
-10
/
+544
2025-03-18
RDMA/mlx5: Compile fs.c regardless of INFINIBAND_USER_ACCESS config
Patrisious Haddad
4
-22
/
+7
2025-03-18
RDMA/core: Pass port to counter bind/unbind operations
Patrisious Haddad
1
-2
/
+2
2025-03-18
RDMA/core: Create and destroy rdma_counter using rdma_zalloc_drv_obj()
Patrisious Haddad
2
-0
/
+19
2025-03-18
RDMA/mlx5: Add optional counters for RDMA_TX/RX_packets/bytes
Patrisious Haddad
3
-5
/
+131
2025-03-09
RDMA/mlx5: Expose RDMA TRANSPORT flow table types to userspace
Patrisious Haddad
3
-13
/
+146
2025-03-09
RDMA/mlx5: Check enabled UCAPs when creating ucontext
Chiara Meiohas
3
-8
/
+58
2025-03-09
RDMA/mlx5: Create UCAP char devices for supported device capabilities
Chiara Meiohas
1
-0
/
+47
2025-03-06
RDMA/mlx5: Handle errors returned from mlx5r_ib_rate()
Qasim Ijaz
1
-5
/
+9
2025-03-03
RDMA/mlx5: Reorder capability check last
Christian Göttsche
1
-4
/
+6
2025-02-23
RDMA/mlx5: Fix bind QP error cleanup flow
Patrisious Haddad
1
-2
/
+6
2025-02-20
RDMA/mlx5: Fix AH static rate parsing
Patrisious Haddad
3
-4
/
+6
2025-02-20
RDMA/mlx5: Fix implicit ODP hang on parent deregistration
Yishai Hadas
1
-0
/
+1
2025-02-06
RDMA/mlx5: Fix a WARN during dereg_mr for DM type
Yishai Hadas
1
-1
/
+2
2025-02-06
RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error
Yishai Hadas
1
-1
/
+12
2025-02-03
IB/mlx5: Set and get correct qp_num for a DCT QP
Mark Zhang
1
-1
/
+3
2025-02-03
RDMA/mlx5: Fix the recovery flow of the UMR QP
Yishai Hadas
1
-27
/
+56
2025-01-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
5
-30
/
+76
2025-01-21
RDMA/mlx5: Fix implicit ODP use after free
Patrisious Haddad
1
-8
/
+22
2025-01-21
RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with error
Yishai Hadas
2
-2
/
+17
2025-01-13
RDMA/mlx5: Fix indirect mkey ODP page count
Michael Guralnik
1
-17
/
+15
2025-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+5
2025-01-03
RDMA/mlx5: Enable multiplane mode only when it is supported
Mark Zhang
1
-1
/
+1
2025-01-02
RDMA/mlx5: Fix link status down event for MPV
Patrisious Haddad
1
-1
/
+2
2024-12-25
RDMA/mlx5: Handle link status event only for LAG device
Yuyu Li
1
-0
/
+3
2024-12-23
net/mlx5: fs, add counter object to flow destination
Moshe Shemesh
1
-11
/
+26
2024-12-10
RDMA/mlx5: Extend ODP statistics with operation count
Chiara Meiohas
3
-3
/
+18
2024-12-05
RDMA/mlx5: Enforce same type port association for multiport RoCE
Patrisious Haddad
1
-2
/
+4
2024-11-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
6
-40
/
+197
2024-11-14
RDMA/mlx5: Move events notifier registration to be after device registration
Patrisious Haddad
2
-22
/
+20
2024-11-04
RDMA/mlx5: Add implementation for ufile_hw_cleanup device operation
Patrisious Haddad
3
-1
/
+97
2024-11-04
RDMA/mlx5: Ensure active slave attachment to the bond IB device
Chiara Meiohas
1
-10
/
+18
2024-11-04
RDMA/mlx5: Call dev_put() after the blocking notifier
Chiara Meiohas
1
-1
/
+0
2024-11-04
RDMA/mlx5: Support querying per-plane IB PortCounters
Mark Zhang
1
-1
/
+7
2024-11-04
RDMA/mlx5: Support OOO RX WQE consumption
Edward Srouji
3
-5
/
+55
2024-10-21
RDMA/mlx5: Round max_rd_atomic/max_dest_rd_atomic up instead of down
Patrisious Haddad
1
-2
/
+2
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-2
/
+0
2024-09-13
RDMA/mlx5: Use IB set_netdev and get_netdev functions
Chiara Meiohas
3
-67
/
+142
2024-09-13
RDMA/mlx5: Initialize phys_port_cnt earlier in RDMA device creation
Chiara Meiohas
2
-1
/
+3
2024-09-13
RDMA/mlx5: Obtain upper net device only when needed
Mark Bloch
1
-1
/
+1
2024-09-13
RDMA/mlx5: Check RoCE LAG status before getting netdev
Mark Bloch
1
-6
/
+13
[next]