summaryrefslogtreecommitdiffstats
path: root/net/rds/ib_cm.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use array_size() in vzalloc_node()Kees Cook2018-06-121-2/+4
* rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes2018-04-251-1/+2
* rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ...Sowmini Varadhan2018-02-081-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-151-11/+36
|\
| * rds: ib: add error handleZhu Yanjun2017-03-091-11/+36
* | rds: ib: drop unnecessary rdma_rejectZhu Yanjun2017-03-131-3/+2
|/
* RDS: IB: fix panic due to handlers running post teardownSantosh Shilimkar2017-01-021-0/+12
* RDS: IB: Add vector spreading for cqsSantosh Shilimkar2017-01-021-3/+37
* RDS: IB: track and log active side endpoint in connectionSantosh Shilimkar2017-01-021-4/+7
* RDS: IB: split the mr registration and invalidation pathSantosh Shilimkar2017-01-021-2/+7
* RDS: IB: include faddr in connection logSantosh Shilimkar2017-01-021-10/+9
* RDS: TCP: Hooks to set up a single connection pathSowmini Varadhan2016-07-011-1/+2
* RDS: Rework path specific indirectionsSowmini Varadhan2016-07-011-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-1/+1
|\
| * net: rds: fix coding style issuesJoshua Houghton2016-06-181-1/+1
* | RDS: Pass rds_conn_path to rds_send_xmit()Sowmini Varadhan2016-06-141-1/+1
* | RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan2016-06-141-0/+1
|/
* RDS: fix endianness for dp_ack_seqQing Huang2016-04-161-1/+1
* RDS: IB: Support Fastreg MR (FRMR) memory registration modeAvinash Repaka2016-03-021-1/+6
* RDS: IB: allocate extra space on queues for FRMR supportsantosh.shilimkar@oracle.com2016-03-021-4/+12
* RDS: IB: Remove the RDS_IB_SEND_OP dependencysantosh.shilimkar@oracle.com2016-03-021-15/+27
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-11-071-1/+1
|\
| * IB/cma: Add support for network namespacesGuy Shapiro2015-10-281-1/+1
* | RDS: IB: handle rds_ibdev release case instead of crashing the kernelSantosh Shilimkar2015-10-051-1/+2
* | RDS: IB: split send completion handling and do batch ackSantosh Shilimkar2015-10-051-3/+42
* | RDS: IB: ack more receive completions to improve performanceSantosh Shilimkar2015-10-051-2/+68
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-091-3/+1
|\
| * rds/ib: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-301-3/+1
* | RDS: Don't destroy the rdma id until after we're done using itSantosh Shilimkar2015-08-251-1/+2
* | RDS: make sure we post recv bufferssantosh.shilimkar@oracle.com2015-08-251-1/+1
* | RDS: destroy the ib state earlier during shutdownsantosh.shilimkar@oracle.com2015-08-251-8/+10
* | RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...Sowmini Varadhan2015-08-071-2/+3
|/
* IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-121-2/+5
* RDS: Switch to generic logging helpersSagi Grimberg2015-05-181-33/+3
* net/rds: Fix new sparse warningDavid Ahern2015-05-041-1/+1
* net/rds: fix unaligned memory accessshamir rabinovitch2015-05-031-2/+11
* IB/rds: suppress incompatible protocol when version is knownMarciniszyn, Mike2012-12-261-6/+5
* RDS: use gfp flags from caller in conn_alloc()Dan Carpenter2012-03-221-1/+1
* net: Convert vmalloc/memset to vzallocJoe Perches2011-09-151-4/+2
* net/rds: use prink_ratelimited() instead of printk_ratelimit()Manuel Zerpies2011-06-171-3/+3
* RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty2011-05-251-1/+1
* rds: double unlock in rds_ib_cm_handle_connect()Dan Carpenter2010-09-191-1/+0
* RDS/IB: print string constants in more placesZach Brown2010-09-081-6/+4
* RDS/IB: print IB event strings as well as their numberZach Brown2010-09-081-4/+39
* RDS/IB: track signaled sendsZach Brown2010-09-081-3/+11
* RDS/IB: Add caching of frags and incsChris Mason2010-09-081-0/+9
* RDS/IB: add refcount tracking to struct rds_ib_deviceZach Brown2010-09-081-19/+14
* RDS/IB: rds_ib_cm_handle_connect() forgot to unlock c_cm_lockZach Brown2010-09-081-9/+6
* RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()Andy Grover2010-09-081-2/+4
* RDS: Refill recv ring directly from taskletAndy Grover2010-09-081-1/+1
OpenPOWER on IntegriCloud