summaryrefslogtreecommitdiffstats
path: root/net/rds/ib.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-1/+1
|\
| * net: rds: fix memory leak when unload rds_rdmaZhu Yanjun2019-06-061-1/+1
* | net: rds: add per rds connection cache statisticsZhu Yanjun2019-06-061-0/+2
|/
* rds: add transport specific tos_map hookSantosh Shilimkar2019-02-041-0/+10
* rds: add type of service(tos) infrastructureSantosh Shilimkar2019-02-041-0/+1
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-2/+2
* net/rds: Use rdma_read_gids to get connection SGID/DGID in IPv6Zhu Yanjun2018-08-281-7/+2Star
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-161-12/+124
|\
| * rds: Remove IPv6 dependencyKa-Cheong Poon2018-08-011-5/+26
| * rds: remove trailing whitespace and blank linesStephen Hemminger2018-07-241-1/+0Star
| * rds: Extend RDS API for IPv6 supportKa-Cheong Poon2018-07-241-0/+52
| * rds: Enable RDS IPv6 supportKa-Cheong Poon2018-07-241-8/+47
| * rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon2018-07-241-8/+9
* | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+1
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+2
* net: rds: drop VLA in rds_for_each_conn_info()Salvatore Mesoraca2018-03-121-0/+3
* rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ...Sowmini Varadhan2018-02-081-0/+17
* RDS: IB: Fix null pointer issueGuanglei Li2018-02-061-1/+2
* net/rds: Use rdma_read_gids to read connection GIDsParav Pandit2018-01-191-4/+2Star
* RDS: IB: Limit the scope of has_fr/has_fmr variablesAvinash Repaka2017-10-061-5/+6
* net, rds: convert rds_ib_device.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-6/+6
* rds: remove unnecessary returned value checkZhu Yanjun2017-03-031-5/+1Star
* rds: ib: add the static type to the variablesZhu Yanjun2017-03-011-2/+2
* RDS: IB: fix ifnullfree.cocci warningsWu Fengguang2017-02-241-2/+1Star
* 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-151-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/+11Star
* 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/+2Star
|\
| * rds/ib: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-311-8/+0Star
| * IB/core: lock client data with lists_rwsemHaggai Eran2015-08-301-3/+2Star
* | RDS: push FMR pool flush work to its own workersantosh.shilimkar@oracle.com2015-08-261-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-11-011-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/+1Star
* rds: make local functions/variables staticstephen hemminger2010-10-211-5/+5
* RDS/IB: protect the list of IB devicesZach Brown2010-09-091-7/+20
* RDS: remove __init and __exit annotationZach Brown2010-09-091-1/+1
* RDS/IB: create a work queue for FMR flushingZach Brown2010-09-091-1/+8