summaryrefslogtreecommitdiff
path: root/net/rds/ib.c
AgeCommit message (Expand)Author
2017-10-05RDS: IB: Limit the scope of has_fr/has_fmr variablesAvinash Repaka
2017-07-04net, rds: convert rds_ib_device.refcount from atomic_t to refcount_tReshetova, Elena
2017-03-03rds: remove unnecessary returned value checkZhu Yanjun
2017-03-01rds: ib: add the static type to the variablesZhu Yanjun
2017-02-24RDS: IB: fix ifnullfree.cocci warningsWu Fengguang
2017-01-02RDS: IB: Add vector spreading for cqsSantosh Shilimkar
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig
2016-07-01RDS: TCP: Hooks to set up a single connection pathSowmini Varadhan
2016-07-01RDS: TCP: make receive path use the rds_conn_pathSowmini Varadhan
2016-07-01RDS: Rework path specific indirectionsSowmini Varadhan
2016-06-14RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan
2016-03-02RDS: IB: add Fastreg MR (FRMR) detection supportsantosh.shilimkar@oracle.com
2016-03-02RDS: IB: Re-organise ibmr codesantosh.shilimkar@oracle.com
2015-12-22net/rds: Avoid calling ib_query_deviceOr Gerlitz
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro
2015-10-05RDS: IB: split mr pool to improve 8K messages performanceSantosh Shilimkar
2015-10-05RDS: IB: use max_mr from HCA caps than max_fmrSantosh 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-30IB/core: lock client data with lists_rwsemHaggai Eran
2015-08-25RDS: push FMR pool flush work to its own workersantosh.shilimkar@oracle.com
2015-08-07RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...Sowmini Varadhan
2013-12-27rds: prevent dereference of a NULL deviceSasha Levin
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty
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-08RDS/IB: protect the list of IB devicesZach Brown
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/IB: wait for IB dev freeing work to finish during rmmodZach Brown
2010-09-08RDS/IB: disconnect when IB devices are removedZach Brown
2010-09-08RDS/IB: add refcount tracking to struct rds_ib_deviceZach Brown
2010-09-08RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()Andy Grover
2010-09-08rds: rcu-ize rds_ib_get_device()Chris Mason
2010-09-08RDS: Stop supporting old cong map sending methodAndy Grover
2010-09-08RDS: inc_purge() transport function unused - remove itAndy Grover
2010-09-08RDS: Base init_depth and responder_resources on hw valuesAndy Grover
2010-09-08RDS: Implement atomic operationsAndy Grover
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-19RDMA/cm: fix loopback address supportSean Hefty
2009-08-23RDS: Track transports via an array, not a listAndy Grover
2009-07-20RDS/IB: Always use PAGE_SIZE for FMR page sizeAndy Grover
2009-07-20RDS: Set retry_count to 2 and make modifiable via modparamAndy Grover
2009-04-09ERR_PTR() dereference in net/rds/ib.cDan Carpenter
2009-04-02RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover
2009-02-26RDS/IB: Infiniband transportAndy Grover