aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib_recv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-26IB/rds: Correct ib_api use with gs_dma_address/sg_dma_lenMarciniszyn, Mike1-3/+6
2012-11-19net: rds: use this_cpu_* per-cpu helperShan Wei1-11/+13
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-4/+3
2012-03-20rds: remove the second argument of k[un]map_atomic()Cong Wang1-4/+3
2012-02-09rds: Fix typo in iw_recv.c and ib_recv.cMasanari Iida1-1/+1
2010-09-08RDS/IB: print string constants in more placesZach Brown1-5/+7
2010-09-08RDS: properly use sg_init_tableChris Mason1-0/+1
2010-09-08RDS: remove __init and __exit annotationZach Brown1-1/+1
2010-09-08RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create()Andy Grover1-2/+2
2010-09-08RDS/IB: always process recv completionsZach Brown1-8/+12
2010-09-08RDS/IB: Make ib_recv_refill return voidAndy Grover1-5/+1
2010-09-08RDS: use friendly gfp masks for prefillChris Mason1-9/+18
2010-09-08RDS/IB: Add caching of frags and incsChris Mason1-52/+269
2010-09-08RDS/IB: Remove ib_recv_unmap_page()Andy Grover1-20/+2
2010-09-08RDS: Assume recv->r_frag is always NULL in refill_one()Andy Grover1-13/+16
2010-09-08RDS: Use page_remainder_alloc() for recv bufsAndy Grover1-67/+27
2010-09-08rds: don't let RDS shutdown a connection while senders are presentChris Mason1-12/+0
2010-09-08RDS: Refill recv ring directly from taskletAndy Grover1-14/+8
2010-09-08RDS/IB: Remove ib_[header/data]_sge() functionsAndy Grover1-11/+11
2010-09-08RDS/IB: Disallow connections less than RDS 3.1Andy Grover1-42/+1
2010-09-08RDS: inc_purge() transport function unused - remove itAndy Grover1-1/+1
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover1-10/+10
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-16RDS: Do not BUG() on error returned from ib_post_sendAndy Grover1-2/+2
2009-11-29net: Move && and || to end of previous lineJoe Perches1-6/+6
2009-10-30RDS/IB+IW: Move recv processing to a taskletAndy Grover1-6/+22
2009-10-30RDS: 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-09RDS/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-26RDS/IB: Receive datagrams via IBAndy Grover1-0/+869