summaryrefslogtreecommitdiffstats
path: root/net/rds/ib_rdma.c
Commit message (Expand)AuthorAgeFilesLines
* net/rds: Fix NULL/ERR_PTR inconsistencyGerd Rausch2019-07-171-2/+2
* net/rds: Get rid of "wait_clean_list_grace" and add lockingGerd Rausch2019-07-171-38/+18Star
* net: rds: fix memory leak in rds_ib_flush_mr_poolZhu Yanjun2019-06-061-4/+6
* net: rds: exchange of 8K and 1M poolZhu Yanjun2019-04-241-3/+0Star
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-8/+13
|\
| * RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka2018-07-261-8/+13
* | rds: Remove IPv6 dependencyKa-Cheong Poon2018-08-011-0/+2
* | rds: Extend RDS API for IPv6 supportKa-Cheong Poon2018-07-241-1/+10
* | rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon2018-07-241-7/+8
|/
* RDS: IB: Initialize max_items based on underlying device attributesAvinash Repaka2017-10-061-2/+2
* net, rds: convert rds_ib_device.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-2/+2
* RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan2016-06-151-0/+1
* RDS: IB: Remove deprecated create_workqueueBhaktipriya Shridhar2016-06-111-1/+1
* RDS: IB: Support Fastreg MR (FRMR) memory registration modeAvinash Repaka2016-03-021-3/+14
* RDS: IB: add mr reused statssantosh.shilimkar@oracle.com2016-03-021-1/+6
* RDS: IB: move FMR code to its own filesantosh.shilimkar@oracle.com2016-03-021-57/+51Star
* RDS: IB: create struct rds_ib_fmrsantosh.shilimkar@oracle.com2016-03-021-4/+10
* RDS: IB: Re-organise ibmr codesantosh.shilimkar@oracle.com2016-03-021-306/+73Star
* RDS: IB: split mr pool to improve 8K messages performanceSantosh Shilimkar2015-10-051-30/+71
* RDS: IB: mark rds_ib_fmr_wq staticSantosh Shilimkar2015-10-051-1/+1
* RDS: IB: use already available pool handle from ibmrSantosh Shilimkar2015-10-051-3/+2Star
* RDS: IB: fix the rds_ib_fmr_wq kick callSantosh Shilimkar2015-10-051-1/+1
* RDS: use kfree_rcu in rds_ib_remove_ipaddrSantosh Shilimkar2015-09-301-4/+2Star
* RDS: remove superfluous from rds_ib_alloc_fmr()santosh.shilimkar@oracle.com2015-08-261-2/+0Star
* RDS: flush the FMR pool less oftensantosh.shilimkar@oracle.com2015-08-261-1/+1
* RDS: push FMR pool flush work to its own workersantosh.shilimkar@oracle.com2015-08-261-3/+24
* RDS: fix fmr pool dirty_countWengang Wang2015-08-261-6/+9
* RDS: Fix assertion level from fatal to warningsantosh.shilimkar@oracle.com2015-08-251-1/+1
* RDS: don't update ip address tables if the address hasn't changedsantosh.shilimkar@oracle.com2015-08-251-2/+7
* rds: rds_ib_device.refcount overflowWengang Wang2015-07-141-1/+3
* net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-261-1/+1
* net, rds, Replace xlist in net/rds/xlist.h with llistHuang Ying2011-09-151-61/+51Star
* rds/ib: use system_wq instead of rds_ib_fmr_wqTejun Heo2011-02-011-24/+3Star
* rds: make local functions/variables staticstephen hemminger2010-10-211-1/+1
* rds: spin_lock_irq() is not nestableDan Carpenter2010-09-191-2/+2
* RDS/IB: protect the list of IB devicesZach Brown2010-09-091-3/+5
* RDS: flush fmrs before allocating new onesChris Mason2010-09-091-2/+5
* RDS: remove __init and __exit annotationZach Brown2010-09-091-2/+2
* RDS/IB: create a work queue for FMR flushingZach Brown2010-09-091-2/+23
* RDS/IB: destroy connections on rmmodZach Brown2010-09-091-5/+4Star
* RDS: whitespaceAndy Grover2010-09-091-1/+0Star
* RDS: use delayed work for the FMR flushesChris Mason2010-09-091-6/+6
* rds: recycle FMRs through lockless listsChris Mason2010-09-091-42/+172
* RDS/IB: add refcount tracking to struct rds_ib_deviceZach Brown2010-09-091-2/+12
* rds: Use RCU for the bind lookup searchesChris Mason2010-09-091-0/+2
* RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()Andy Grover2010-09-091-2/+3
* RDS/IB: Remove unused variable in ib_remove_addr()Andy Grover2010-09-091-1/+1
* rds: rcu-ize rds_ib_get_device()Chris Mason2010-09-091-8/+16
* RDS: Implement atomic operationsAndy Grover2010-09-091-1/+3
* RDS: fold rdma.h into rds.hAndy Grover2010-09-091-1/+0Star