summaryrefslogtreecommitdiff
path: root/net/rds/ib.c
AgeCommit message (Expand)Author
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe
2020-11-17rds: stop using dmapoolChristoph Hellwig
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe
2020-06-02RDMA/rds: Remove FMR support for memory registrationMax Gurtovoy
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe
2020-01-18net/rds: Handle ODP mr registration/unregistrationHans Westgaard Ry
2019-10-17net/rds: Remove unnecessary null checkYueHaibing
2019-10-06net/rds: Add missing include fileYueHaibing
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-03net/rds: Use DMA memory pool allocation for rds_headerKa-Cheong Poon
2019-10-02net/rds: Fix error handling in rds_ib_add_one()Dotan Barak
2019-08-24net: rds: add service level support in rds-infoZhu Yanjun
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-05net: rds: fix memory leak when unload rds_rdmaZhu Yanjun
2019-06-05net: rds: add per rds connection cache statisticsZhu Yanjun
2019-02-04rds: add transport specific tos_map hookSantosh Shilimkar
2019-02-04rds: add type of service(tos) infrastructureSantosh Shilimkar
2018-12-12RDMA: Start use ib_device_opsKamal Heib
2018-08-27net/rds: Use rdma_read_gids to get connection SGID/DGID in IPv6Zhu Yanjun
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe
2018-08-01rds: Remove IPv6 dependencyKa-Cheong Poon
2018-07-24rds: remove trailing whitespace and blank linesStephen Hemminger
2018-07-23rds: Extend RDS API for IPv6 supportKa-Cheong Poon
2018-07-23rds: Enable RDS IPv6 supportKa-Cheong Poon
2018-07-23rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-03-12net: rds: drop VLA in rds_for_each_conn_info()Salvatore Mesoraca
2018-02-08rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ...Sowmini Varadhan
2018-02-06RDS: IB: Fix null pointer issueGuanglei Li
2018-01-19net/rds: Use rdma_read_gids to read connection GIDsParav Pandit
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