summaryrefslogtreecommitdiffstats
path: root/net/rds/recv.c
Commit message (Expand)AuthorAgeFilesLines
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-2/+2
* put iov_iter into msghdrAl Viro2014-12-091-3/+4
* rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro2014-11-241-2/+3
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-191-2/+1Star
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-211-2/+0Star
* rds: set correct msg_namelenWeiping Pan2012-07-231-0/+3
* rds: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-1/+1
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-011-0/+1
* rds: make local functions/variables staticstephen hemminger2010-10-211-2/+1Star
* RDS: WhitespaceAndy Grover2010-09-091-2/+2
* RDS: fold rdma.h into rds.hAndy Grover2010-09-091-1/+0Star
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-091-2/+2
* rds: fix a leak of kernel memoryEric Dumazet2010-08-191-1/+1
* net: sk_sleep() helperEric Dumazet2010-04-211-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: Move && and || to end of previous lineJoe Perches2009-11-301-6/+5Star
* RDS: Export symbols from core RDSAndy Grover2009-08-241-0/+4
* RDS: Fix completion notifications on blocking socketsAndy Grover2009-07-201-11/+13
* RDS: recv.cAndy Grover2009-02-271-0/+542