summaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: rds: delete duplicated wordsRandy Dunlap2020-09-182-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-1/+2
|\
| * rds: Prevent kernel-infoleak in rds_notify_queue_get()Peilin Ye2020-07-311-1/+2
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-243-27/+23
* | net: rds: rdma_transport.h: delete duplicated wordRandy Dunlap2020-07-191-1/+1
|/
* rds: If one path needs re-connection, check all and re-connectRao Shoaib2020-07-013-1/+20
* rds: transport module should be auto loaded when transport is setRao Shoaib2020-06-251-9/+17
* net/rds: NULL pointer de-reference in rds_ib_add_one()Ka-Cheong Poon2020-06-151-1/+7
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-058-332/+38
|\
| * RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-021-1/+1
| * RDMA/rds: Remove FMR support for memory registrationMax Gurtovoy2020-06-028-322/+21
| * RDMA/cma: Provide ECE reject reasonLeon Romanovsky2020-05-271-1/+3
| * Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe2020-05-214-65/+51
| |\
| * | RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe2020-05-061-8/+13
* | | tcp: add tcp_sock_set_keepcntChristoph Hellwig2020-05-282-15/+4
* | | tcp: add tcp_sock_set_keepintvlChristoph Hellwig2020-05-281-3/+1
* | | tcp: add tcp_sock_set_keepidleChristoph Hellwig2020-05-281-4/+1
* | | tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-283-12/+2
* | | tcp: add tcp_sock_set_corkChristoph Hellwig2020-05-281-7/+2
* | | net: add sock_set_keepaliveChristoph Hellwig2020-05-281-5/+1
* | | net: add sock_no_lingerChristoph Hellwig2020-05-283-14/+2
* | | rds: fix crash in rds_info_getsockopt()John Hubbard2020-05-201-1/+2
* | | rds: convert get_user_pages() --> pin_user_pages()John Hubbard2020-05-171-4/+2
* | | Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-281-4/+2
|\ \ \ | |_|/ |/| |
| * | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-4/+2
| |/
* | net/rds: Use ERR_PTR for rds_message_alloc_sgs()Jason Gunthorpe2020-04-154-21/+19
* | net/rds: Fix MR reference counting problemKa-Cheong Poon2020-04-092-21/+12
* | net/rds: Replace struct rds_mr's r_refcount with struct krefKa-Cheong Poon2020-04-093-23/+20
|/
* net/rds: Track user mapped pages through special APILeon Romanovsky2020-02-161-12/+12
* net/rds: Use prefetch for On-Demand-Paging MRHans Westgaard Ry2020-01-181-0/+9
* net/rds: Handle ODP mr registration/unregistrationHans Westgaard Ry2020-01-187-56/+244
* net/rds: Detect need of On-Demand-Paging memory registrationHans Westgaard Ry2020-01-161-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-161-8/+15
|\
| * rds: ib: update WR sizes when bringing up connectionDag Moxnes2019-11-161-8/+15
* | net/rds: Remove unnecessary null checkYueHaibing2019-10-171-2/+1
* | net/rds: Add missing include fileYueHaibing2019-10-062-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-051-3/+3
|\|
| * net/rds: Fix error handling in rds_ib_add_one()Dotan Barak2019-10-021-3/+3
* | net/rds: Use DMA memory pool allocation for rds_headerKa-Cheong Poon2019-10-035-61/+153