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-05-23net/rds: reset op_nents when zerocopy page pin failsAllison Henderson
2026-05-23net/rds: zero per-item info buffer before handing it to visitorsMichael Bommarito
2026-05-23net/rds: Restrict use of RDS/IB to the initial network namespaceGreg Jumper
2026-05-23net/rds: Optimize rds_ib_laddr_checkHåkon Bugge
2026-05-14net/rds: handle zerocopy send cleanup before the message is queuedNan Li
2026-05-07net: rds: fix MR cleanup on copy errorAo Zhou
2026-04-11rds: ib: reject FRMR registration before IB connection is establishedWeiming Shi
2026-03-13net/rds: Fix circular locking dependency in rds_tcp_tuneAllison Henderson
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-11-13rds: Fix endianness annotation for RDS_MPATH_HASHUjwal Kundur
2025-09-25rds: ib: Increment i_fastreg_wrs before bailing outHåkon Bugge
2025-08-20net: better track kernel sockets lifetimeEric Dumazet
2025-01-17rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxyMatthieu Baerts (NGI0)
2024-08-09net: rds: add option for GCOV profilingVegard Nossum
2024-08-01RDS: IB: Remove unused declarationsYue Haibing
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-06-19rds:Simplify the allocation of slab cachesHongfu Li
2024-05-13net: change proto and proto_ops accept typeJens Axboe
2024-05-03net: rds: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-03-29net/rds: fix possible cp null dereferenceMahmoud Adam
2024-03-19rds: introduce acquire/release ordering in acquire/release_in_xmit()Yewon Choi
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-06net/rds: fix WARNING in rds_conn_connect_if_downEdward Adam Davis
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-13net:rds: Fix possible deadlock in rds_message_putAllison Henderson
2024-01-30net: rds: Simplify the allocation of slab caches in rds_conn_initKunwu Chan
2024-01-22net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recvSharath Srinivasan
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet
2023-10-01net: prevent address rewrite in kernel_bind()Jordan Rife
2023-10-01net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife
2023-09-20net: rds: Fix possible NULL-pointer dereferenceArtem Chernyshev
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-15networking: Update to register_net_sysctl_szJoel Granados
2023-08-13net/rds: Remove unused function declarationsYue Haibing
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-24rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells
2023-02-13rds: rds_rm_zerocopy_callback() correct order for list_add_tail()Pietro Borrello
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-09rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello
2023-01-27net: add missing includes of linux/sched/clock.hJakub Kicinski
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2022-11-04rds: remove redundant variable total_payload_lenColin Ian King
2022-10-26net/rds: remove variable total_copiedColin Ian King
2022-10-24net: add a refcount tracker for kernel socketsEric Dumazet
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld