summaryrefslogtreecommitdiffstats
path: root/net/rds
AgeCommit message (Expand)AuthorLines
14 daysnet/rds: Fix circular locking dependency in rds_tcp_tuneAllison Henderson-4/+10
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-23/+8
2026-02-24net/rds: fix recursive lock in rds_tcp_conn_slots_availableFernando Fernandez Mancera-23/+8
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-13/+13
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-23/+20
2026-02-19rds: tcp: fix uninit-value in __inet_bindTabrez Ahmed-1/+1
2026-02-19net/rds: Fix NULL pointer dereference in rds_tcp_accept_oneAllison Henderson-3/+17
2026-02-17net/rds: rds_sendmsg should not discard payload_lenAllison Henderson-2/+4
2026-02-04net/rds: Trigger rds_send_ping() more than onceGerd Rausch-17/+72
2026-02-04net/rds: Use the first lane until RDS_EXTHDR_NPATHS arrivesGerd Rausch-39/+90
2026-02-04net/rds: Update struct rds_statistics to use u64 instead of uint64_tAllison Henderson-36/+36
2026-02-04net/rds: Clear reconnect pending bitHåkon Bugge-0/+2
2026-02-04net/rds: Kick-start TCP receiver after acceptGerd Rausch-0/+2
2026-02-04net/rds: rds_tcp_conn_path_shutdown must not discard messagesGerd Rausch-5/+76
2026-02-04net/rds: Encode cp_index in TCP source portGerd Rausch-7/+77
2026-02-04net/rds: new extension header: rdma bytesShamir Rabinovitch-29/+107
2026-01-23net/rds: rds_tcp_accept_one ought to not discard messagesGerd Rausch-76/+169
2026-01-23net/rds: No shortcut out of RDS_CONN_ERRORGerd Rausch-5/+2
2026-01-13net/rds: Give each connection path its own workqueueAllison Henderson-4/+21
2026-01-13net/rds: Add per cp work queueAllison Henderson-20/+23
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-2/+2
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-4/+4
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-1/+2
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+12
2025-09-15rds: ib: Increment i_fastreg_wrs before bailing outHåkon Bugge-8/+12
2025-09-08rds: ib: Remove unused extern definitionHåkon Bugge-1/+0
2025-08-22rds: Fix endianness annotations for RDS extension headersUjwal Kundur-6/+6
2025-08-22rds: Fix endianness annotation for RDS_MPATH_HASHUjwal Kundur-1/+1
2025-08-22rds: Fix endianness annotation of jhash wrappersUjwal Kundur-4/+5
2025-08-22rds: Replace POLLERR with EPOLLERRUjwal Kundur-1/+1
2025-08-12RDS: remove redundant __GFP_NOWARNQianfeng Rong-1/+1
2025-07-15don't open-code kernel_accept() in rds_tcp_accept_one()Al Viro-22/+2
2025-06-21rds: Correct spellingSimon Horman-2/+2
2025-06-21rds: Correct endian annotation of port and addr assignmentsSimon Horman-3/+3
2025-05-26replace strncpy with strscpy_padBaris Can Goral-4/+2
2025-05-15rds: Use nested-BH locking for rds_page_remainderSebastian Andrzej Siewior-2/+8
2025-05-15rds: Acquire per-CPU pointer within BH disabled sectionSebastian Andrzej Siewior-4/+2
2025-05-15rds: Disable only bottom halves in rds_page_remainder_alloc()Sebastian Andrzej Siewior-5/+4
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+2
2025-02-21net: better track kernel sockets lifetimeEric Dumazet-6/+2
2025-02-21net/rds: Replace deprecated strncpy() with strscpy_pad()Thorsten Blum-2/+1
2025-01-09rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxyMatthieu Baerts (NGI0)-7/+32
2024-10-03net/rds: remove unused struct 'rds_ib_dereg_odp_mr'Dr. David Alan Gilbert-4/+0
2024-08-09net: rds: add option for GCOV profilingVegard Nossum-0/+14
2024-08-01RDS: IB: Remove unused declarationsYue Haibing-4/+0
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-2/+2
2024-06-19rds:Simplify the allocation of slab cachesHongfu Li-6/+2
2024-05-13net: change proto and proto_ops accept typeJens Axboe-1/+5
2024-05-03net: rds: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-3/+0