aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/recv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-2/+2
2014-12-09put iov_iter into msghdrAl Viro1-3/+4
2014-11-24rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro1-2/+3
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+1
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-2/+0
2012-07-23rds: set correct msg_namelenWeiping Pan1-0/+3
2012-03-20rds: remove the second argument of k[un]map_atomic()Cong Wang1-1/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2010-10-21rds: make local functions/variables staticstephen hemminger1-2/+1
2010-09-08RDS: WhitespaceAndy Grover1-2/+2
2010-09-08RDS: fold rdma.h into rds.hAndy Grover1-1/+0
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover1-2/+2
2010-08-18rds: fix a leak of kernel memoryEric Dumazet1-1/+1
2010-04-20net: sk_sleep() helperEric Dumazet1-1/+1
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-6/+5
2009-08-23RDS: Export symbols from core RDSAndy Grover1-0/+4
2009-07-20RDS: Fix completion notifications on blocking socketsAndy Grover1-11/+13
2009-02-26RDS: recv.cAndy Grover1-0/+542