aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/rdma_transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-01rds: Remove IPv6 dependencyKa-Cheong Poon1-0/+10
2018-07-24rds: remove trailing whitespace and blank linesStephen Hemminger1-1/+0
2018-07-23rds: Enable RDS IPv6 supportKa-Cheong Poon1-1/+29
2018-07-23rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon1-16/+40
2017-01-02RDS: RDMA: start rdma listening after initQing Huang1-8/+3
2016-12-14rds_rdma: log the connection reject messageSteve Wise1-1/+4
2016-06-14RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan1-0/+1
2016-03-02RDS: IB: handle the RDMA CM time wait eventsantosh.shilimkar@oracle.com1-0/+8
2016-03-02RDS: Drop stale iWARP RDMA transportsantosh.shilimkar@oracle.com1-11/+2
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro1-2/+2
2015-08-25RDS: check for valid cm_id before initiating connectionsantosh.shilimkar@oracle.com1-2/+13
2015-05-18RDS: Switch to generic logging helpersSagi Grimberg1-31/+3
2014-05-30RDS/RDMA: Replace comma with semicolonHimangi Saraogi1-1/+1
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty1-1/+2
2010-10-21rds: make local functions/variables staticstephen hemminger1-2/+2
2010-09-08RDS/IB: print string constants in more placesZach Brown1-4/+34
2010-09-08RDS: remove __init and __exit annotationZach Brown1-2/+2
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-04-22rdma: potential ERR_PTR dereferenceDan Carpenter1-1/+1
2010-03-16RDS: Turn down alarming reconnect messagesAndy Grover1-1/+1
2010-03-16RDS: Do not BUG() on error returned from ib_post_sendAndy Grover1-2/+1
2009-08-23RDS: Modularize RDMA and TCP transportsAndy Grover1-0/+6
2009-08-05net/rds: Use AF_INET for sin_family fieldJulia Lawall1-1/+1
2009-07-20RDS/RDMA: Fix cut-n-paste errors in printks in rdma_transport.cAndy Grover1-4/+4
2009-04-09RDS: Correct some iw references in rdma_transport.cAndy Grover1-6/+6
2009-02-26RDS: Common RDMA transport codeAndy Grover1-0/+214