summaryrefslogtreecommitdiffstats
path: root/net/rds
AgeCommit message (Expand)AuthorLines
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
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2019-09-15net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names'Gerd Rausch-1/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-22/+18
2019-09-11net/rds: An rds_sock is added too early to the hash tableKa-Cheong Poon-22/+18
2019-09-05Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht-6/+6
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+4
2019-08-27net/rds: Fix info leak in rds6_inc_info_copy()Ka-Cheong Poon-1/+4
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-8/+22
2019-08-24net: rds: add service level support in rds-infoZhu Yanjun-8/+22
2019-08-23net/rds: Whitelist rdma_cookie and rx_tstamp for usercopyDag Moxnes-15/+27
2019-08-15rds: check for excessive looping in rds_send_xmitAndy Grover-1/+14
2019-08-15net/rds: Add a few missing rds_stat_names entriesGerd Rausch-0/+2
2019-08-15RDS: don't use GFP_ATOMIC for sk_alloc in rds_createChris Mason-1/+1
2019-08-15RDS: limit the number of times we loop in rds_send_xmitChris Mason-1/+11
2019-08-15net/rds: Add RDS6_INFO_SOCKETS and RDS6_INFO_RECV_MESSAGES optionsKa-Cheong Poon-3/+90
2019-07-27net: rds: Fix possible null-pointer dereferences in rds_rdma_cm_event_handler...Jia-Ju Bai-1/+4
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-49/+109
2019-07-17net/rds: Initialize ic->i_fastreg_wrs upon allocationGerd Rausch-1/+1
2019-07-17net/rds: Keep track of and wait for FRWR segments in use upon shutdownGerd Rausch-6/+45
2019-07-17net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been succes...Gerd Rausch-1/+2
2019-07-17net/rds: Fix NULL/ERR_PTR inconsistencyGerd Rausch-2/+2
2019-07-17net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after postin...Gerd Rausch-27/+40
2019-07-17net/rds: Get rid of "wait_clean_list_grace" and add lockingGerd Rausch-38/+19
2019-07-17net/rds: Give fr_state a chance to transition to FRMR_IS_FREEGerd Rausch-1/+27
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-4/+4
2019-07-09rds: avoid version downgrade to legitimate newer peer connectionsSantosh Shilimkar-2/+4
2019-07-09rds: Return proper "tos" value to user-spaceGerd Rausch-0/+1
2019-07-09rds: Accept peer connection reject messages due to incompatible versionGerd Rausch-2/+3
2019-07-09Revert "RDS: IB: split the mr registration and invalidation path"Gerd Rausch-16/+8
2019-07-09rds: fix reordering with composite message notificationSantosh Shilimkar-30/+14
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe-5/+11