aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-18net/rds: Handle ODP mr registration/unregistrationHans Westgaard Ry1-0/+7
2019-10-17net/rds: Remove unnecessary null checkYueHaibing1-2/+1
2019-10-06net/rds: Add missing include fileYueHaibing1-0/+1
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2019-10-03net/rds: Use DMA memory pool allocation for rds_headerKa-Cheong Poon1-1/+9
2019-10-02net/rds: Fix error handling in rds_ib_add_one()Dotan Barak1-3/+3
2019-08-24net: rds: add service level support in rds-infoZhu Yanjun1-6/+10
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-05net: rds: fix memory leak when unload rds_rdmaZhu Yanjun1-1/+1
2019-06-05net: rds: add per rds connection cache statisticsZhu Yanjun1-0/+2
2019-02-04rds: add transport specific tos_map hookSantosh Shilimkar1-0/+10
2019-02-04rds: add type of service(tos) infrastructureSantosh Shilimkar1-0/+1
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-2/+2
2018-08-27net/rds: Use rdma_read_gids to get connection SGID/DGID in IPv6Zhu Yanjun1-7/+2
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-12/+124
2018-08-01rds: Remove IPv6 dependencyKa-Cheong Poon1-5/+26
2018-07-24rds: remove trailing whitespace and blank linesStephen Hemminger1-1/+0
2018-07-23rds: Extend RDS API for IPv6 supportKa-Cheong Poon1-0/+52
2018-07-23rds: Enable RDS IPv6 supportKa-Cheong Poon1-8/+47
2018-07-23rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon1-8/+9
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-03-12net: rds: drop VLA in rds_for_each_conn_info()Salvatore Mesoraca1-0/+3
2018-02-08rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and rds connection/workq managementSowmini Varadhan1-0/+17
2018-02-06RDS: IB: Fix null pointer issueGuanglei Li1-1/+2
2018-01-19net/rds: Use rdma_read_gids to read connection GIDsParav Pandit1-4/+2
2017-10-05RDS: IB: Limit the scope of has_fr/has_fmr variablesAvinash Repaka1-5/+6
2017-07-04net, rds: convert rds_ib_device.refcount from atomic_t to refcount_tReshetova, Elena1-6/+6
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