summaryrefslogtreecommitdiffstats
path: root/net/rds
AgeCommit message (Expand)AuthorFilesLines
2022-11-04rds: remove redundant variable total_payload_lenColin Ian King1-2/+1
2022-10-26net/rds: remove variable total_copiedColin Ian King1-2/+0
2022-10-24net: add a refcount tracker for kernel socketsEric Dumazet1-0/+3
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld1-1/+1
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-10-03net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba...Tetsuo Handa1-1/+1
2022-09-19net: rds: add missing __init/__exit annotations to module init/exit funcsXiu Jianfeng3-4/+4
2022-08-31net/rds: Pass a pointer to virt_to_page()Linus Walleij1-1/+1
2022-08-12rds: add missing barrier to release_refillMikulas Patocka1-0/+1
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro1-2/+1
2022-08-01net/rds: Use PTR_ERR instead of IS_ERR for rdsdebug()Li Qiong1-1/+1
2022-05-24Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe4-5/+25
2022-05-05net: rds: use maybe_get_net() when acquiring refcount on TCP socketsTetsuo Handa4-6/+18
2022-05-03net: rds: acquire refcount on TCP socketsTetsuo Handa1-0/+8
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-2/+2
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-12-14rds: memory leak in __rds_conn_create()Hangyu Hua1-0/+1
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-02net/rds: correct socket tunable error in rds_tcp_tune()William Kucharski1-1/+1
2021-11-22rds: Fix a typo in a commentChristophe JAILLET1-1/+1
2021-08-18net/rds: dma_map_sg is entitled to merge entriesGerd Rausch1-2/+2
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-2/+2
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+3
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-08net: rds: fix memory leak in rds_recvmsgPavel Skripkin1-1/+1
2021-05-31rds: Fix spelling mistakesZheng Yongjun2-2/+2
2021-05-21RDS tcp loopback connection can hangRao Shoaib4-9/+27
2021-05-17rds: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+3
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-34/+2
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-6/+1
2021-04-27rds: Remove redundant assignment to nr_sigJiapeng Chong1-1/+0
2021-04-24Revert "net/rds: Avoid potential use after free in rds_send_remove_from_sock"Linus Torvalds2-2/+1
2021-04-12rds: ib: Remove two ib_modify_qp() callsHÃ¥kon Bugge2-34/+2
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+4
2021-04-07net/rds: Avoid potential use after free in rds_send_remove_from_sockAditya Pakki2-1/+2
2021-03-31net/rds: Fix a use after free in rds_message_map_pagesLv Yunlong1-1/+2
2021-03-28net: rds: Fix a typoLu Wei1-1/+1
2021-03-10net/rds: Drop duplicate sin and sin6 assignmentsYejune Deng1-4/+0
2021-02-02net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGSSabyrzhan Tasbolatov1-0/+3
2020-11-17rds: stop using dmapoolChristoph Hellwig5-69/+101
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe1-2/+3
2020-11-12RDMA: Lift ibdev_to_node from rds to common codeChristoph Hellwig1-7/+0
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe1-2/+3
2020-10-09net/rds: suppress page allocation failure error in recv buffer refillManjunath Patil1-3/+3
2020-09-20RDS: drop double zeroingJulia Lawall1-1/+1
2020-09-18net: rds: delete duplicated wordsRandy Dunlap2-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-07-31rds: Prevent kernel-infoleak in rds_notify_queue_get()Peilin Ye1-1/+2
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig3-27/+23