summaryrefslogtreecommitdiffstats
path: root/net/rds/rdma_transport.c
Commit message (Expand)AuthorAgeFilesLines
* net: rds: Fix possible null-pointer dereferences in rds_rdma_cm_event_handler...Jia-Ju Bai2019-07-271-1/+4
* rds: avoid version downgrade to legitimate newer peer connectionsSantosh Shilimkar2019-07-101-2/+4
* rds: Accept peer connection reject messages due to incompatible versionGerd Rausch2019-07-101-2/+3
* rds: rdma: update rdma transport for tosSantosh Shilimkar2019-02-041-0/+1
* rds: add type of service(tos) infrastructureSantosh Shilimkar2019-02-041-0/+1
* rds: rdma: add consumer rejectSantosh Shilimkar2019-02-041-0/+12
* rds: Remove IPv6 dependencyKa-Cheong Poon2018-08-011-0/+10
* rds: remove trailing whitespace and blank linesStephen Hemminger2018-07-241-1/+0Star
* rds: Enable RDS IPv6 supportKa-Cheong Poon2018-07-241-1/+29
* rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon2018-07-241-16/+40
* RDS: RDMA: start rdma listening after initQing Huang2017-01-021-8/+3Star
* rds_rdma: log the connection reject messageSteve Wise2016-12-141-1/+4
* RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan2016-06-151-0/+1
* RDS: IB: handle the RDMA CM time wait eventsantosh.shilimkar@oracle.com2016-03-021-0/+8
* RDS: Drop stale iWARP RDMA transportsantosh.shilimkar@oracle.com2016-03-021-11/+2Star
* IB/cma: Add support for network namespacesGuy Shapiro2015-10-281-2/+2
* RDS: check for valid cm_id before initiating connectionsantosh.shilimkar@oracle.com2015-08-251-2/+13
* RDS: Switch to generic logging helpersSagi Grimberg2015-05-181-31/+3Star
* RDS/RDMA: Replace comma with semicolonHimangi Saraogi2014-05-311-1/+1
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-11-011-0/+1
* RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty2011-05-251-1/+2
* rds: make local functions/variables staticstephen hemminger2010-10-211-2/+2
* RDS/IB: print string constants in more placesZach Brown2010-09-091-4/+34
* RDS: remove __init and __exit annotationZach Brown2010-09-091-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-271-1/+1
|\
| * rdma: potential ERR_PTR dereferenceDan Carpenter2010-04-231-1/+1
* | RDS: Turn down alarming reconnect messagesAndy Grover2010-03-171-1/+1
* | RDS: Do not BUG() on error returned from ib_post_sendAndy Grover2010-03-171-2/+1Star
|/
* RDS: Modularize RDMA and TCP transportsAndy Grover2009-08-241-0/+6
* net/rds: Use AF_INET for sin_family fieldJulia Lawall2009-08-061-1/+1
* RDS/RDMA: Fix cut-n-paste errors in printks in rdma_transport.cAndy Grover2009-07-201-4/+4
* RDS: Correct some iw references in rdma_transport.cAndy Grover2009-04-101-6/+6
* RDS: Common RDMA transport codeAndy Grover2009-02-271-0/+214