summaryrefslogtreecommitdiff
path: root/net/rds/tcp_recv.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-24rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro1-29/+9
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-4/+4
2012-08-23rds: Don't disable BH on BH contextYing Xue1-2/+2
2012-03-20rds: remove the second argument of k[un]map_atomic()Cong Wang1-7/+4
2010-10-21rds: make local functions/variables staticstephen hemminger1-1/+2
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2010-09-25net: fix a lockdep splatEric Dumazet1-2/+2
2010-09-09RDS: remove __init and __exit annotationZach Brown1-1/+1
2010-09-09RDS: inc_purge() transport function unused - remove itAndy Grover1-1/+1
2010-09-09RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover1-5/+5
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-17RDS: update copy_to_user state in tcp transportAndy Grover1-0/+1
2009-08-24RDS: Add TCP transport to RDSAndy Grover1-0/+356