aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib_cm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-12rds: ib: Remove two ib_modify_qp() callsHÃ¥kon Bugge1-34/+1
2020-11-17rds: stop using dmapoolChristoph Hellwig1-50/+78
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe1-2/+3
2020-09-18net: rds: delete duplicated wordsRandy Dunlap1-1/+1
2020-06-02RDMA/rds: Remove FMR support for memory registrationMax Gurtovoy1-2/+2
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky1-1/+3
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+15
2019-11-16rds: ib: update WR sizes when bringing up connectionDag Moxnes1-8/+15
2019-10-06net/rds: Add missing include fileYueHaibing1-0/+1
2019-10-03net/rds: Use DMA memory pool allocation for rds_headerKa-Cheong Poon1-45/+121
2019-08-24net: rds: add service level support in rds-infoZhu Yanjun1-0/+3
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+8
2019-07-17net/rds: Initialize ic->i_fastreg_wrs upon allocationGerd Rausch1-1/+1
2019-07-17net/rds: Keep track of and wait for FRWR segments in use upon shutdownGerd Rausch1-0/+7
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-4/+4
2019-07-09Revert "RDS: IB: split the mr registration and invalidation path"Gerd Rausch1-7/+2
2019-05-21rds: Don't check return value from destroy CQLeon Romanovsky1-4/+4
2019-02-04rds: rdma: update rdma transport for tosSantosh Shilimkar1-15/+17
2019-02-04rds: add type of service(tos) infrastructureSantosh Shilimkar1-1/+1
2019-02-04rds: rdma: add consumer rejectSantosh Shilimkar1-2/+4
2019-02-04rds: make v3.1 as compat versionSantosh Shilimkar1-17/+23
2018-08-01rds: Remove IPv6 dependencyKa-Cheong Poon1-0/+9
2018-08-01rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon1-1/+1
2018-07-23rds: Enable RDS IPv6 supportKa-Cheong Poon1-5/+15
2018-07-23rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon1-78/+221
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook1-2/+4
2018-04-25rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes1-1/+2
2018-02-08rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and rds connection/workq managementSowmini Varadhan1-0/+1
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+36
2017-03-13rds: ib: drop unnecessary rdma_rejectZhu Yanjun1-3/+2
2017-03-09rds: ib: add error handleZhu Yanjun1-11/+36
2017-01-02RDS: IB: fix panic due to handlers running post teardownSantosh Shilimkar1-0/+12
2017-01-02RDS: IB: Add vector spreading for cqsSantosh Shilimkar1-3/+37
2017-01-02RDS: IB: track and log active side endpoint in connectionSantosh Shilimkar1-4/+7
2017-01-02RDS: IB: split the mr registration and invalidation pathSantosh Shilimkar1-2/+7
2017-01-02RDS: IB: include faddr in connection logSantosh Shilimkar1-10/+9
2016-07-01RDS: TCP: Hooks to set up a single connection pathSowmini Varadhan1-1/+2
2016-07-01RDS: Rework path specific indirectionsSowmini Varadhan1-1/+2
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-06-18net: rds: fix coding style issuesJoshua Houghton1-1/+1
2016-06-14RDS: Pass rds_conn_path to rds_send_xmit()Sowmini Varadhan1-1/+1
2016-06-14RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan1-0/+1
2016-04-16RDS: fix endianness for dp_ack_seqQing Huang1-1/+1
2016-03-02RDS: IB: Support Fastreg MR (FRMR) memory registration modeAvinash Repaka1-1/+6
2016-03-02RDS: IB: allocate extra space on queues for FRMR supportsantosh.shilimkar@oracle.com1-4/+12
2016-03-02RDS: IB: Remove the RDS_IB_SEND_OP dependencysantosh.shilimkar@oracle.com1-15/+27
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: handle rds_ibdev release case instead of crashing the kernelSantosh Shilimkar1-1/+2
2015-10-05RDS: IB: split send completion handling and do batch ackSantosh Shilimkar1-3/+42