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