index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-26
IB/mlx5: Add support for 800G_8X lane speed
Patrisious Haddad
1
-0
/
+4
2023-09-26
IB/mlx5: Expose XDR speed through MAD
Or Har-Toov
1
-0
/
+13
2023-09-26
IB/core: Add support for XDR link speed
Or Har-Toov
3
-1
/
+9
2023-09-26
RDMA/mlx5: Implement mkeys management via LIFO queue
Shay Drory
3
-180
/
+169
2023-09-26
RDMA/mlx5: Fix mkey cache possible deadlock on cleanup
Shay Drory
2
-2
/
+15
2023-09-26
RDMA/mlx5: Fix NULL string error
Shay Drory
1
-1
/
+1
2023-09-26
RDMA/mlx5: Fix mutex unlocking on error flow for steering anchor creation
Hamdan Igbaria
1
-1
/
+1
2023-09-26
RDMA/mlx5: Fix assigning access flags to cache mkeys
Michael Guralnik
1
-1
/
+2
2023-09-25
infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC
David Howells
2
-2
/
+2
2023-09-23
IB/mlx4: Fix the size of a buffer in add_port_entries()
Christophe JAILLET
1
-1
/
+1
2023-09-22
IB/qib: Replace deprecated strncpy
Justin Stitt
1
-1
/
+1
2023-09-22
IB/hfi1: Replace deprecated strncpy
Justin Stitt
1
-2
/
+2
2023-09-22
RDMA/irdma: Replace deprecated strncpy
Justin Stitt
1
-1
/
+1
2023-09-21
RDMA/bnxt_re: Decrement resource stats correctly
Selvin Xavier
1
-0
/
+4
2023-09-21
RDMA/bnxt_re: Fix the handling of control path response data
Selvin Xavier
1
-2
/
+9
2023-09-20
RDMA/hns: Support SRQ restrack ops for hns driver
wenglianfa
4
-0
/
+79
2023-09-20
RDMA/core: Add support to dump SRQ resource in RAW format
wenglianfa
2
-0
/
+18
2023-09-20
RDMA/core: Add dedicated SRQ resource tracker function
wenglianfa
2
-1
/
+9
2023-09-20
RDMA/hfi1: Use FIELD_GET() to extract Link Width
Ilpo Järvinen
1
-7
/
+2
2023-09-19
RDMA/rtrs: Fix the problem of variable not initialized fully
Zhu Yanjun
1
-1
/
+1
2023-09-19
RDMA/rtrs: Require holding rcu_read_lock explicitly
Zhu Yanjun
1
-1
/
+6
2023-09-19
RDMA/core: Use size_{add,sub,mul}() in calls to struct_size()
Gustavo A. R. Silva
4
-8
/
+12
2023-09-18
IB/hfi1: Remove open coded reference to skb frag offset
David Ahern
1
-1
/
+1
2023-09-18
RDMA/cma: Fix truncation compilation warning in make_cma_ports
Leon Romanovsky
1
-1
/
+1
2023-09-18
RDMA/erdma: Fix NULL pointer access in regmr_cmd
Cheng Xu
1
-3
/
+2
2023-09-18
RDMA/erdma: Fix error code in erdma_create_scatter_mtt()
Dan Carpenter
1
-1
/
+1
2023-09-11
RDMA/uverbs: Fix typo of sizeof argument
Konstantin Meskhidze
1
-1
/
+1
2023-09-11
RDMA/cxgb4: Check skb value for failure to allocate
Artem Chernyshev
1
-0
/
+3
2023-09-11
RDMA/siw: Fix connection failure handling
Bernard Metzler
1
-4
/
+12
2023-09-11
RDMA/srp: Do not call scsi_done() from srp_abort()
Bart Van Assche
1
-11
/
+5
2023-09-11
RDMA/core: Fix repeated words in comments
Rohit Chavan
1
-2
/
+2
2023-09-11
IB: Use capital "OR" for multiple licenses in SPDX
Krzysztof Kozlowski
149
-149
/
+149
2023-09-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-4
/
+0
2023-09-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
87
-1646
/
+2820
2023-08-29
Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
10
-101
/
+583
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-2
/
+1
2023-08-24
Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...
Jakub Kicinski
6
-12
/
+446
2023-08-23
mlx4: Connect the infiniband part to the auxiliary bus
Petr Pavlu
1
-23
/
+54
2023-08-23
mlx4: Replace the mlx4_interface.event callback with a notifier
Petr Pavlu
2
-14
/
+28
2023-08-23
mlx4: Use 'void *' as the event param of mlx4_dispatch_event()
Petr Pavlu
1
-4
/
+10
2023-08-23
mlx4: Get rid of the mlx4_interface.get_dev callback
Petr Pavlu
1
-46
/
+43
2023-08-22
IB/hfi1: Reduce printing of errors during driver shut down
Douglas Miller
1
-3
/
+5
2023-08-22
RDMA/hfi1: Move user SDMA system memory pinning code to its own file
Brendan Cunningham
6
-452
/
+505
2023-08-22
RDMA/hfi1: Use list_for_each_entry() helper
Jinjie Ruan
1
-3
/
+1
2023-08-22
RDMA/mlx5: Fix trailing */ formatting in block comment
Rohit Chavan
1
-1
/
+2
2023-08-22
RDMA/rxe: Fix redundant break statement in switch-case.
Rohit Chavan
1
-1
/
+0
2023-08-22
RDMA/efa: Fix wrong resources deallocation order
Yonatan Nachum
1
-3
/
+3
2023-08-22
RDMA/siw: Call llist_reverse_order in siw_run_sq
Guoqing Jiang
1
-7
/
+1
2023-08-22
RDMA/siw: Correct wrong debug message
Guoqing Jiang
1
-1
/
+1
2023-08-22
RDMA/siw: Balance the reference of cep->kref in the error path
Guoqing Jiang
1
-1
/
+0
[prev]
[next]