summaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-13/+13
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook9-23/+20
6 daysrds: tcp: fix uninit-value in __inet_bindTabrez Ahmed1-1/+1
6 daysnet/rds: Fix NULL pointer dereference in rds_tcp_accept_oneAllison Henderson1-3/+17
8 daysnet/rds: rds_sendmsg should not discard payload_lenAllison Henderson1-2/+4
2026-02-05net/rds: Trigger rds_send_ping() more than onceGerd Rausch6-17/+72
2026-02-05net/rds: Use the first lane until RDS_EXTHDR_NPATHS arrivesGerd Rausch4-39/+90
2026-02-05net/rds: Update struct rds_statistics to use u64 instead of uint64_tAllison Henderson1-36/+36
2026-02-05net/rds: Clear reconnect pending bitHåkon Bugge1-0/+2
2026-02-05net/rds: Kick-start TCP receiver after acceptGerd Rausch1-0/+2
2026-02-05net/rds: rds_tcp_conn_path_shutdown must not discard messagesGerd Rausch6-5/+76
2026-02-05net/rds: Encode cp_index in TCP source portGerd Rausch7-7/+77
2026-02-05net/rds: new extension header: rdma bytesShamir Rabinovitch4-29/+107
2026-01-23net/rds: rds_tcp_accept_one ought to not discard messagesGerd Rausch6-76/+169
2026-01-23net/rds: No shortcut out of RDS_CONN_ERRORGerd Rausch2-5/+2
2026-01-13net/rds: Give each connection path its own workqueueAllison Henderson1-4/+21
2026-01-13net/rds: Add per cp work queueAllison Henderson9-20/+23
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook2-2/+2
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook4-4/+4
2025-09-23net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+2
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+12
2025-09-16rds: ib: Increment i_fastreg_wrs before bailing outHåkon Bugge1-8/+12
2025-09-09rds: ib: Remove unused extern definitionHåkon Bugge1-1/+0
2025-08-23rds: Fix endianness annotations for RDS extension headersUjwal Kundur3-6/+6
2025-08-23rds: Fix endianness annotation for RDS_MPATH_HASHUjwal Kundur1-1/+1
2025-08-23rds: Fix endianness annotation of jhash wrappersUjwal Kundur1-4/+5
2025-08-23rds: Replace POLLERR with EPOLLERRUjwal Kundur1-1/+1
2025-08-13RDS: remove redundant __GFP_NOWARNQianfeng Rong1-1/+1
2025-07-16don't open-code kernel_accept() in rds_tcp_accept_one()Al Viro1-22/+2
2025-06-21rds: Correct spellingSimon Horman2-2/+2
2025-06-21rds: Correct endian annotation of port and addr assignmentsSimon Horman1-3/+3
2025-05-26replace strncpy with strscpy_padBaris Can Goral1-4/+2
2025-05-15rds: Use nested-BH locking for rds_page_remainderSebastian Andrzej Siewior1-2/+8
2025-05-15rds: Acquire per-CPU pointer within BH disabled sectionSebastian Andrzej Siewior1-4/+2
2025-05-15rds: Disable only bottom halves in rds_page_remainder_alloc()Sebastian Andrzej Siewior1-5/+4
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+2
2025-02-22net: better track kernel sockets lifetimeEric Dumazet1-6/+2
2025-02-22net/rds: Replace deprecated strncpy() with strscpy_pad()Thorsten Blum1-2/+1
2025-01-09rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxyMatthieu Baerts (NGI0)1-7/+32
2024-10-04net/rds: remove unused struct 'rds_ib_dereg_odp_mr'Dr. David Alan Gilbert1-4/+0
2024-08-09net: rds: add option for GCOV profilingVegard Nossum2-0/+14
2024-08-01RDS: IB: Remove unused declarationsYue Haibing1-4/+0
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-2/+2
2024-06-19rds:Simplify the allocation of slab cachesHongfu Li2-6/+2
2024-05-14net: change proto and proto_ops accept typeJens Axboe1-1/+5
2024-05-03net: rds: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados3-3/+0
2024-03-29net/rds: fix possible cp null dereferenceMahmoud Adam1-1/+1
2024-03-19rds: introduce acquire/release ordering in acquire/release_in_xmit()Yewon Choi1-3/+2
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+4