aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe1-8/+13
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/viro/vfsDaniel Borkmann1-4/+2
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-4/+2
2020-04-15net/rds: Use ERR_PTR for rds_message_alloc_sgs()Jason Gunthorpe4-21/+19
2020-04-09net/rds: Fix MR reference counting problemKa-Cheong Poon2-21/+12
2020-04-09net/rds: Replace struct rds_mr's r_refcount with struct krefKa-Cheong Poon3-23/+20
2020-02-16net/rds: Track user mapped pages through special APILeon Romanovsky1-12/+12
2020-01-18net/rds: Use prefetch for On-Demand-Paging MRHans Westgaard Ry1-0/+9
2020-01-18net/rds: Handle ODP mr registration/unregistrationHans Westgaard Ry7-56/+244
2020-01-16net/rds: Detect need of On-Demand-Paging memory registrationHans Westgaard Ry1-2/+4
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+15
2019-11-16rds: ib: update WR sizes when bringing up connectionDag Moxnes1-8/+15
2019-10-17net/rds: Remove unnecessary null checkYueHaibing1-2/+1
2019-10-06net/rds: Add missing include fileYueHaibing2-0/+2
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2019-10-03net/rds: Use DMA memory pool allocation for rds_headerKa-Cheong Poon5-61/+153
2019-10-02net/rds: Log vendor error if send/recv Work requests failSudhakar Dindukurti2-4/+5
2019-10-02net/rds: Fix error handling in rds_ib_add_one()Dotan Barak1-3/+3
2019-09-27net/rds: Check laddr_check before calling itKa-Cheong Poon1-1/+4
2019-09-26net: Fix Kconfig indentationKrzysztof Kozlowski1-2/+2
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-09-15net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names'Gerd Rausch1-1/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-22/+18
2019-09-11net/rds: An rds_sock is added too early to the hash tableKa-Cheong Poon1-22/+18
2019-09-05Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht3-6/+6
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2019-08-27net/rds: Fix info leak in rds6_inc_info_copy()Ka-Cheong Poon1-1/+4
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-8/+22
2019-08-24net: rds: add service level support in rds-infoZhu Yanjun4-8/+22
2019-08-23net/rds: Whitelist rdma_cookie and rx_tstamp for usercopyDag Moxnes3-15/+27
2019-08-15rds: check for excessive looping in rds_send_xmitAndy Grover3-1/+14
2019-08-15net/rds: Add a few missing rds_stat_names entriesGerd Rausch1-0/+2
2019-08-15RDS: don't use GFP_ATOMIC for sk_alloc in rds_createChris Mason1-1/+1
2019-08-15RDS: limit the number of times we loop in rds_send_xmitChris Mason1-1/+11
2019-08-15net/rds: Add RDS6_INFO_SOCKETS and RDS6_INFO_RECV_MESSAGES optionsKa-Cheong Poon1-3/+90
2019-07-27net: rds: Fix possible null-pointer dereferences in rds_rdma_cm_event_handler_cmn()Jia-Ju Bai1-1/+4