aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-03rds: remove unnecessary returned value checkZhu Yanjun1-5/+1
2017-03-01rds: ib: add the static type to the variablesZhu Yanjun1-2/+2
2017-02-24RDS: IB: fix ifnullfree.cocci warningsWu Fengguang1-2/+1
2017-01-02RDS: IB: Add vector spreading for cqsSantosh Shilimkar1-0/+11
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig1-1/+1
2016-07-01RDS: TCP: Hooks to set up a single connection pathSowmini Varadhan1-1/+1
2016-07-01RDS: TCP: make receive path use the rds_conn_pathSowmini Varadhan1-1/+1
2016-07-01RDS: Rework path specific indirectionsSowmini Varadhan1-2/+2
2016-06-14RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan1-0/+1
2016-03-02RDS: IB: add Fastreg MR (FRMR) detection supportsantosh.shilimkar@oracle.com1-0/+10
2016-03-02RDS: IB: Re-organise ibmr codesantosh.shilimkar@oracle.com1-18/+19
2015-12-22net/rds: Avoid calling ib_query_deviceOr Gerlitz1-23/+11
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro1-1/+1
2015-10-05RDS: IB: split mr pool to improve 8K messages performanceSantosh Shilimkar1-14/+33
2015-10-05RDS: IB: use max_mr from HCA caps than max_fmrSantosh Shilimkar1-2/+2
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-11/+2
2015-08-30rds/ib: Remove ib_get_dma_mr callsJason Gunthorpe1-8/+0
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran1-3/+2
2015-08-25RDS: push FMR pool flush work to its own workersantosh.shilimkar@oracle.com1-1/+8
2015-08-07RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than init_netSowmini Varadhan1-1/+1
2013-12-27rds: prevent dereference of a NULL deviceSasha Levin1-1/+2
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty1-1/+1
2011-02-01rds/ib: use system_wq instead of rds_ib_fmr_wqTejun Heo1-8/+1
2010-10-21rds: make local functions/variables staticstephen hemminger1-5/+5
2010-09-08RDS/IB: protect the list of IB devicesZach Brown1-7/+20
2010-09-08RDS: remove __init and __exit annotationZach Brown1-1/+1
2010-09-08RDS/IB: create a work queue for FMR flushingZach Brown1-1/+8
2010-09-08RDS/IB: destroy connections on rmmodZach Brown1-1/+1
2010-09-08RDS/IB: wait for IB dev freeing work to finish during rmmodZach Brown1-2/+9
2010-09-08RDS/IB: disconnect when IB devices are removedZach Brown1-1/+24
2010-09-08RDS/IB: add refcount tracking to struct rds_ib_deviceZach Brown1-34/+95
2010-09-08RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()Andy Grover1-1/+1
2010-09-08rds: rcu-ize rds_ib_get_device()Chris Mason1-0/+1
2010-09-08RDS: Stop supporting old cong map sending methodAndy Grover1-1/+0
2010-09-08RDS: inc_purge() transport function unused - remove itAndy Grover1-1/+0
2010-09-08RDS: Base init_depth and responder_resources on hw valuesAndy Grover1-0/+3
2010-09-08RDS: Implement atomic operationsAndy Grover1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-19RDMA/cm: fix loopback address supportSean Hefty1-2/+2
2009-08-23RDS: Track transports via an array, not a listAndy Grover1-0/+1
2009-07-20RDS/IB: Always use PAGE_SIZE for FMR page sizeAndy Grover1-3/+0
2009-07-20RDS: Set retry_count to 2 and make modifiable via modparamAndy Grover1-0/+3
2009-04-09ERR_PTR() dereference in net/rds/ib.cDan Carpenter1-2/+2
2009-04-02RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover1-2/+3
2009-02-26RDS/IB: Infiniband transportAndy Grover1-0/+323