summaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)AuthorFilesLines
6 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-1/+1
9 daysnet/rds: don't let rds_conn_shutdown() consume a concurrent dropAllison Henderson2-14/+38
9 daysnet/rds: acquire the fastpath locks in rds_conn_shutdown()Håkon Bugge4-15/+55
9 daysnet/rds: acquire RDS_IN_XMIT in rds_tcp_reset_callbacks()Allison Henderson1-25/+45
9 daysnet/rds: tcp: don't force RDS_CONN_RESETTING over a concurrent shutdownGerd Rausch2-3/+20
9 daysnet/rds: clear cp_flags bits individually in rds_conn_path_reset()Allison Henderson1-1/+9
9 daysnet/rds: use clear_bit_unlock() in release_refill()Allison Henderson1-3/+2
9 daysnet/rds: use wq_has_sleeper() in release_in_xmit()Allison Henderson1-1/+6
2026-08-27Merge tag 'net-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+2
2026-08-24net/rds: use wq_has_sleeper() in rds_cong_map_updated()Allison Henderson1-2/+2
2026-08-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-10/+10
2026-08-13net/rds: clear i_rx_lat_trace in rds_inc_path_init()Allison Henderson1-0/+2
2026-08-13net/rds: initialize i_conn_path in rds_inc_init()William Kucharski2-1/+6
2026-08-13net/rds: reinitialize to_be_dropped on rds_send_xmit() restartSharath Srinivasan1-0/+8
2026-08-05rds: synchronize info callbacks with module unloadChengfeng Ye1-5/+18
2026-08-04net/rds: unpin MR pages with unpin_user_pages_dirty_lock()Allison Henderson1-3/+1
2026-08-04net/rds: fix rds_message leak in the rds_send_xmit() drop pathSharath Srinivasan1-3/+15
2026-08-04net/rds: hold the socket while an rds_mr references itHåkon Bugge2-2/+17
2026-08-04net/rds: don't use unpin_user_pages_dirty_lock() from atomic contextAllison Henderson3-11/+74
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2026-07-24net/rds: use krealloc_array() for iovector growthWeimin Xiong1-5/+2
2026-07-23rds: tcp: hold the RCU lock across ipv6_chk_addr() in rds_tcp_laddr_check()Xiang Mei1-3/+5
2026-07-23rds: tcp: unregister sysctl before tearing down listen socketCen Zhang (Microsoft)1-2/+2
2026-07-21rds: Fix inet6_addr_lst NULL dereference when IPv6 is disabledIlia Gavrilov3-3/+13
2026-07-21rds: drop incoming messages that cross network namespace boundariesAldo Ariel Panzardo1-0/+15
2026-07-12RDMA: Change capability fields in ib_device_attr from int to u32Erni Sri Satya Vennela2-10/+10
2026-06-25Merge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+2
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2026-06-18net: rds: check cmsg_len before reading rds_rdma_args in size passMichael Bommarito1-0/+2
2026-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+3
2026-06-11rds: convert to getsockopt_iterBreno Leitao3-50/+65
2026-06-10rds: mark snapshot pages dirty in rds_info_getsockopt()Breno Leitao1-1/+1
2026-06-09net/rds: fix NULL deref in rds_ib_send_cqe_handler() on masked atomic completionWeiming Shi1-0/+2
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2026-06-02net: rds: clear i_sends on setup unwindYuqi Xu1-0/+1
2026-05-28net/rds: use special gfp_t format specifierBrendan Jackman1-1/+1
2026-05-25rds: filter RDS_INFO_* getsockopt by caller's netnsMaoyi Xie3-31/+104
2026-05-25rds: annotate data-race around rs_seen_congestionJiayuan Chen2-3/+3
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+6
2026-05-20net/rds: Don't sleep inside rds_ib_conn_path_shutdownAllison Henderson1-5/+20
2026-05-14rds: tcp_listen: fix typos in commentsAvinash Duduskar1-2/+2
2026-05-14rds_tcp: close NULL deref window in rds_tcp_set_callbacksMaoyi Xie1-3/+6
2026-05-11net/rds: reset op_nents when zerocopy page pin failsAllison Henderson1-0/+1
2026-05-05net/rds: handle zerocopy send cleanup before the message is queuedNan Li1-5/+15
2026-04-23net: rds: fix MR cleanup on copy errorAo Zhou1-4/+0
2026-04-22net/rds: zero per-item info buffer before handing it to visitorsMichael Bommarito1-0/+14
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-5/+32
2026-04-12net/rds: Restrict use of RDS/IB to the initial network namespaceGreg Jumper2-2/+12
2026-04-12net/rds: Optimize rds_ib_laddr_checkHåkon Bugge3-3/+20
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6