summaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)AuthorFilesLines
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
2024-03-06net/rds: fix WARNING in rds_conn_connect_if_downEdward Adam Davis2-5/+4
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+11
2024-02-13net:rds: Fix possible deadlock in rds_message_putAllison Henderson1-2/+11
2024-01-31net: rds: Simplify the allocation of slab caches in rds_conn_initKunwu Chan1-3/+1
2024-01-22net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recvSharath Srinivasan1-1/+1
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet1-1/+1
2023-10-01net: prevent address rewrite in kernel_bind()Jordan Rife2-2/+2
2023-10-01net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife1-1/+1
2023-09-20net: rds: Fix possible NULL-pointer dereferenceArtem Chernyshev1-5/+7
2023-08-30Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+2
2023-08-16networking: Update to register_net_sysctl_szJoel Granados1-1/+2
2023-08-13net/rds: Remove unused function declarationsYue Haibing3-5/+0
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-1/+0
2023-06-25rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells1-11/+12
2023-02-13rds: rds_rm_zerocopy_callback() correct order for list_add_tail()Pietro Borrello1-1/+1
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2023-02-09rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello1-3/+3
2023-01-27net: add missing includes of linux/sched/clock.hJakub Kicinski2-0/+2