summaryrefslogtreecommitdiffstats
path: root/net/rds/ib_recv.c
Commit message (Expand)AuthorAgeFilesLines
* rds: ib: Fix NULL pointer dereference in debug codeHåkon Bugge2017-11-101-5/+5
* rds: Reintroduce statistics countingHåkon Bugge2017-08-081-1/+4
* RDS: add receive message trace used by applicationSantosh Shilimkar2017-01-021-0/+4
* RDS: IB: add few useful cache stastsSantosh Shilimkar2017-01-021-0/+6
* RDS: IB: include faddr in connection logSantosh Shilimkar2017-01-021-2/+2
* RDS: TCP: make receive path use the rds_conn_pathSowmini Varadhan2016-07-011-1/+2
* RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan2016-06-141-0/+1
* RDS: fix congestion map corruption for PAGE_SIZE > 4kshamir rabinovitch2016-04-071-1/+1
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-2/+2
* RDS: IB: ack more receive completions to improve performanceSantosh Shilimkar2015-10-051-99/+37
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-091-3/+3
|\
| * rds/ib: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-301-3/+3
* | RDS: fix the dangling reference to rds_ib_incoming_slabsantosh.shilimkar@oracle.com2015-08-251-2/+3
* | rds: Fix improper gfp_t usage.David S. Miller2015-08-251-1/+1
* | RDS: make sure we post recv bufferssantosh.shilimkar@oracle.com2015-08-251-6/+52
* | RDS: always free recv frag as we free its ring entrysantosh.shilimkar@oracle.com2015-08-251-3/+10
|/
* RDS: Switch to generic logging helpersSagi Grimberg2015-05-181-2/+2
* rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro2014-11-241-26/+11
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-2/+2
* net: rds: fix per-cpu helper usageGerald Schaefer2014-01-171-4/+3
* IB/rds: Correct ib_api use with gs_dma_address/sg_dma_lenMarciniszyn, Mike2012-12-261-3/+6
* net: rds: use this_cpu_* per-cpu helperShan Wei2012-11-191-11/+13
* Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-211-4/+3
|\
| * rds: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+3
* | rds: Fix typo in iw_recv.c and ib_recv.cMasanari Iida2012-02-091-1/+1
|/
* 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
OpenPOWER on IntegriCloud