summaryrefslogtreecommitdiffstats
path: root/net/rds/rdma.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDS: break out rdma and data ops into nested structs in rds_messageAndy Grover2010-09-091-4/+5
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-091-9/+9
* RDS: Fix corrupted rds_mrsTina Yang2010-09-091-0/+8
* RDS: Fix BUG_ONs to not fire when in a taskletAndy Grover2010-09-091-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-171-1/+3
|/
* net: Move && and || to end of previous lineJoe Perches2009-11-301-6/+6
* RDS: Add GET_MR_FOR_DEST sockoptAndy Grover2009-10-301-0/+24
* RDS: use get_user_pages_fast()Andy Grover2009-04-101-4/+1
* RDS: Fix ordering in a conditionalAndy Grover2009-04-101-1/+1
* RDS: RDMA supportAndy Grover2009-02-271-0/+679