summaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
* net/rds: fix possible cp null dereferenceMahmoud Adam2024-03-291-1/+1
* rds: introduce acquire/release ordering in acquire/release_in_xmit()Yewon Choi2024-03-191-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-072-5/+4
|\
| * net/rds: fix WARNING in rds_conn_connect_if_downEdward Adam Davis2024-03-062-5/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-2/+11
|\|
| * net:rds: Fix possible deadlock in rds_message_putAllison Henderson2024-02-131-2/+11
* | net: rds: Simplify the allocation of slab caches in rds_conn_initKunwu Chan2024-01-301-3/+1
|/
* net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recvSharath Srinivasan2024-01-221-1/+1
* ipv6: annotate data-races around np->mcast_oifEric Dumazet2023-12-111-1/+1
* net: prevent address rewrite in kernel_bind()Jordan Rife2023-10-012-2/+2
* net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife2023-10-011-1/+1
* net: rds: Fix possible NULL-pointer dereferenceArtem Chernyshev2023-09-201-5/+7
* Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-291-1/+2
|\
| * networking: Update to register_net_sysctl_szJoel Granados2023-08-151-1/+2
* | net/rds: Remove unused function declarationsYue Haibing2023-08-133-5/+0
|/
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-1/+0
* rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells2023-06-241-11/+12
* rds: rds_rm_zerocopy_callback() correct order for list_add_tail()Pietro Borrello2023-02-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-3/+3
|\
| * rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello2023-02-091-3/+3
* | net: add missing includes of linux/sched/clock.hJakub Kicinski2023-01-272-0/+2
* | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-232-0/+4
|/
* rds: remove redundant variable total_payload_lenColin Ian King2022-11-041-2/+1
* net/rds: remove variable total_copiedColin Ian King2022-10-261-2/+0
* net: add a refcount tracker for kernel socketsEric Dumazet2022-10-241-0/+3
* treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-1/+1
|\
| * net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba...Tetsuo Handa2022-10-031-1/+1
* | net: rds: add missing __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-193-4/+4
* | net/rds: Pass a pointer to virt_to_page()Linus Walleij2022-08-311-1/+1
|/
* rds: add missing barrier to release_refillMikulas Patocka2022-08-121-0/+1
* iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-081-2/+1
* net/rds: Use PTR_ERR instead of IS_ERR for rdsdebug()Li Qiong2022-08-011-1/+1
* Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe2022-05-244-5/+25
|\
| * net: rds: use maybe_get_net() when acquiring refcount on TCP socketsTetsuo Handa2022-05-054-6/+18
| * net: rds: acquire refcount on TCP socketsTetsuo Handa2022-05-031-0/+8
* | RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-0/+1
|\
| * rds: memory leak in __rds_conn_create()Hangyu Hua2021-12-141-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-021-1/+1
|\|
| * net/rds: correct socket tunable error in rds_tcp_tune()William Kucharski2021-12-021-1/+1
* | rds: Fix a typo in a commentChristophe JAILLET2021-11-221-1/+1
|/
* net/rds: dma_map_sg is entitled to merge entriesGerd Rausch2021-08-181-2/+2
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-302-2/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-1/+1
| |\
| * | rds: Fix spelling mistakesZheng Yongjun2021-05-312-2/+2
* | | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-06-282-0/+3
|\ \ \ | |_|/ |/| |
| * | rds: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-172-0/+3
* | | net: rds: fix memory leak in rds_recvmsgPavel Skripkin2021-06-081-1/+1
| |/ |/|
* | RDS tcp loopback connection can hangRao Shoaib2021-05-214-9/+27
|/