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