aboutsummaryrefslogtreecommitdiff
path: root/net/rds/iw_recv.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-24rds: switch ->inc_copy_to_user() to passing iov_iterGravatar Al Viro 1-26/+11
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 1-2/+2
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxGravatar Linus Torvalds 1-4/+3
2012-03-20rds: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-4/+3
2012-02-09rds: Fix typo in iw_recv.c and ib_recv.cGravatar Masanari Iida 1-1/+1
2010-09-08RDS: remove __init and __exit annotationGravatar Zach Brown 1-1/+1
2010-09-08RDS: inc_purge() transport function unused - remove itGravatar Andy Grover 1-1/+1
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsGravatar Andy Grover 1-10/+10
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-16RDS: Do not BUG() on error returned from ib_post_sendGravatar Andy Grover 1-2/+2
2009-11-29net: Move && and || to end of previous lineGravatar Joe Perches 1-6/+6
2009-10-30RDS/IB+IW: Move recv processing to a taskletGravatar Andy Grover 1-6/+22
2009-10-30RDS: Fix potential race around rds_i[bw]_allocationGravatar Andy Grover 1-3/+4
2009-04-09RDS/IW+IB: Allow max credit advertise window.Gravatar Steve Wise 1-1/+1
2009-04-02RDS: Use spinlock to protect 64b value update on 32b archsGravatar Andy Grover 1-2/+35
2009-02-26RDS: Add iWARP supportGravatar Andy Grover 1-0/+869