aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib_rdma.c
AgeCommit message (Expand)Author
2020-06-02RDMA/rds: Remove FMR support for memory registrationMax Gurtovoy
2020-01-18net/rds: Use prefetch for On-Demand-Paging MRHans Westgaard Ry
2020-01-18net/rds: Handle ODP mr registration/unregistrationHans Westgaard Ry
2019-07-17net/rds: Fix NULL/ERR_PTR inconsistencyGerd Rausch
2019-07-17net/rds: Get rid of "wait_clean_list_grace" and add lockingGerd Rausch
2019-06-06net: rds: fix memory leak in rds_ib_flush_mr_poolZhu Yanjun
2019-04-24net: rds: exchange of 8K and 1M poolZhu Yanjun
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-01rds: Remove IPv6 dependencyKa-Cheong Poon
2018-07-26RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka
2018-07-23rds: Extend RDS API for IPv6 supportKa-Cheong Poon
2018-07-23rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon
2017-10-05RDS: IB: Initialize max_items based on underlying device attributesAvinash Repaka
2017-07-04net, rds: convert rds_ib_device.refcount from atomic_t to refcount_tReshetova, Elena
2016-06-14RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan
2016-06-10RDS: IB: Remove deprecated create_workqueueBhaktipriya Shridhar
2016-03-02RDS: IB: Support Fastreg MR (FRMR) memory registration modeAvinash Repaka
2016-03-02RDS: IB: add mr reused statssantosh.shilimkar@oracle.com
2016-03-02RDS: IB: move FMR code to its own filesantosh.shilimkar@oracle.com
2016-03-02RDS: IB: create struct rds_ib_fmrsantosh.shilimkar@oracle.com
2016-03-02RDS: IB: Re-organise ibmr codesantosh.shilimkar@oracle.com
2015-10-05RDS: IB: split mr pool to improve 8K messages performanceSantosh Shilimkar
2015-10-05RDS: IB: mark rds_ib_fmr_wq staticSantosh Shilimkar
2015-10-05RDS: IB: use already available pool handle from ibmrSantosh Shilimkar
2015-10-05RDS: IB: fix the rds_ib_fmr_wq kick callSantosh Shilimkar
2015-09-30RDS: use kfree_rcu in rds_ib_remove_ipaddrSantosh Shilimkar
2015-08-25RDS: remove superfluous from rds_ib_alloc_fmr()santosh.shilimkar@oracle.com
2015-08-25RDS: flush the FMR pool less oftensantosh.shilimkar@oracle.com
2015-08-25RDS: push FMR pool flush work to its own workersantosh.shilimkar@oracle.com
2015-08-25RDS: fix fmr pool dirty_countWengang Wang
2015-08-25RDS: Fix assertion level from fatal to warningsantosh.shilimkar@oracle.com
2015-08-25RDS: don't update ip address tables if the address hasn't changedsantosh.shilimkar@oracle.com
2015-07-14rds: rds_ib_device.refcount overflowWengang Wang
2014-08-26net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter
2011-09-15net, rds, Replace xlist in net/rds/xlist.h with llistHuang Ying
2011-02-01rds/ib: use system_wq instead of rds_ib_fmr_wqTejun Heo
2010-10-21rds: make local functions/variables staticstephen hemminger
2010-09-19rds: spin_lock_irq() is not nestableDan Carpenter
2010-09-08RDS/IB: protect the list of IB devicesZach Brown
2010-09-08RDS: flush fmrs before allocating new onesChris Mason
2010-09-08RDS: remove __init and __exit annotationZach Brown
2010-09-08RDS/IB: create a work queue for FMR flushingZach Brown
2010-09-08RDS/IB: destroy connections on rmmodZach Brown
2010-09-08RDS: whitespaceAndy Grover
2010-09-08RDS: use delayed work for the FMR flushesChris Mason
2010-09-08rds: recycle FMRs through lockless listsChris Mason
2010-09-08RDS/IB: add refcount tracking to struct rds_ib_deviceZach Brown
2010-09-08rds: Use RCU for the bind lookup searchesChris Mason
2010-09-08RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()Andy Grover
2010-09-08RDS/IB: Remove unused variable in ib_remove_addr()Andy Grover