summaryrefslogtreecommitdiffstats
path: root/net/rds/message.c
AgeCommit message (Expand)AuthorLines
2017-07-04net, rds: convert rds_message.m_refcount from atomic_t to refcount_tReshetova, Elena-6/+6
2016-11-17RDS: TCP: Track peer's connection generation numberSowmini Varadhan-0/+1
2016-07-15RDS: TCP: Enable multipath RDS for TCPSowmini Varadhan-0/+1
2015-02-07rds: Make rds_message_copy_from_user() return 0 on success.Sowmini Varadhan-4/+4
2014-12-15rds: Fix min() warning in rds_message_inc_copy_to_user()Geert Uytterhoeven-1/+2
2014-11-24rds: switch rds_message_copy_from_user() to iov_iterAl Viro-30/+12
2014-11-24rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro-27/+8
2013-03-04rds: simplify a warning messageCong Wang-4/+1
2013-03-04rds: limit the size allocated by rds_message_alloc()Cong Wang-0/+3
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker-0/+1
2010-11-08rds: Fix rds message leak in rds_message_map_pagesPavel Emelyanov-1/+3
2010-10-30RDS: Let rds_message_alloc_sgs() return NULLAndy Grover-0/+5
2010-10-21rds: make local functions/variables staticstephen hemminger-22/+2
2010-09-08rds: don't let RDS shutdown a connection while senders are presentChris Mason-1/+4
2010-09-08rds: per-rm flush_wait waitqChris Mason-4/+3
2010-09-08RDS: Do wait_event_interruptible instead of wait_eventAndy Grover-2/+2
2010-09-08RDS: rds_message_unmapped() doesn't need to check if queue activeAndy Grover-2/+1
2010-09-08RDS: Use NOWAIT in message_map_pages()Andy Grover-1/+1
2010-09-08RDS: Add a warning if trying to allocate 0 sgsAndy Grover-0/+1
2010-09-08RDS: Do not set op_active in r_m_copy_from_user().Andy Grover-2/+0
2010-09-08RDS: Rename data op members prefix from m_ to op_Andy Grover-11/+11
2010-09-08RDS: Remove struct rds_rdma_opAndy Grover-4/+4
2010-09-08RDS: purge atomic resources too in rds_message_purge()Andy Grover-0/+5
2010-09-08RDS: Implement silent atomicsAndy Grover-0/+2
2010-09-08RDS: Move loop-only function to loop.cAndy Grover-6/+0
2010-09-08RDS: inc_purge() transport function unused - remove itAndy Grover-6/+0
2010-09-08RDS: make sure all sgs alloced are initializedAndy Grover-1/+1
2010-09-08RDS: make m_rdma_op a member of rds_messageAndy Grover-3/+6
2010-09-08RDS: fold rdma.h into rds.hAndy Grover-1/+0
2010-09-08RDS: Explicitly allocate rm in sendmsg()Andy Grover-21/+30
2010-09-08RDS: break out rdma and data ops into nested structs in rds_messageAndy Grover-15/+15
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches-2/+1
2009-08-23RDS: Export symbols from core RDSAndy Grover-0/+6
2009-02-26RDS: Message parsingAndy Grover-0/+402