aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/rdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-01net/rds: Use PTR_ERR instead of IS_ERR for rdsdebug()Li Qiong1-1/+1
2021-02-02net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGSSabyrzhan Tasbolatov1-0/+3
2020-09-20RDS: drop double zeroingJulia Lawall1-1/+1
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-8/+6
2020-04-15net/rds: Use ERR_PTR for rds_message_alloc_sgs()Jason Gunthorpe1-4/+8
2020-04-09net/rds: Fix MR reference counting problemKa-Cheong Poon1-13/+12
2020-04-09net/rds: Replace struct rds_mr's r_refcount with struct krefKa-Cheong Poon1-13/+15
2020-02-16net/rds: Track user mapped pages through special APILeon Romanovsky1-12/+12
2020-01-18net/rds: Handle ODP mr registration/unregistrationHans Westgaard Ry1-38/+113
2020-01-16net/rds: Detect need of On-Demand-Paging memory registrationHans Westgaard Ry1-2/+4
2019-07-09rds: fix reordering with composite message notificationSantosh Shilimkar1-10/+0
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+2
2018-12-19net/rds: remove user triggered WARN_ON in rds_sendmsgshamir rabinovitch1-8/+4
2018-12-19net/rds: fix warn in rds_message_alloc_sgsshamir rabinovitch1-31/+32
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+8
2018-07-26RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka1-5/+8
2018-07-23rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon1-3/+3
2018-01-04RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam1-0/+1
2018-01-03RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam1-0/+3
2017-12-06rds: Fix NULL pointer dereference in __rds_rdma_mapHÃ¥kon Bugge1-1/+1
2017-07-04net, rds: convert rds_mr.r_refcount from atomic_t to refcount_tReshetova, Elena1-5/+5
2017-01-02RDS: make message size limit compliant with specAvinash Repaka1-1/+8
2017-01-02RDS: RDMA: Fix the composite message user notificationSantosh Shilimkar1-0/+10
2017-01-02RDS: RDMA: silence the use_once mr log floodSantosh Shilimkar1-1/+2
2016-12-20RDS: use rb_entry()Geliang Tang1-1/+1
2015-08-25RDS: Fix rds MR reference count in rds_rdma_unuse()santosh.shilimkar@oracle.com1-2/+3
2015-08-25RDS: Fix assertion level from fatal to warningsantosh.shilimkar@oracle.com1-1/+1
2015-08-25RDS: restore return value in rds_cmsg_rdma_args()santosh.shilimkar@oracle.com1-0/+2
2014-10-14rds: avoid calling sock_kfree_s() on allocation failureCong Wang1-3/+4
2010-11-17rds: Integer overflow in RDS cmsg handlingDan Rosenberg1-1/+1
2010-10-30RDS: Let rds_message_alloc_sgs() return NULLAndy Grover1-0/+8
2010-10-30RDS: Copy rds_iovecs into kernel memory instead of rereading from userspaceAndy Grover1-39/+65
2010-10-30RDS: Clean up error handling in rds_cmsg_rdma_argsAndy Grover1-3/+2
2010-10-30RDS: Return -EINVAL if rds_rdma_pages returns an errorAndy Grover1-1/+3
2010-10-30net: fix rds_iovec page count overflowLinus Torvalds1-0/+7
2010-09-19rds: signedness bugDan Carpenter1-1/+1
2010-09-08RDS: Implement masked atomic operationsAndy Grover1-6/+27
2010-09-08RDS: Add flag for silent ops. Do atomic op before RDMAAndy Grover1-0/+2
2010-09-08RDS: Move some variables around for consistencyAndy Grover1-2/+1
2010-09-08RDS: Remove struct rds_rdma_opAndy Grover1-29/+29
2010-09-08RDS: purge atomic resources too in rds_message_purge()Andy Grover1-0/+16
2010-09-08RDS: Inline rdma_prepare into cmsg_rdma_argsAndy Grover1-26/+12
2010-09-08RDS: WhitespaceAndy Grover1-1/+0
2010-09-08RDS: Do not mask address when pinning pagesAndy Grover1-2/+2
2010-09-08RDS: Base init_depth and responder_resources on hw valuesAndy Grover1-2/+1
2010-09-08RDS: Implement atomic operationsAndy Grover1-0/+73
2010-09-08RDS: make sure all sgs alloced are initializedAndy Grover1-2/+1
2010-09-08RDS: make m_rdma_op a member of rds_messageAndy Grover1-53/+60
2010-09-08RDS: fold rdma.h into rds.hAndy Grover1-1/+1
2010-09-08RDS: cleanup/fix rds_rdma_unuseAndy Grover1-12/+15