summaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-05-012-34/+2
|\
| * rds: ib: Remove two ib_modify_qp() callsHÃ¥kon Bugge2021-04-122-34/+2
* | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-293-6/+1
|\ \
| * | rds: Remove redundant assignment to nr_sigJiapeng Chong2021-04-271-1/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-092-2/+4
| |\ \
| * | | net: rds: Fix a typoLu Wei2021-03-281-1/+1
| * | | net/rds: Drop duplicate sin and sin6 assignmentsYejune Deng2021-03-101-4/+0
| | |/ | |/|
* | | Revert "net/rds: Avoid potential use after free in rds_send_remove_from_sock"Linus Torvalds2021-04-242-2/+1
| |/ |/|
* | net/rds: Avoid potential use after free in rds_send_remove_from_sockAditya Pakki2021-04-072-1/+2
* | net/rds: Fix a use after free in rds_message_map_pagesLv Yunlong2021-03-311-1/+2
|/
* net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGSSabyrzhan Tasbolatov2021-02-021-0/+3
* rds: stop using dmapoolChristoph Hellwig2020-11-175-69/+101
* Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-171-2/+3
|\
| * RDMA: Add rdma_connect_locked()Jason Gunthorpe2020-10-281-2/+3
* | RDMA: Lift ibdev_to_node from rds to common codeChristoph Hellwig2020-11-121-7/+0
|/
* net/rds: suppress page allocation failure error in recv buffer refillManjunath Patil2020-10-091-3/+3
* RDS: drop double zeroingJulia Lawall2020-09-201-1/+1
* net: rds: delete duplicated wordsRandy Dunlap2020-09-182-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-1/+2
|\
| * rds: Prevent kernel-infoleak in rds_notify_queue_get()Peilin Ye2020-07-311-1/+2
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-243-27/+23
* | net: rds: rdma_transport.h: delete duplicated wordRandy Dunlap2020-07-191-1/+1
|/
* rds: If one path needs re-connection, check all and re-connectRao Shoaib2020-07-013-1/+20
* rds: transport module should be auto loaded when transport is setRao Shoaib2020-06-251-9/+17
* net/rds: NULL pointer de-reference in rds_ib_add_one()Ka-Cheong Poon2020-06-151-1/+7
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-058-332/+38
|\
| * RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-021-1/+1
| * RDMA/rds: Remove FMR support for memory registrationMax Gurtovoy2020-06-028-322/+21