summaryrefslogtreecommitdiff
path: root/net/rds/ib_recv.c
AgeCommit message (Expand)AuthorFilesLines
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: Do not BUG() on error returned from ib_post_sendAndy Grover1-2/+2
2009-11-30net: Move && and || to end of previous lineJoe Perches1-6/+6
2009-10-31RDS/IB+IW: Move recv processing to a taskletAndy Grover1-6/+22
2009-10-31RDS: Fix potential race around rds_i[bw]_allocationAndy Grover1-3/+4
2009-07-20RDS/IB: Rename byte_len to data_len to enhance readabilityAndy Grover1-6/+6
2009-07-20RDS/IB: Handle connections using RDS 3.0 wire protocolAndy Grover1-1/+42
2009-04-10RDS/IW+IB: Allow max credit advertise window.Steve Wise1-1/+1
2009-04-02RDS: Use spinlock to protect 64b value update on 32b archsAndy Grover1-2/+35
2009-02-27RDS/IB: Receive datagrams via IBAndy Grover1-0/+869