Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)Author
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-28rds: Remove redundant assignment to nr_sigJiapeng Chong
2021-04-24Revert "net/rds: Avoid potential use after free in rds_send_remove_from_sock"Linus Torvalds
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-08net/rds: Avoid potential use after free in rds_send_remove_from_sockAditya Pakki
2021-04-01net/rds: Fix a use after free in rds_message_map_pagesLv Yunlong
2021-03-29net: rds: Fix a typoLu Wei
2021-03-10net/rds: Drop duplicate sin and sin6 assignmentsYejune Deng
2021-02-02net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGSSabyrzhan Tasbolatov
2020-11-17rds: stop using dmapoolChristoph Hellwig
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe
2020-11-12RDMA: Lift ibdev_to_node from rds to common codeChristoph Hellwig
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe
2020-10-09net/rds: suppress page allocation failure error in recv buffer refillManjunath Patil
2020-09-21RDS: drop double zeroingJulia Lawall
2020-09-19net: rds: delete duplicated wordsRandy Dunlap
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-01rds: Prevent kernel-infoleak in rds_notify_queue_get()Peilin Ye
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-20net: rds: rdma_transport.h: delete duplicated wordRandy Dunlap
2020-07-02rds: If one path needs re-connection, check all and re-connectRao Shoaib
2020-06-26rds: transport module should be auto loaded when transport is setRao Shoaib
2020-06-15net/rds: NULL pointer de-reference in rds_ib_add_one()Ka-Cheong Poon
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-06-03RDMA: Remove 'max_fmr'Jason Gunthorpe
2020-06-03RDMA/rds: Remove FMR support for memory registrationMax Gurtovoy
2020-05-28tcp: add tcp_sock_set_keepcntChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_keepintvlChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_keepidleChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig
2020-05-28net: add sock_set_keepaliveChristoph Hellwig
2020-05-28net: add sock_no_lingerChristoph Hellwig
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe
2020-05-21rds: fix crash in rds_info_getsockopt()John Hubbard
2020-05-17rds: convert get_user_pages() --> pin_user_pages()John Hubbard
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-15net/rds: Use ERR_PTR for rds_message_alloc_sgs()Jason Gunthorpe
2020-04-09net/rds: Fix MR reference counting problemKa-Cheong Poon
2020-04-09net/rds: Replace struct rds_mr's r_refcount with struct krefKa-Cheong Poon
2020-02-17net/rds: Track user mapped pages through special APILeon Romanovsky
2020-01-18net/rds: Use prefetch for On-Demand-Paging MRHans Westgaard Ry
2020-01-18net/rds: Handle ODP mr registration/unregistrationHans Westgaard Ry
2020-01-16net/rds: Detect need of On-Demand-Paging memory registrationHans Westgaard Ry
2019-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller