summaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)Author
2026-06-19net: rds: clear i_sends on setup unwindYuqi Xu
2026-06-19rds: mark snapshot pages dirty in rds_info_getsockopt()Breno Leitao
2026-06-19net/rds: fix NULL deref in rds_ib_send_cqe_handler() on masked atomic completionWeiming Shi
2026-06-01net/rds: reset op_nents when zerocopy page pin failsAllison Henderson
2026-06-01net/rds: zero per-item info buffer before handing it to visitorsMichael Bommarito
2026-06-01net/rds: Restrict use of RDS/IB to the initial network namespaceGreg Jumper
2026-06-01net/rds: Optimize rds_ib_laddr_checkHåkon Bugge
2026-06-01net/rds: handle zerocopy send cleanup before the message is queuedNan Li
2026-06-01net: rds: fix MR cleanup on copy errorAo Zhou
2026-04-11rds: ib: reject FRMR registration before IB connection is establishedWeiming Shi
2026-03-04net/rds: Clear reconnect pending bitHåkon Bugge
2026-03-04net/rds: No shortcut out of RDS_CONN_ERRORGerd Rausch
2026-03-04net/rds: rds_sendmsg should not discard payload_lenAllison Henderson
2025-12-07rds: Fix endianness annotation for RDS_MPATH_HASHUjwal Kundur
2025-09-25rds: ib: Increment i_fastreg_wrs before bailing outHåkon Bugge
2024-08-29net:rds: Fix possible deadlock in rds_message_putAllison Henderson
2024-04-10net/rds: fix possible cp null dereferenceMahmoud Adam
2024-03-26rds: introduce acquire/release ordering in acquire/release_in_xmit()Yewon Choi
2024-03-15net/rds: fix WARNING in rds_conn_connect_if_downEdward Adam Davis
2024-01-31net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recvSharath Srinivasan
2023-10-19net: prevent address rewrite in kernel_bind()Jordan Rife
2023-10-10net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife
2023-10-06net: rds: Fix possible NULL-pointer dereferenceArtem Chernyshev
2023-03-10rds: rds_rm_zerocopy_callback() correct order for list_add_tail()Pietro Borrello
2023-02-14rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-03net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba...Tetsuo Handa
2022-09-19net: rds: add missing __init/__exit annotations to module init/exit funcsXiu Jianfeng
2022-08-31net/rds: Pass a pointer to virt_to_page()Linus Walleij
2022-08-12rds: add missing barrier to release_refillMikulas Patocka
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro
2022-08-01net/rds: Use PTR_ERR instead of IS_ERR for rdsdebug()Li Qiong
2022-05-24Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe
2022-05-05net: rds: use maybe_get_net() when acquiring refcount on TCP socketsTetsuo Handa
2022-05-03net: rds: acquire refcount on TCP socketsTetsuo Handa
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-14rds: memory leak in __rds_conn_create()Hangyu Hua
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-02net/rds: correct socket tunable error in rds_tcp_tune()William Kucharski
2021-11-22rds: Fix a typo in a commentChristophe JAILLET
2021-08-18net/rds: dma_map_sg is entitled to merge entriesGerd Rausch
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-08net: rds: fix memory leak in rds_recvmsgPavel Skripkin
2021-05-31rds: Fix spelling mistakesZheng Yongjun
2021-05-21RDS tcp loopback connection can hangRao Shoaib
2021-05-17rds: Fix fall-through warnings for ClangGustavo A. R. Silva