summaryrefslogtreecommitdiff
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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