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
/
sw
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
8
-10
/
+17
2024-07-04
RDMA/core: Introduce "name_assign_type" for an IB device
Mark Zhang
2
-0
/
+2
2024-06-27
RDMA: Pass entire uverbs attr bundle to create cq function
Akiva Goldberger
5
-7
/
+11
2024-06-26
RDMA/rxe: Don't set BTH_ACK_MASK for UC or UD QPs
Honggang LI
1
-3
/
+4
2024-06-09
RDMA/rxe: Fix responder length checking for UD request packets
Honggang LI
1
-0
/
+13
2024-05-30
RDMA/rxe: Fix data copy for IB_SEND_INLINE
Honggang LI
1
-1
/
+1
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
2
-2
/
+2
2024-05-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
11
-165
/
+113
2024-04-22
RDMA/rxe: Let destroy qp succeed with stuck packet
Bob Pearson
2
-12
/
+32
2024-04-22
RDMA/rxe: Get rid of pkt resend on err
Bob Pearson
2
-18
/
+3
2024-04-22
RDMA/rxe: Make rxe_loopback match rxe_send behavior
Bob Pearson
1
-0
/
+6
2024-04-22
RDMA/rxe: Fix incorrect rxe_put in error path
Bob Pearson
1
-10
/
+2
2024-04-22
RDMA/rxe: Don't call direct between tasks
Bob Pearson
3
-23
/
+4
2024-04-22
RDMA/rxe: Don't call rxe_requester from rxe_completer
Bob Pearson
2
-7
/
+11
2024-04-22
RDMA/rxe: Don't schedule rxe_completer from rxe_requester
Bob Pearson
2
-13
/
+2
2024-04-22
RDMA/rxe: Remove save/rollback_state in rxe_requester
Bob Pearson
1
-38
/
+2
2024-04-22
RDMA/rxe: Merge request and complete tasks
Bob Pearson
10
-55
/
+63
2024-04-22
RDMA/rxe: Remove redundant scheduling of rxe_completer
Bob Pearson
1
-5
/
+0
2024-04-22
RDMA/rxe: Allow good work requests to be executed
Bob Pearson
1
-1
/
+5
2024-04-22
RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt
Bob Pearson
1
-3
/
+3
2024-04-11
RDMA/rxe: Return the correct errno
Zhu Yanjun
1
-2
/
+2
2024-04-01
RDMA/rxe: Fix the problem "mutex_destroy missing"
Yanjun.Zhu
1
-0
/
+2
2024-02-04
RDMA/rxe: Remove unused 'iova' parameter from rxe_mr_init_user
Guoqing Jiang
3
-3
/
+3
2024-01-25
RDMA/rxe: Remove rxe_info from rxe_set_mtu
Li Zhijian
1
-2
/
+0
2024-01-25
RDMA/rxe: Improve newline in printing messages
Li Zhijian
10
-139
/
+139
2023-12-04
RDMA/siw: Call orq_get_current if possible
Guoqing Jiang
1
-1
/
+1
2023-12-04
RDMA/siw: Set qp_state in siw_query_qp
Guoqing Jiang
1
-0
/
+10
2023-12-04
RDMA/siw: Reduce memory usage of struct siw_rx_stream
Guoqing Jiang
1
-3
/
+3
2023-12-04
RDMA/siw: Move tx_cpu ahead
Guoqing Jiang
1
-1
/
+1
2023-11-15
RDMA/siw: Update comments for siw_qp_sq_process
Guoqing Jiang
1
-3
/
+2
2023-11-15
RDMA/siw: Introduce siw_destroy_cep_sock
Guoqing Jiang
1
-14
/
+12
2023-11-15
RDMA/siw: Only check attrs->cap.max_send_wr in siw_create_qp
Guoqing Jiang
1
-13
/
+5
2023-11-15
RDMA/siw: Fix typo
Guoqing Jiang
1
-1
/
+1
2023-11-15
RDMA/siw: Remove siw_sk_save_upcalls
Guoqing Jiang
1
-11
/
+5
2023-11-15
RDMA/siw: Cleanup siw_accept
Guoqing Jiang
1
-27
/
+14
2023-11-15
RDMA/siw: Introduce siw_free_cm_id
Guoqing Jiang
1
-16
/
+14
2023-11-15
RDMA/siw: Introduce siw_cep_set_free_and_put
Guoqing Jiang
1
-17
/
+14
2023-11-15
RDMA/siw: Add one parameter to siw_destroy_cpulist
Guoqing Jiang
1
-16
/
+14
2023-11-15
RDMA/siw: Introduce SIW_STAG_MAX_INDEX
Guoqing Jiang
1
-5
/
+7
2023-11-15
RDMA/siw: Factor out siw_rx_data helper
Guoqing Jiang
1
-33
/
+20
2023-11-15
RDMA/siw: No need to check term_info.valid before call siw_send_terminate
Guoqing Jiang
1
-3
/
+2
2023-11-15
RDMA/siw: Remove rcu from siw_qp
Guoqing Jiang
1
-1
/
+0
2023-11-15
RDMA/siw: Remove goto lable in siw_mmap
Guoqing Jiang
1
-4
/
+1
2023-11-15
RDMA/siw: Use iov.iov_len in kernel_sendmsg
Guoqing Jiang
1
-2
/
+1
2023-11-15
RDMA/siw: Introduce siw_update_skb_rcvd
Guoqing Jiang
1
-19
/
+12
2023-11-15
RDMA/siw: Introduce siw_get_page
Guoqing Jiang
1
-19
/
+12
2023-11-13
RDMA/siw: Use crypto_shash_digest() in siw_qp_prepare_tx()
Eric Biggers
1
-8
/
+4
2023-11-13
RDMA/siw: Use ib_umem_get() to pin user pages
Bernard Metzler
4
-89
/
+47
2023-10-31
Merge tag 'v6.6' into rdma.git for-next
Jason Gunthorpe
1
-4
/
+12
2023-10-02
RDMA/siw: Annotate struct siw_pbl with __counted_by
Kees Cook
1
-1
/
+1
[next]