summaryrefslogtreecommitdiffstats
path: root/net/rds/rdma.c
Commit message (Expand)AuthorAgeFilesLines
* net/rds: fix possible cp null dereferenceMahmoud Adam2024-03-291-1/+1
* net/rds: fix WARNING in rds_conn_connect_if_downEdward Adam Davis2024-03-061-0/+3
* net/rds: Use PTR_ERR instead of IS_ERR for rdsdebug()Li Qiong2022-08-011-1/+1
* net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGSSabyrzhan Tasbolatov2021-02-021-0/+3
* RDS: drop double zeroingJulia Lawall2020-09-201-1/+1
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-8/+6
* net/rds: Use ERR_PTR for rds_message_alloc_sgs()Jason Gunthorpe2020-04-151-4/+8
* net/rds: Fix MR reference counting problemKa-Cheong Poon2020-04-091-13/+12
* net/rds: Replace struct rds_mr's r_refcount with struct krefKa-Cheong Poon2020-04-091-13/+15
* net/rds: Track user mapped pages through special APILeon Romanovsky2020-02-161-12/+12
* net/rds: Handle ODP mr registration/unregistrationHans Westgaard Ry2020-01-181-38/+113
* net/rds: Detect need of On-Demand-Paging memory registrationHans Westgaard Ry2020-01-161-2/+4
* rds: fix reordering with composite message notificationSantosh Shilimkar2019-07-091-10/+0
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+2
* net/rds: remove user triggered WARN_ON in rds_sendmsgshamir rabinovitch2018-12-191-8/+4
* net/rds: fix warn in rds_message_alloc_sgsshamir rabinovitch2018-12-191-31/+32
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-5/+8
|\
| * RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka2018-07-261-5/+8
* | rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon2018-07-231-3/+3
|/
* RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam2018-01-041-0/+1
* RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam2018-01-031-0/+3
* rds: Fix NULL pointer dereference in __rds_rdma_mapHÃ¥kon Bugge2017-12-061-1/+1
* net, rds: convert rds_mr.r_refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-5/+5
* RDS: make message size limit compliant with specAvinash Repaka2017-01-021-1/+8
* RDS: RDMA: Fix the composite message user notificationSantosh Shilimkar2017-01-021-0/+10
* RDS: RDMA: silence the use_once mr log floodSantosh Shilimkar2017-01-021-1/+2
* RDS: use rb_entry()Geliang Tang2016-12-201-1/+1
* RDS: Fix rds MR reference count in rds_rdma_unuse()santosh.shilimkar@oracle.com2015-08-251-2/+3
* RDS: Fix assertion level from fatal to warningsantosh.shilimkar@oracle.com2015-08-251-1/+1
* RDS: restore return value in rds_cmsg_rdma_args()santosh.shilimkar@oracle.com2015-08-251-0/+2
* rds: avoid calling sock_kfree_s() on allocation failureCong Wang2014-10-141-3/+4
* rds: Integer overflow in RDS cmsg handlingDan Rosenberg2010-11-171-1/+1
* RDS: Let rds_message_alloc_sgs() return NULLAndy Grover2010-10-301-0/+8
* RDS: Copy rds_iovecs into kernel memory instead of rereading from userspaceAndy Grover2010-10-301-39/+65
* RDS: Clean up error handling in rds_cmsg_rdma_argsAndy Grover2010-10-301-3/+2
* RDS: Return -EINVAL if rds_rdma_pages returns an errorAndy Grover2010-10-301-1/+3
* net: fix rds_iovec page count overflowLinus Torvalds2010-10-301-0/+7
* rds: signedness bugDan Carpenter2010-09-191-1/+1
* RDS: Implement masked atomic operationsAndy Grover2010-09-081-6/+27
* RDS: Add flag for silent ops. Do atomic op before RDMAAndy Grover2010-09-081-0/+2
* RDS: Move some variables around for consistencyAndy Grover2010-09-081-2/+1
* RDS: Remove struct rds_rdma_opAndy Grover2010-09-081-29/+29
* RDS: purge atomic resources too in rds_message_purge()Andy Grover2010-09-081-0/+16
* RDS: Inline rdma_prepare into cmsg_rdma_argsAndy Grover2010-09-081-26/+12
* RDS: WhitespaceAndy Grover2010-09-081-1/+0
* RDS: Do not mask address when pinning pagesAndy Grover2010-09-081-2/+2
* RDS: Base init_depth and responder_resources on hw valuesAndy Grover2010-09-081-2/+1
* RDS: Implement atomic operationsAndy Grover2010-09-081-0/+73
* RDS: make sure all sgs alloced are initializedAndy Grover2010-09-081-2/+1
* RDS: make m_rdma_op a member of rds_messageAndy Grover2010-09-081-53/+60