summaryrefslogtreecommitdiff
path: root/net/rds/message.c
AgeCommit message (Expand)Author
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2010-11-08rds: Fix rds message leak in rds_message_map_pagesPavel Emelyanov
2010-10-30RDS: Let rds_message_alloc_sgs() return NULLAndy Grover
2010-10-21rds: make local functions/variables staticstephen hemminger
2010-09-08rds: don't let RDS shutdown a connection while senders are presentChris Mason
2010-09-08rds: per-rm flush_wait waitqChris Mason
2010-09-08RDS: Do wait_event_interruptible instead of wait_eventAndy Grover
2010-09-08RDS: rds_message_unmapped() doesn't need to check if queue activeAndy Grover
2010-09-08RDS: Use NOWAIT in message_map_pages()Andy Grover
2010-09-08RDS: Add a warning if trying to allocate 0 sgsAndy Grover
2010-09-08RDS: Do not set op_active in r_m_copy_from_user().Andy Grover
2010-09-08RDS: Rename data op members prefix from m_ to op_Andy Grover
2010-09-08RDS: Remove struct rds_rdma_opAndy Grover
2010-09-08RDS: purge atomic resources too in rds_message_purge()Andy Grover
2010-09-08RDS: Implement silent atomicsAndy Grover
2010-09-08RDS: Move loop-only function to loop.cAndy Grover
2010-09-08RDS: inc_purge() transport function unused - remove itAndy Grover
2010-09-08RDS: make sure all sgs alloced are initializedAndy Grover
2010-09-08RDS: make m_rdma_op a member of rds_messageAndy Grover
2010-09-08RDS: fold rdma.h into rds.hAndy Grover
2010-09-08RDS: Explicitly allocate rm in sendmsg()Andy Grover
2010-09-08RDS: break out rdma and data ops into nested structs in rds_messageAndy Grover
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-08-23RDS: Export symbols from core RDSAndy Grover
2009-02-26RDS: Message parsingAndy Grover