summaryrefslogtreecommitdiff
path: root/net/rds/rdma.c
Commit message (Expand)AuthorAge
* RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam2018-01-04
* RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam2018-01-03
* rds: Fix NULL pointer dereference in __rds_rdma_mapHÃ¥kon Bugge2017-12-06
* net, rds: convert rds_mr.r_refcount from atomic_t to refcount_tReshetova, Elena2017-07-04
* RDS: make message size limit compliant with specAvinash Repaka2017-01-02
* RDS: RDMA: Fix the composite message user notificationSantosh Shilimkar2017-01-02
* RDS: RDMA: silence the use_once mr log floodSantosh Shilimkar2017-01-02
* RDS: use rb_entry()Geliang Tang2016-12-20
* RDS: Fix rds MR reference count in rds_rdma_unuse()santosh.shilimkar@oracle.com2015-08-25
* RDS: Fix assertion level from fatal to warningsantosh.shilimkar@oracle.com2015-08-25
* RDS: restore return value in rds_cmsg_rdma_args()santosh.shilimkar@oracle.com2015-08-25
* rds: avoid calling sock_kfree_s() on allocation failureCong Wang2014-10-14
* rds: Integer overflow in RDS cmsg handlingDan Rosenberg2010-11-17
* RDS: Let rds_message_alloc_sgs() return NULLAndy Grover2010-10-30
* RDS: Copy rds_iovecs into kernel memory instead of rereading from userspaceAndy Grover2010-10-30
* RDS: Clean up error handling in rds_cmsg_rdma_argsAndy Grover2010-10-30
* RDS: Return -EINVAL if rds_rdma_pages returns an errorAndy Grover2010-10-30
* net: fix rds_iovec page count overflowLinus Torvalds2010-10-30
* rds: signedness bugDan Carpenter2010-09-19
* RDS: Implement masked atomic operationsAndy Grover2010-09-08
* RDS: Add flag for silent ops. Do atomic op before RDMAAndy Grover2010-09-08
* RDS: Move some variables around for consistencyAndy Grover2010-09-08
* RDS: Remove struct rds_rdma_opAndy Grover2010-09-08
* RDS: purge atomic resources too in rds_message_purge()Andy Grover2010-09-08
* RDS: Inline rdma_prepare into cmsg_rdma_argsAndy Grover2010-09-08
* RDS: WhitespaceAndy Grover2010-09-08
* RDS: Do not mask address when pinning pagesAndy Grover2010-09-08
* RDS: Base init_depth and responder_resources on hw valuesAndy Grover2010-09-08
* RDS: Implement atomic operationsAndy Grover2010-09-08
* RDS: make sure all sgs alloced are initializedAndy Grover2010-09-08
* RDS: make m_rdma_op a member of rds_messageAndy Grover2010-09-08
* RDS: fold rdma.h into rds.hAndy Grover2010-09-08
* RDS: cleanup/fix rds_rdma_unuseAndy Grover2010-09-08
* RDS: break out rdma and data ops into nested structs in rds_messageAndy Grover2010-09-08
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-08
* RDS: Fix corrupted rds_mrsTina Yang2010-09-08
* RDS: Fix BUG_ONs to not fire when in a taskletAndy Grover2010-09-08
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | RDS: Do not call set_page_dirty() with irqs offAndy Grover2010-03-16
|/
* net: Move && and || to end of previous lineJoe Perches2009-11-29
* RDS: Add GET_MR_FOR_DEST sockoptAndy Grover2009-10-30
* RDS: use get_user_pages_fast()Andy Grover2009-04-09
* RDS: Fix ordering in a conditionalAndy Grover2009-04-09
* RDS: RDMA supportAndy Grover2009-02-26