aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/iw_recv.c
Commit message (Expand)AuthorAgeFilesLines
* RDS: remove __init and __exit annotationZach Brown2010-09-081-1/+1
* RDS: inc_purge() transport function unused - remove itAndy Grover2010-09-081-1/+1
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-081-10/+10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | RDS: Do not BUG() on error returned from ib_post_sendAndy Grover2010-03-161-2/+2
|/
* net: Move && and || to end of previous lineJoe Perches2009-11-291-6/+6
* RDS/IB+IW: Move recv processing to a taskletAndy Grover2009-10-301-6/+22
* RDS: Fix potential race around rds_i[bw]_allocationAndy Grover2009-10-301-3/+4
* RDS/IW+IB: Allow max credit advertise window.Steve Wise2009-04-091-1/+1
* RDS: Use spinlock to protect 64b value update on 32b archsAndy Grover2009-04-021-2/+35
* RDS: Add iWARP supportAndy Grover2009-02-261-0/+869