index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
/
siw
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-15
/
+15
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-16
/
+16
2026-02-05
RDMA/siw: Fix potential NULL pointer dereference in header processing
YunJe Shin
-1
/
+2
2025-12-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-0
/
+51
2025-11-27
RDMA/siw: reclassify sockets in order to avoid false positives from lockdep
Stefan Metzmacher
-0
/
+51
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
-1
/
+1
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
-3
/
+3
2025-09-26
RDMA/siw: Always report immediate post SQ errors
Bernard Metzler
-11
/
+14
2025-08-05
RDMA/siw: Fix the sendmsg byte count in siw_tcp_sendpages
Pedro Falcato
-3
/
+2
2025-07-23
IB: Extend UVERBS_METHOD_REG_MR to get DMAH
Yishai Hadas
-2
/
+8
2025-06-26
RDMA/siw: work around clang stack size warning
Arnd Bergmann
-6
/
+16
2025-05-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-37
/
+12
2025-05-21
RDMA/siw: use skb_crc32c() instead of __skb_checksum()
Eric Biggers
-21
/
+2
2025-05-12
RDMA/siw: replace redundant ternary operator with just rv
Colin Ian King
-1
/
+1
2025-05-06
RDMA/siw: Remove unused siw_mem_add
Dr. David Alan Gilbert
-25
/
+0
2025-04-09
RDMA: Don't use %pK through printk
Thomas Weißschuh
-11
/
+11
2025-03-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-113
/
+74
2025-03-03
RDMA/siw: Switch to using the crc32c library
Eric Biggers
-113
/
+74
2025-02-08
lib/crc32: rename __crc32c_le_combine() to crc32c_combine()
Eric Biggers
-2
/
+2
2025-01-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-11
/
+2
2024-12-25
RDMA/siw: Remove deliver net device event
Yuyu Li
-21
/
+2
2024-12-19
RDMA/siw: Remove direct link to net_device
Bernard Metzler
-35
/
+49
2024-10-11
RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES
Showrya M N
-0
/
+2
2024-07-29
RDMA/siw: Remove NETDEV_GOING_DOWN event handler
Showrya M N
-39
/
+0
2024-07-04
RDMA/core: Introduce "name_assign_type" for an IB device
Mark Zhang
-0
/
+1
2024-06-27
RDMA: Pass entire uverbs attr bundle to create cq function
Akiva Goldberger
-3
/
+4
2023-12-04
RDMA/siw: Call orq_get_current if possible
Guoqing Jiang
-1
/
+1
2023-12-04
RDMA/siw: Set qp_state in siw_query_qp
Guoqing Jiang
-0
/
+10
2023-12-04
RDMA/siw: Reduce memory usage of struct siw_rx_stream
Guoqing Jiang
-3
/
+3
2023-12-04
RDMA/siw: Move tx_cpu ahead
Guoqing Jiang
-1
/
+1
2023-11-15
RDMA/siw: Update comments for siw_qp_sq_process
Guoqing Jiang
-3
/
+2
2023-11-15
RDMA/siw: Introduce siw_destroy_cep_sock
Guoqing Jiang
-14
/
+12
2023-11-15
RDMA/siw: Only check attrs->cap.max_send_wr in siw_create_qp
Guoqing Jiang
-13
/
+5
2023-11-15
RDMA/siw: Fix typo
Guoqing Jiang
-1
/
+1
2023-11-15
RDMA/siw: Remove siw_sk_save_upcalls
Guoqing Jiang
-11
/
+5
2023-11-15
RDMA/siw: Cleanup siw_accept
Guoqing Jiang
-27
/
+14
2023-11-15
RDMA/siw: Introduce siw_free_cm_id
Guoqing Jiang
-16
/
+14
2023-11-15
RDMA/siw: Introduce siw_cep_set_free_and_put
Guoqing Jiang
-17
/
+14
2023-11-15
RDMA/siw: Add one parameter to siw_destroy_cpulist
Guoqing Jiang
-16
/
+14
2023-11-15
RDMA/siw: Introduce SIW_STAG_MAX_INDEX
Guoqing Jiang
-5
/
+7
2023-11-15
RDMA/siw: Factor out siw_rx_data helper
Guoqing Jiang
-33
/
+20
2023-11-15
RDMA/siw: No need to check term_info.valid before call siw_send_terminate
Guoqing Jiang
-3
/
+2
2023-11-15
RDMA/siw: Remove rcu from siw_qp
Guoqing Jiang
-1
/
+0
2023-11-15
RDMA/siw: Remove goto lable in siw_mmap
Guoqing Jiang
-4
/
+1
2023-11-15
RDMA/siw: Use iov.iov_len in kernel_sendmsg
Guoqing Jiang
-2
/
+1
2023-11-15
RDMA/siw: Introduce siw_update_skb_rcvd
Guoqing Jiang
-19
/
+12
2023-11-15
RDMA/siw: Introduce siw_get_page
Guoqing Jiang
-19
/
+12
2023-11-13
RDMA/siw: Use crypto_shash_digest() in siw_qp_prepare_tx()
Eric Biggers
-8
/
+4
2023-11-13
RDMA/siw: Use ib_umem_get() to pin user pages
Bernard Metzler
-89
/
+47
[next]