summaryrefslogtreecommitdiffstats
path: root/net/rds/ib.c
Commit message (Expand)AuthorAgeFilesLines
* rds: remove unnecessary returned value checkZhu Yanjun2017-03-031-5/+1
* rds: ib: add the static type to the variablesZhu Yanjun2017-03-011-2/+2
* RDS: IB: fix ifnullfree.cocci warningsWu Fengguang2017-02-241-2/+1
* RDS: IB: Add vector spreading for cqsSantosh Shilimkar2017-01-021-0/+11
* IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-231-1/+1
* RDS: TCP: Hooks to set up a single connection pathSowmini Varadhan2016-07-011-1/+1
* RDS: TCP: make receive path use the rds_conn_pathSowmini Varadhan2016-07-011-1/+1
* RDS: Rework path specific indirectionsSowmini Varadhan2016-07-011-2/+2
* RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan2016-06-141-0/+1
* RDS: IB: add Fastreg MR (FRMR) detection supportsantosh.shilimkar@oracle.com2016-03-021-0/+10
* RDS: IB: Re-organise ibmr codesantosh.shilimkar@oracle.com2016-03-021-18/+19
* net/rds: Avoid calling ib_query_deviceOr Gerlitz2015-12-221-23/+11
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-11-071-1/+1
|\
| * IB/cma: Add support for network namespacesGuy Shapiro2015-10-281-1/+1
* | RDS: IB: split mr pool to improve 8K messages performanceSantosh Shilimkar2015-10-051-14/+33
* | RDS: IB: use max_mr from HCA caps than max_fmrSantosh Shilimkar2015-10-051-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-091-11/+2
|\
| * rds/ib: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-301-8/+0
| * IB/core: lock client data with lists_rwsemHaggai Eran2015-08-301-3/+2
* | RDS: push FMR pool flush work to its own workersantosh.shilimkar@oracle.com2015-08-251-1/+8
* | RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...Sowmini Varadhan2015-08-071-1/+1
|/
* rds: prevent dereference of a NULL deviceSasha Levin2013-12-271-1/+2
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-311-0/+1
* RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty2011-05-251-1/+1
* rds/ib: use system_wq instead of rds_ib_fmr_wqTejun Heo2011-02-011-8/+1
* rds: make local functions/variables staticstephen hemminger2010-10-211-5/+5
* RDS/IB: protect the list of IB devicesZach Brown2010-09-081-7/+20
* RDS: remove __init and __exit annotationZach Brown2010-09-081-1/+1
* RDS/IB: create a work queue for FMR flushingZach Brown2010-09-081-1/+8
* RDS/IB: destroy connections on rmmodZach Brown2010-09-081-1/+1
* RDS/IB: wait for IB dev freeing work to finish during rmmodZach Brown2010-09-081-2/+9
* RDS/IB: disconnect when IB devices are removedZach Brown2010-09-081-1/+24
* RDS/IB: add refcount tracking to struct rds_ib_deviceZach Brown2010-09-081-34/+95
* RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()Andy Grover2010-09-081-1/+1
* rds: rcu-ize rds_ib_get_device()Chris Mason2010-09-081-0/+1
* RDS: Stop supporting old cong map sending methodAndy Grover2010-09-081-1/+0
* RDS: inc_purge() transport function unused - remove itAndy Grover2010-09-081-1/+0
* RDS: Base init_depth and responder_resources on hw valuesAndy Grover2010-09-081-0/+3
* RDS: Implement atomic operationsAndy Grover2010-09-081-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* RDMA/cm: fix loopback address supportSean Hefty2009-11-191-2/+2
* RDS: Track transports via an array, not a listAndy Grover2009-08-231-0/+1
* RDS/IB: Always use PAGE_SIZE for FMR page sizeAndy Grover2009-07-201-3/+0
* RDS: Set retry_count to 2 and make modifiable via modparamAndy Grover2009-07-201-0/+3
* ERR_PTR() dereference in net/rds/ib.cDan Carpenter2009-04-091-2/+2
* RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover2009-04-021-2/+3
* RDS/IB: Infiniband transportAndy Grover2009-02-261-0/+323