summaryrefslogtreecommitdiffstats
path: root/net/rds/ib.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-2/+2
* rds: stop using dmapoolChristoph Hellwig2020-11-171-10/+0
* RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-021-1/+1
* RDMA/rds: Remove FMR support for memory registrationMax Gurtovoy2020-06-021-13/+7
* RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe2020-05-061-8/+13
* net/rds: Handle ODP mr registration/unregistrationHans Westgaard Ry2020-01-181-0/+7
* net/rds: Remove unnecessary null checkYueHaibing2019-10-171-2/+1
* net/rds: Add missing include fileYueHaibing2019-10-061-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-051-3/+3
|\
| * net/rds: Fix error handling in rds_ib_add_one()Dotan Barak2019-10-021-3/+3
* | net/rds: Use DMA memory pool allocation for rds_headerKa-Cheong Poon2019-10-031-1/+9
|/
* net: rds: add service level support in rds-infoZhu Yanjun2019-08-241-6/+10
* 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-051-1/+1
* | net: rds: add per rds connection cache statisticsZhu Yanjun2019-06-051-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-271-7/+2
* 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/+0
| * rds: Extend RDS API for IPv6 supportKa-Cheong Poon2018-07-231-0/+52
| * rds: Enable RDS IPv6 supportKa-Cheong Poon2018-07-231-8/+47
| * rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon2018-07-231-8/+9
* | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+1
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-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/+2
* RDS: IB: Limit the scope of has_fr/has_fmr variablesAvinash Repaka2017-10-051-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/+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
|\