summaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)Author
5 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
14 daysnet/rds: clear i_rx_lat_trace in rds_inc_path_init()Allison Henderson
14 daysnet/rds: initialize i_conn_path in rds_inc_init()William Kucharski
14 daysnet/rds: reinitialize to_be_dropped on rds_send_xmit() restartSharath Srinivasan
2026-08-05rds: synchronize info callbacks with module unloadChengfeng Ye
2026-08-04net/rds: unpin MR pages with unpin_user_pages_dirty_lock()Allison Henderson
2026-08-04net/rds: fix rds_message leak in the rds_send_xmit() drop pathSharath Srinivasan
2026-08-04net/rds: hold the socket while an rds_mr references itHåkon Bugge
2026-08-04net/rds: don't use unpin_user_pages_dirty_lock() from atomic contextAllison Henderson
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-24net/rds: use krealloc_array() for iovector growthWeimin Xiong
2026-07-23rds: tcp: hold the RCU lock across ipv6_chk_addr() in rds_tcp_laddr_check()Xiang Mei
2026-07-23rds: tcp: unregister sysctl before tearing down listen socketCen Zhang (Microsoft)
2026-07-21rds: Fix inet6_addr_lst NULL dereference when IPv6 is disabledIlia Gavrilov
2026-07-21rds: drop incoming messages that cross network namespace boundariesAldo Ariel Panzardo
2026-07-12RDMA: Change capability fields in ib_device_attr from int to u32Erni Sri Satya Vennela
2026-06-25Merge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-06-18net: rds: check cmsg_len before reading rds_rdma_args in size passMichael Bommarito
2026-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-11rds: convert to getsockopt_iterBreno Leitao
2026-06-10rds: mark snapshot pages dirty in rds_info_getsockopt()Breno Leitao
2026-06-09net/rds: fix NULL deref in rds_ib_send_cqe_handler() on masked atomic completionWeiming Shi
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-02net: rds: clear i_sends on setup unwindYuqi Xu
2026-05-28net/rds: use special gfp_t format specifierBrendan Jackman
2026-05-25rds: filter RDS_INFO_* getsockopt by caller's netnsMaoyi Xie
2026-05-25rds: annotate data-race around rs_seen_congestionJiayuan Chen
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-20net/rds: Don't sleep inside rds_ib_conn_path_shutdownAllison Henderson
2026-05-14rds: tcp_listen: fix typos in commentsAvinash Duduskar
2026-05-14rds_tcp: close NULL deref window in rds_tcp_set_callbacksMaoyi Xie
2026-05-11net/rds: reset op_nents when zerocopy page pin failsAllison Henderson
2026-05-05net/rds: handle zerocopy send cleanup before the message is queuedNan Li
2026-04-23net: rds: fix MR cleanup on copy errorAo Zhou
2026-04-22net/rds: zero per-item info buffer before handing it to visitorsMichael Bommarito
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-12net/rds: Restrict use of RDS/IB to the initial network namespaceGreg Jumper
2026-04-12net/rds: Optimize rds_ib_laddr_checkHåkon Bugge
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-01rds: ib: reject FRMR registration before IB connection is establishedWeiming Shi
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-03net/rds: Fix circular locking dependency in rds_tcp_tuneAllison Henderson
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-25rds: update outdated commentkexinsun
2026-02-24net/rds: fix recursive lock in rds_tcp_conn_slots_availableFernando Fernandez Mancera
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook