aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/message.c
Commit message (Expand)AuthorAge
* RDS: Add a warning if trying to allocate 0 sgsAndy Grover2010-09-08
* RDS: Do not set op_active in r_m_copy_from_user().Andy Grover2010-09-08
* RDS: Rename data op members prefix from m_ to op_Andy 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: Implement silent atomicsAndy Grover2010-09-08
* RDS: Move loop-only function to loop.cAndy Grover2010-09-08
* RDS: inc_purge() transport function unused - remove itAndy 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: Explicitly allocate rm in sendmsg()Andy 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
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* net: Move && and || to end of previous lineJoe Perches2009-11-29
* RDS: Export symbols from core RDSAndy Grover2009-08-23
* RDS: Message parsingAndy Grover2009-02-27