aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-02net/rds: correct socket tunable error in rds_tcp_tune()William Kucharski1-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/netdev/net-nextLinus Torvalds2-2/+2
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus 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/netdev/net-nextLinus 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
2020-07-19net: rds: rdma_transport.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-01rds: If one path needs re-connection, check all and re-connectRao Shoaib3-1/+20
2020-06-25rds: transport module should be auto loaded when transport is setRao Shoaib1-9/+17
2020-06-15net/rds: NULL pointer de-reference in rds_ib_add_one()Ka-Cheong Poon1-1/+7
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-332/+38
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe1-1/+1
2020-06-02RDMA/rds: Remove FMR support for memory registrationMax Gurtovoy8-322/+21
2020-05-28tcp: add tcp_sock_set_keepcntChristoph Hellwig2-15/+4
2020-05-28tcp: add tcp_sock_set_keepintvlChristoph Hellwig1-3/+1
2020-05-28tcp: add tcp_sock_set_keepidleChristoph Hellwig1-4/+1
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig3-12/+2
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig1-7/+2
2020-05-28net: add sock_set_keepaliveChristoph Hellwig1-5/+1
2020-05-28net: add sock_no_lingerChristoph Hellwig3-14/+2
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky1-1/+3
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe4-65/+51
2020-05-20rds: fix crash in rds_info_getsockopt()John Hubbard1-1/+2
2020-05-17rds: convert get_user_pages() --> pin_user_pages()John Hubbard1-4/+2