aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib_recv.c
AgeCommit message (Expand)Author
2023-01-27net: add missing includes of linux/sched/clock.hJakub Kicinski
2022-08-12rds: add missing barrier to release_refillMikulas Patocka
2020-11-17rds: stop using dmapoolChristoph Hellwig
2020-10-09net/rds: suppress page allocation failure error in recv buffer refillManjunath Patil
2019-10-03net/rds: Use DMA memory pool allocation for rds_headerKa-Cheong Poon
2019-10-02net/rds: Log vendor error if send/recv Work requests failSudhakar Dindukurti
2019-08-23net/rds: Whitelist rdma_cookie and rx_tstamp for usercopyDag Moxnes
2019-08-15RDS: limit the number of times we loop in rds_send_xmitChris Mason
2019-06-05net: rds: fix memory leak when unload rds_rdmaZhu Yanjun
2019-05-01rds: ib: force endiannes annotationNicholas Mc Guire
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-02-04rds: rdma: update rdma transport for tosSantosh Shilimkar
2019-02-04IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe
2018-08-01rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon
2018-07-24net/rds: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-07-23rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon
2018-07-18net/rds: Remove unnecessary variableHåkon Bugge
2018-07-18net/rds: void function cannot return -1Håkon Bugge
2017-11-10rds: ib: Fix NULL pointer dereference in debug codeHåkon Bugge
2017-08-08rds: Reintroduce statistics countingHåkon Bugge
2017-01-02RDS: add receive message trace used by applicationSantosh Shilimkar
2017-01-02RDS: IB: add few useful cache stastsSantosh Shilimkar
2017-01-02RDS: IB: include faddr in connection logSantosh Shilimkar
2016-07-01RDS: TCP: make receive path use the rds_conn_pathSowmini Varadhan
2016-06-14RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan
2016-04-07RDS: fix congestion map corruption for PAGE_SIZE > 4kshamir rabinovitch
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-05RDS: IB: ack more receive completions to improve performanceSantosh Shilimkar
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-08-30rds/ib: Remove ib_get_dma_mr callsJason Gunthorpe
2015-08-25RDS: fix the dangling reference to rds_ib_incoming_slabsantosh.shilimkar@oracle.com
2015-08-25rds: Fix improper gfp_t usage.David S. Miller
2015-08-25RDS: make sure we post recv bufferssantosh.shilimkar@oracle.com
2015-08-25RDS: always free recv frag as we free its ring entrysantosh.shilimkar@oracle.com
2015-05-18RDS: Switch to generic logging helpersSagi Grimberg
2014-11-24rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-01-17net: rds: fix per-cpu helper usageGerald Schaefer
2012-12-26IB/rds: Correct ib_api use with gs_dma_address/sg_dma_lenMarciniszyn, Mike
2012-11-19net: rds: use this_cpu_* per-cpu helperShan Wei
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-20rds: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-09rds: Fix typo in iw_recv.c and ib_recv.cMasanari Iida
2010-09-08RDS/IB: print string constants in more placesZach Brown
2010-09-08RDS: properly use sg_init_tableChris Mason
2010-09-08RDS: remove __init and __exit annotationZach Brown
2010-09-08RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create()Andy Grover
2010-09-08RDS/IB: always process recv completionsZach Brown
2010-09-08RDS/IB: Make ib_recv_refill return voidAndy Grover