aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib_recv.c
Commit message (Expand)AuthorAge
* RDS/IB: print string constants in more placesZach Brown2010-09-08
* RDS: properly use sg_init_tableChris Mason2010-09-08
* RDS: remove __init and __exit annotationZach Brown2010-09-08
* RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create()Andy Grover2010-09-08
* RDS/IB: always process recv completionsZach Brown2010-09-08
* RDS/IB: Make ib_recv_refill return voidAndy Grover2010-09-08
* RDS: use friendly gfp masks for prefillChris Mason2010-09-08
* RDS/IB: Add caching of frags and incsChris Mason2010-09-08
* RDS/IB: Remove ib_recv_unmap_page()Andy Grover2010-09-08
* RDS: Assume recv->r_frag is always NULL in refill_one()Andy Grover2010-09-08
* RDS: Use page_remainder_alloc() for recv bufsAndy Grover2010-09-08
* rds: don't let RDS shutdown a connection while senders are presentChris Mason2010-09-08
* RDS: Refill recv ring directly from taskletAndy Grover2010-09-08
* RDS/IB: Remove ib_[header/data]_sge() functionsAndy Grover2010-09-08
* RDS/IB: Disallow connections less than RDS 3.1Andy Grover2010-09-08
* RDS: inc_purge() transport function unused - remove itAndy Grover2010-09-08
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-08
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | RDS: Do not BUG() on error returned from ib_post_sendAndy Grover2010-03-17
|/
* net: Move && and || to end of previous lineJoe Perches2009-11-29
* RDS/IB+IW: Move recv processing to a taskletAndy Grover2009-10-30
* RDS: Fix potential race around rds_i[bw]_allocationAndy Grover2009-10-30
* RDS/IB: Rename byte_len to data_len to enhance readabilityAndy Grover2009-07-20
* RDS/IB: Handle connections using RDS 3.0 wire protocolAndy Grover2009-07-20
* RDS/IW+IB: Allow max credit advertise window.Steve Wise2009-04-09
* RDS: Use spinlock to protect 64b value update on 32b archsAndy Grover2009-04-02
* RDS/IB: Receive datagrams via IBAndy Grover2009-02-27