aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib_recv.c
Commit message (Expand)AuthorAgeFilesLines
* RDS/IB: print string constants in more placesZach Brown2010-09-081-5/+7
* RDS: properly use sg_init_tableChris Mason2010-09-081-0/+1
* RDS: remove __init and __exit annotationZach Brown2010-09-081-1/+1
* RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create()Andy Grover2010-09-081-2/+2
* RDS/IB: always process recv completionsZach Brown2010-09-081-8/+12
* RDS/IB: Make ib_recv_refill return voidAndy Grover2010-09-081-5/+1
* RDS: use friendly gfp masks for prefillChris Mason2010-09-081-9/+18
* RDS/IB: Add caching of frags and incsChris Mason2010-09-081-52/+269
* RDS/IB: Remove ib_recv_unmap_page()Andy Grover2010-09-081-20/+2
* RDS: Assume recv->r_frag is always NULL in refill_one()Andy Grover2010-09-081-13/+16
* RDS: Use page_remainder_alloc() for recv bufsAndy Grover2010-09-081-67/+27
* rds: don't let RDS shutdown a connection while senders are presentChris Mason2010-09-081-12/+0
* RDS: Refill recv ring directly from taskletAndy Grover2010-09-081-14/+8
* RDS/IB: Remove ib_[header/data]_sge() functionsAndy Grover2010-09-081-11/+11
* RDS/IB: Disallow connections less than RDS 3.1Andy Grover2010-09-081-42/+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/IB: Rename byte_len to data_len to enhance readabilityAndy Grover2009-07-201-6/+6
* RDS/IB: Handle connections using RDS 3.0 wire protocolAndy Grover2009-07-201-1/+42
* 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/IB: Receive datagrams via IBAndy Grover2009-02-261-0/+869