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-12net/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-02-26net/rds: rds_sendmsg should not discard payload_lenAllison Henderson
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-15rds: ib: Increment i_fastreg_wrs before bailing outHåkon Bugge
2025-09-08rds: ib: Remove unused extern definitionHåkon Bugge
2025-08-22rds: Fix endianness annotations for RDS extension headersUjwal Kundur
2025-08-22rds: Fix endianness annotation for RDS_MPATH_HASHUjwal Kundur
2025-08-22rds: Fix endianness annotation of jhash wrappersUjwal Kundur
2025-08-22rds: Replace POLLERR with EPOLLERRUjwal Kundur
2025-08-12RDS: remove redundant __GFP_NOWARNQianfeng Rong
2025-07-15don't open-code kernel_accept() in rds_tcp_accept_one()Al Viro
2025-06-21rds: Correct spellingSimon Horman
2025-06-21rds: Correct endian annotation of port and addr assignmentsSimon Horman
2025-05-26replace strncpy with strscpy_padBaris Can Goral
2025-05-15rds: Use nested-BH locking for rds_page_remainderSebastian Andrzej Siewior
2025-05-15rds: Acquire per-CPU pointer within BH disabled sectionSebastian Andrzej Siewior
2025-05-15rds: Disable only bottom halves in rds_page_remainder_alloc()Sebastian Andrzej Siewior
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-21net: better track kernel sockets lifetimeEric Dumazet
2025-02-21net/rds: Replace deprecated strncpy() with strscpy_pad()Thorsten Blum
2025-01-09rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxyMatthieu Baerts (NGI0)
2024-10-03net/rds: remove unused struct 'rds_ib_dereg_odp_mr'Dr. David Alan Gilbert
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