aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/rdma.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* RDS: fold rdma.h into rds.hAndy Grover2010-09-081-1/+1
* RDS: cleanup/fix rds_rdma_unuseAndy Grover2010-09-081-12/+15
* RDS: break out rdma and data ops into nested structs in rds_messageAndy Grover2010-09-081-4/+5
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-081-9/+9
* RDS: Fix corrupted rds_mrsTina Yang2010-09-081-0/+8
* RDS: Fix BUG_ONs to not fire when in a taskletAndy Grover2010-09-081-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | RDS: Do not call set_page_dirty() with irqs offAndy Grover2010-03-161-1/+3
|/
* net: Move && and || to end of previous lineJoe Perches2009-11-291-6/+6
* RDS: Add GET_MR_FOR_DEST sockoptAndy Grover2009-10-301-0/+24
* RDS: use get_user_pages_fast()Andy Grover2009-04-091-4/+1
* RDS: Fix ordering in a conditionalAndy Grover2009-04-091-1/+1
* RDS: RDMA supportAndy Grover2009-02-261-0/+679