| Commit message (Expand) | Author | Age | Files | Lines |
* | rds: add missing barrier to release_refill | Mikulas Patocka | 2022-08-12 | 1 | -0/+1 |
* | iov_iter: advancing variants of iov_iter_get_pages{,_alloc}() | Al Viro | 2022-08-09 | 1 | -2/+1 |
* | net/rds: Use PTR_ERR instead of IS_ERR for rdsdebug() | Li Qiong | 2022-08-01 | 1 | -1/+1 |
* | Merge tag 'v5.18' into rdma.git for-next | Jason Gunthorpe | 2022-05-24 | 4 | -5/+25 |
|\ |
|
| * | net: rds: use maybe_get_net() when acquiring refcount on TCP sockets | Tetsuo Handa | 2022-05-06 | 4 | -6/+18 |
| * | net: rds: acquire refcount on TCP sockets | Tetsuo Handa | 2022-05-03 | 1 | -0/+8 |
* | | RDMA: Split kernel-only global device caps from uverbs device caps | Jason Gunthorpe | 2022-04-06 | 1 | -2/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-12-17 | 1 | -0/+1 |
|\ |
|
| * | rds: memory leak in __rds_conn_create() | Hangyu Hua | 2021-12-14 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-12-02 | 1 | -1/+1 |
|\| |
|
| * | net/rds: correct socket tunable error in rds_tcp_tune() | William Kucharski | 2021-12-02 | 1 | -1/+1 |
* | | rds: Fix a typo in a comment | Christophe JAILLET | 2021-11-22 | 1 | -1/+1 |
|/ |
|
* | net/rds: dma_map_sg is entitled to merge entries | Gerd Rausch | 2021-08-19 | 1 | -2/+2 |
* | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2021-07-01 | 2 | -2/+2 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-06-19 | 1 | -1/+1 |
| |\ |
|
| * | | rds: Fix spelling mistakes | Zheng Yongjun | 2021-06-01 | 2 | -2/+2 |
* | | | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2021-06-29 | 2 | -0/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | rds: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 2021-05-18 | 2 | -0/+3 |
* | | | net: rds: fix memory leak in rds_recvmsg | Pavel Skripkin | 2021-06-09 | 1 | -1/+1 |
| |/
|/| |
|
* | | RDS tcp loopback connection can hang | Rao Shoaib | 2021-05-21 | 4 | -9/+27 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2021-05-01 | 2 | -34/+2 |
|\ |
|
| * | rds: ib: Remove two ib_modify_qp() calls | HÃ¥kon Bugge | 2021-04-13 | 2 | -34/+2 |
* | | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2021-04-29 | 3 | -6/+1 |
|\ \ |
|
| * | | rds: Remove redundant assignment to nr_sig | Jiapeng Chong | 2021-04-27 | 1 | -1/+0 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-04-10 | 2 | -2/+4 |
| |\ \ |
|
| * | | | net: rds: Fix a typo | Lu Wei | 2021-03-29 | 1 | -1/+1 |
| * | | | net/rds: Drop duplicate sin and sin6 assignments | Yejune Deng | 2021-03-10 | 1 | -4/+0 |
| | |/
| |/| |
|
* | | | Revert "net/rds: Avoid potential use after free in rds_send_remove_from_sock" | Linus Torvalds | 2021-04-24 | 2 | -2/+1 |
| |/
|/| |
|
* | | net/rds: Avoid potential use after free in rds_send_remove_from_sock | Aditya Pakki | 2021-04-07 | 2 | -1/+2 |
* | | net/rds: Fix a use after free in rds_message_map_pages | Lv Yunlong | 2021-03-31 | 1 | -1/+2 |
|/ |
|
* | net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGS | Sabyrzhan Tasbolatov | 2021-02-02 | 1 | -0/+3 |
* | rds: stop using dmapool | Christoph Hellwig | 2020-11-17 | 5 | -69/+101 |
* | Merge branch 'for-rc' into rdma.git | Jason Gunthorpe | 2020-11-17 | 1 | -2/+3 |
|\ |
|
| * | RDMA: Add rdma_connect_locked() | Jason Gunthorpe | 2020-10-28 | 1 | -2/+3 |
* | | RDMA: Lift ibdev_to_node from rds to common code | Christoph Hellwig | 2020-11-12 | 1 | -7/+0 |
|/ |
|
* | net/rds: suppress page allocation failure error in recv buffer refill | Manjunath Patil | 2020-10-09 | 1 | -3/+3 |
* | RDS: drop double zeroing | Julia Lawall | 2020-09-21 | 1 | -1/+1 |
* | net: rds: delete duplicated words | Randy Dunlap | 2020-09-18 | 2 | -2/+2 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-08-02 | 1 | -1/+2 |
|\ |
|
| * | rds: Prevent kernel-infoleak in rds_notify_queue_get() | Peilin Ye | 2020-08-01 | 1 | -1/+2 |
* | | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 2020-07-25 | 3 | -27/+23 |
* | | net: rds: rdma_transport.h: delete duplicated word | Randy Dunlap | 2020-07-20 | 1 | -1/+1 |
|/ |
|
* | rds: If one path needs re-connection, check all and re-connect | Rao Shoaib | 2020-07-02 | 3 | -1/+20 |
* | rds: transport module should be auto loaded when transport is set | Rao Shoaib | 2020-06-26 | 1 | -9/+17 |
* | net/rds: NULL pointer de-reference in rds_ib_add_one() | Ka-Cheong Poon | 2020-06-15 | 1 | -1/+7 |
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-13 | 1 | -3/+3 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2020-06-05 | 8 | -332/+38 |
|\ |
|
| * | RDMA: Remove 'max_fmr' | Jason Gunthorpe | 2020-06-03 | 1 | -1/+1 |
| * | RDMA/rds: Remove FMR support for memory registration | Max Gurtovoy | 2020-06-03 | 8 | -322/+21 |