summaryrefslogtreecommitdiffstats
path: root/net/rds/ib_recv.c
Commit message (Expand)AuthorAgeFilesLines
* net: rds: fix memory leak when unload rds_rdmaZhu Yanjun2019-06-061-0/+3
* rds: ib: force endiannes annotationNicholas Mc Guire2019-05-011-5/+3Star
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-101-5/+3Star
|\
| * IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche2019-02-041-5/+3Star
* | rds: rdma: update rdma transport for tosSantosh Shilimkar2019-02-041-2/+2
|/
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-161-18/+15Star
|\
| * rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon2018-08-011-5/+5
| * rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon2018-07-241-9/+9
| * net/rds: Remove unnecessary variableHåkon Bugge2018-07-181-2/+1Star
| * net/rds: void function cannot return -1Håkon Bugge2018-07-181-2/+0Star
* | net/rds: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-4/+2Star
|/
* rds: ib: Fix NULL pointer dereference in debug codeHåkon Bugge2017-11-101-5/+5
* rds: Reintroduce statistics countingHåkon Bugge2017-08-091-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-151-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-071-2/+2
* RDS: IB: ack more receive completions to improve performanceSantosh Shilimkar2015-10-051-99/+37Star
* 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-311-3/+3
* | RDS: fix the dangling reference to rds_ib_incoming_slabsantosh.shilimkar@oracle.com2015-08-261-2/+3
* | rds: Fix improper gfp_t usage.David S. Miller2015-08-261-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/+11Star
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-2/+2
* net: rds: fix per-cpu helper usageGerald Schaefer2014-01-181-4/+3Star
* IB/rds: Correct ib_api use with gs_dma_address/sg_dma_lenMarciniszyn, Mike2012-12-271-3/+6
* net: rds: use this_cpu_* per-cpu helperShan Wei2012-11-201-11/+13
* Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-211-4/+3Star
|\
| * rds: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+3Star
* | 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-091-5/+7
* RDS: properly use sg_init_tableChris Mason2010-09-091-0/+1
* RDS: remove __init and __exit annotationZach Brown2010-09-091-1/+1
* RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create()Andy Grover2010-09-091-2/+2
* RDS/IB: always process recv completionsZach Brown2010-09-091-8/+12
* RDS/IB: Make ib_recv_refill return voidAndy Grover2010-09-091-5/+1Star
* RDS: use friendly gfp masks for prefillChris Mason2010-09-091-9/+18
* RDS/IB: Add caching of frags and incsChris Mason2010-09-091-52/+269
* RDS/IB: Remove ib_recv_unmap_page()Andy Grover2010-09-091-20/+2Star
* RDS: Assume recv->r_frag is always NULL in refill_one()Andy Grover2010-09-091-13/+16
* RDS: Use page_remainder_alloc() for recv bufsAndy Grover2010-09-091-67/+27Star
* rds: don't let RDS shutdown a connection while senders are presentChris Mason2010-09-091-12/+0Star
* RDS: Refill recv ring directly from taskletAndy Grover2010-09-091-14/+8Star
* RDS/IB: Remove ib_[header/data]_sge() functionsAndy Grover2010-09-091-11/+11