| Commit message (Expand) | Author | Age | Files | Lines |
* | net: rds: add service level support in rds-info | Zhu Yanjun | 2019-08-25 | 1 | -2/+8 |
* | net: rds: Fix possible null-pointer dereferences in rds_rdma_cm_event_handler... | Jia-Ju Bai | 2019-07-27 | 1 | -1/+4 |
* | rds: avoid version downgrade to legitimate newer peer connections | Santosh Shilimkar | 2019-07-10 | 1 | -2/+4 |
* | rds: Accept peer connection reject messages due to incompatible version | Gerd Rausch | 2019-07-10 | 1 | -2/+3 |
* | rds: rdma: update rdma transport for tos | Santosh Shilimkar | 2019-02-04 | 1 | -0/+1 |
* | rds: add type of service(tos) infrastructure | Santosh Shilimkar | 2019-02-04 | 1 | -0/+1 |
* | rds: rdma: add consumer reject | Santosh Shilimkar | 2019-02-04 | 1 | -0/+12 |
* | rds: Remove IPv6 dependency | Ka-Cheong Poon | 2018-08-01 | 1 | -0/+10 |
* | rds: remove trailing whitespace and blank lines | Stephen Hemminger | 2018-07-24 | 1 | -1/+0 |
* | rds: Enable RDS IPv6 support | Ka-Cheong Poon | 2018-07-24 | 1 | -1/+29 |
* | rds: Changing IP address internal representation to struct in6_addr | Ka-Cheong Poon | 2018-07-24 | 1 | -16/+40 |
* | RDS: RDMA: start rdma listening after init | Qing Huang | 2017-01-02 | 1 | -8/+3 |
* | rds_rdma: log the connection reject message | Steve Wise | 2016-12-14 | 1 | -1/+4 |
* | RDS: split out connection specific state from rds_connection to rds_conn_path | Sowmini Varadhan | 2016-06-15 | 1 | -0/+1 |
* | RDS: IB: handle the RDMA CM time wait event | santosh.shilimkar@oracle.com | 2016-03-02 | 1 | -0/+8 |
* | RDS: Drop stale iWARP RDMA transport | santosh.shilimkar@oracle.com | 2016-03-02 | 1 | -11/+2 |
* | IB/cma: Add support for network namespaces | Guy Shapiro | 2015-10-28 | 1 | -2/+2 |
* | RDS: check for valid cm_id before initiating connection | santosh.shilimkar@oracle.com | 2015-08-25 | 1 | -2/+13 |
* | RDS: Switch to generic logging helpers | Sagi Grimberg | 2015-05-18 | 1 | -31/+3 |
* | RDS/RDMA: Replace comma with semicolon | Himangi Saraogi | 2014-05-31 | 1 | -1/+1 |
* | net: Fix files explicitly needing to include module.h | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | RDMA/cma: Pass QP type into rdma_create_id() | Sean Hefty | 2011-05-25 | 1 | -1/+2 |
* | rds: make local functions/variables static | stephen hemminger | 2010-10-21 | 1 | -2/+2 |
* | RDS/IB: print string constants in more places | Zach Brown | 2010-09-09 | 1 | -4/+34 |
* | RDS: remove __init and __exit annotation | Zach Brown | 2010-09-09 | 1 | -2/+2 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-27 | 1 | -1/+1 |
|\ |
|
| * | rdma: potential ERR_PTR dereference | Dan Carpenter | 2010-04-23 | 1 | -1/+1 |
* | | RDS: Turn down alarming reconnect messages | Andy Grover | 2010-03-17 | 1 | -1/+1 |
* | | RDS: Do not BUG() on error returned from ib_post_send | Andy Grover | 2010-03-17 | 1 | -2/+1 |
|/ |
|
* | RDS: Modularize RDMA and TCP transports | Andy Grover | 2009-08-24 | 1 | -0/+6 |
* | net/rds: Use AF_INET for sin_family field | Julia Lawall | 2009-08-06 | 1 | -1/+1 |
* | RDS/RDMA: Fix cut-n-paste errors in printks in rdma_transport.c | Andy Grover | 2009-07-20 | 1 | -4/+4 |
* | RDS: Correct some iw references in rdma_transport.c | Andy Grover | 2009-04-10 | 1 | -6/+6 |
* | RDS: Common RDMA transport code | Andy Grover | 2009-02-27 | 1 | -0/+214 |