aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib_recv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-12rds: add missing barrier to release_refillMikulas Patocka1-0/+1
2020-11-17rds: stop using dmapoolChristoph Hellwig1-3/+15
2020-10-09net/rds: suppress page allocation failure error in recv buffer refillManjunath Patil1-3/+3
2019-10-03net/rds: Use DMA memory pool allocation for rds_headerKa-Cheong Poon1-4/+4
2019-10-02net/rds: Log vendor error if send/recv Work requests failSudhakar Dindukurti1-2/+3
2019-08-23net/rds: Whitelist rdma_cookie and rx_tstamp for usercopyDag Moxnes1-3/+8
2019-08-15RDS: limit the number of times we loop in rds_send_xmitChris Mason1-1/+11
2019-06-05net: rds: fix memory leak when unload rds_rdmaZhu Yanjun1-0/+3
2019-05-01rds: ib: force endiannes annotationNicholas Mc Guire1-5/+3
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-5/+3
2019-02-04rds: rdma: update rdma transport for tosSantosh Shilimkar1-2/+2
2019-02-04IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche1-5/+3
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-18/+15
2018-08-01rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon1-5/+5
2018-07-24net/rds: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-4/+2
2018-07-23rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon1-9/+9
2018-07-18net/rds: Remove unnecessary variableHåkon Bugge1-2/+1
2018-07-18net/rds: void function cannot return -1Håkon Bugge1-2/+0
2017-11-10rds: ib: Fix NULL pointer dereference in debug codeHåkon Bugge1-5/+5
2017-08-08rds: Reintroduce statistics countingHåkon Bugge1-1/+4
2017-01-02RDS: add receive message trace used by applicationSantosh Shilimkar1-0/+4
2017-01-02RDS: IB: add few useful cache stastsSantosh Shilimkar1-0/+6
2017-01-02RDS: IB: include faddr in connection logSantosh Shilimkar1-2/+2
2016-07-01RDS: TCP: make receive path use the rds_conn_pathSowmini Varadhan1-1/+2
2016-06-14RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan1-0/+1
2016-04-07RDS: fix congestion map corruption for PAGE_SIZE > 4kshamir rabinovitch1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-2/+2
2015-10-05RDS: IB: ack more receive completions to improve performanceSantosh Shilimkar1-99/+37
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-3/+3
2015-08-30rds/ib: Remove ib_get_dma_mr callsJason Gunthorpe1-3/+3
2015-08-25RDS: fix the dangling reference to rds_ib_incoming_slabsantosh.shilimkar@oracle.com1-2/+3
2015-08-25rds: Fix improper gfp_t usage.David S. Miller1-1/+1
2015-08-25RDS: make sure we post recv bufferssantosh.shilimkar@oracle.com1-6/+52
2015-08-25RDS: always free recv frag as we free its ring entrysantosh.shilimkar@oracle.com1-3/+10
2015-05-18RDS: Switch to generic logging helpersSagi Grimberg1-2/+2
2014-11-24rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro1-26/+11
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2014-01-17net: rds: fix per-cpu helper usageGerald Schaefer1-4/+3
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