summaryrefslogtreecommitdiffstats
path: root/net/rds
AgeCommit message (Expand)AuthorLines
2020-11-17rds: stop using dmapoolChristoph Hellwig-69/+101
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe-2/+3
2020-11-12RDMA: Lift ibdev_to_node from rds to common codeChristoph Hellwig-7/+0
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe-2/+3
2020-10-09net/rds: suppress page allocation failure error in recv buffer refillManjunath Patil-3/+3
2020-09-20RDS: drop double zeroingJulia Lawall-1/+1
2020-09-18net: rds: delete duplicated wordsRandy Dunlap-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+2
2020-07-31rds: Prevent kernel-infoleak in rds_notify_queue_get()Peilin Ye-1/+2
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig-27/+23
2020-07-19net: rds: rdma_transport.h: delete duplicated wordRandy Dunlap-1/+1
2020-07-01rds: If one path needs re-connection, check all and re-connectRao Shoaib-1/+20
2020-06-25rds: transport module should be auto loaded when transport is setRao Shoaib-9/+17
2020-06-15net/rds: NULL pointer de-reference in rds_ib_add_one()Ka-Cheong Poon-1/+7
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-3/+3
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-332/+38
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe-1/+1
2020-06-02RDMA/rds: Remove FMR support for memory registrationMax Gurtovoy-322/+21
2020-05-28tcp: add tcp_sock_set_keepcntChristoph Hellwig-15/+4
2020-05-28tcp: add tcp_sock_set_keepintvlChristoph Hellwig-3/+1
2020-05-28tcp: add tcp_sock_set_keepidleChristoph Hellwig-4/+1
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig-12/+2
2020-05-28tcp: add tcp_sock_set_corkChristoph Hellwig-7/+2
2020-05-28net: add sock_set_keepaliveChristoph Hellwig-5/+1
2020-05-28net: add sock_no_lingerChristoph Hellwig-14/+2
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky-1/+3
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe-65/+51
2020-05-20rds: fix crash in rds_info_getsockopt()John Hubbard-1/+2
2020-05-17rds: convert get_user_pages() --> pin_user_pages()John Hubbard-4/+2
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe-8/+13
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann-4/+2
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig-4/+2
2020-04-15net/rds: Use ERR_PTR for rds_message_alloc_sgs()Jason Gunthorpe-21/+19
2020-04-09net/rds: Fix MR reference counting problemKa-Cheong Poon-21/+12
2020-04-09net/rds: Replace struct rds_mr's r_refcount with struct krefKa-Cheong Poon-23/+20
2020-02-16net/rds: Track user mapped pages through special APILeon Romanovsky-12/+12
2020-01-18net/rds: Use prefetch for On-Demand-Paging MRHans Westgaard Ry-0/+9
2020-01-18net/rds: Handle ODP mr registration/unregistrationHans Westgaard Ry-56/+244
2020-01-16net/rds: Detect need of On-Demand-Paging memory registrationHans Westgaard Ry-2/+4
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-8/+15
2019-11-16rds: ib: update WR sizes when bringing up connectionDag Moxnes-8/+15
2019-10-17net/rds: Remove unnecessary null checkYueHaibing-2/+1
2019-10-06net/rds: Add missing include fileYueHaibing-0/+2
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-3/+3
2019-10-03net/rds: Use DMA memory pool allocation for rds_headerKa-Cheong Poon-61/+153
2019-10-02net/rds: Log vendor error if send/recv Work requests failSudhakar Dindukurti-4/+5
2019-10-02net/rds: Fix error handling in rds_ib_add_one()Dotan Barak-3/+3
2019-09-27net/rds: Check laddr_check before calling itKa-Cheong Poon-1/+4
2019-09-26net: Fix Kconfig indentationKrzysztof Kozlowski-2/+2