summaryrefslogtreecommitdiffstats
path: root/net/rds/ib_recv.c
Commit message (Expand)AuthorAgeFilesLines
* net: add missing includes of linux/sched/clock.hJakub Kicinski2023-01-271-0/+1
* rds: add missing barrier to release_refillMikulas Patocka2022-08-121-0/+1
* rds: stop using dmapoolChristoph Hellwig2020-11-171-3/+15
* net/rds: suppress page allocation failure error in recv buffer refillManjunath Patil2020-10-091-3/+3
* net/rds: Use DMA memory pool allocation for rds_headerKa-Cheong Poon2019-10-031-4/+4
* net/rds: Log vendor error if send/recv Work requests failSudhakar Dindukurti2019-10-021-2/+3
* net/rds: Whitelist rdma_cookie and rx_tstamp for usercopyDag Moxnes2019-08-231-3/+8
* RDS: limit the number of times we loop in rds_send_xmitChris Mason2019-08-151-1/+11
* net: rds: fix memory leak when unload rds_rdmaZhu Yanjun2019-06-051-0/+3
* rds: ib: force endiannes annotationNicholas Mc Guire2019-05-011-5/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-091-5/+3
|\
| * IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche2019-02-041-5/+3
* | 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/+15
|\
| * 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-231-9/+9
| * net/rds: Remove unnecessary variableHåkon Bugge2018-07-181-2/+1
| * net/rds: void function cannot return -1Håkon Bugge2018-07-181-2/+0
* | net/rds: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-241-4/+2
|/
* 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