summaryrefslogtreecommitdiffstats
path: root/net/rds
AgeCommit message (Expand)AuthorLines
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
2024-03-29net/rds: fix possible cp null dereferenceMahmoud Adam-1/+1
2024-03-19rds: introduce acquire/release ordering in acquire/release_in_xmit()Yewon Choi-3/+2
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+4
2024-03-06net/rds: fix WARNING in rds_conn_connect_if_downEdward Adam Davis-5/+4
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+11
2024-02-13net:rds: Fix possible deadlock in rds_message_putAllison Henderson-2/+11
2024-01-30net: rds: Simplify the allocation of slab caches in rds_conn_initKunwu Chan-3/+1
2024-01-22net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recvSharath Srinivasan-1/+1
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet-1/+1
2023-10-01net: prevent address rewrite in kernel_bind()Jordan Rife-2/+2
2023-10-01net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife-1/+1
2023-09-20net: rds: Fix possible NULL-pointer dereferenceArtem Chernyshev-5/+7
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-1/+2
2023-08-15networking: Update to register_net_sysctl_szJoel Granados-1/+2
2023-08-13net/rds: Remove unused function declarationsYue Haibing-5/+0
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells-1/+0
2023-06-24rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells-11/+12
2023-02-13rds: rds_rm_zerocopy_callback() correct order for list_add_tail()Pietro Borrello-1/+1
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+3
2023-02-09rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello-3/+3
2023-01-27net: add missing includes of linux/sched/clock.hJakub Kicinski-0/+2
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye-0/+4
2022-11-04rds: remove redundant variable total_payload_lenColin Ian King-2/+1
2022-10-26net/rds: remove variable total_copiedColin Ian King-2/+0
2022-10-24net: add a refcount tracker for kernel socketsEric Dumazet-0/+3
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld-1/+1
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2022-10-03net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba...Tetsuo Handa-1/+1
2022-09-19net: rds: add missing __init/__exit annotations to module init/exit funcsXiu Jianfeng-4/+4
2022-08-31net/rds: Pass a pointer to virt_to_page()Linus Walleij-1/+1
2022-08-12rds: add missing barrier to release_refillMikulas Patocka-0/+1
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro-2/+1
2022-08-01net/rds: Use PTR_ERR instead of IS_ERR for rdsdebug()Li Qiong-1/+1
2022-05-24Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe-5/+25
2022-05-05net: rds: use maybe_get_net() when acquiring refcount on TCP socketsTetsuo Handa-6/+18
2022-05-03net: rds: acquire refcount on TCP socketsTetsuo Handa-0/+8
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe-2/+2
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2021-12-14rds: memory leak in __rds_conn_create()Hangyu Hua-0/+1
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2021-12-02net/rds: correct socket tunable error in rds_tcp_tune()William Kucharski-1/+1
2021-11-22rds: Fix a typo in a commentChristophe JAILLET-1/+1