summaryrefslogtreecommitdiff
path: root/net/rds/ib_cm.c
Commit message (Expand)AuthorAge
* RDS: IB: fix panic due to handlers running post teardownSantosh Shilimkar2017-01-02
* RDS: IB: Add vector spreading for cqsSantosh Shilimkar2017-01-02
* RDS: IB: track and log active side endpoint in connectionSantosh Shilimkar2017-01-02
* RDS: IB: split the mr registration and invalidation pathSantosh Shilimkar2017-01-02
* RDS: IB: include faddr in connection logSantosh Shilimkar2017-01-02
* RDS: TCP: Hooks to set up a single connection pathSowmini Varadhan2016-07-01
* RDS: Rework path specific indirectionsSowmini Varadhan2016-07-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-30
|\
| * net: rds: fix coding style issuesJoshua Houghton2016-06-18
* | RDS: Pass rds_conn_path to rds_send_xmit()Sowmini Varadhan2016-06-14
* | RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan2016-06-14
|/
* RDS: fix endianness for dp_ack_seqQing Huang2016-04-16
* RDS: IB: Support Fastreg MR (FRMR) memory registration modeAvinash Repaka2016-03-02
* RDS: IB: allocate extra space on queues for FRMR supportsantosh.shilimkar@oracle.com2016-03-02
* RDS: IB: Remove the RDS_IB_SEND_OP dependencysantosh.shilimkar@oracle.com2016-03-02
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-11-07
|\
| * IB/cma: Add support for network namespacesGuy Shapiro2015-10-28
* | RDS: IB: handle rds_ibdev release case instead of crashing the kernelSantosh Shilimkar2015-10-05
* | RDS: IB: split send completion handling and do batch ackSantosh Shilimkar2015-10-05
* | RDS: IB: ack more receive completions to improve performanceSantosh Shilimkar2015-10-05
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-09
|\
| * rds/ib: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-30
* | RDS: Don't destroy the rdma id until after we're done using itSantosh Shilimkar2015-08-25
* | RDS: make sure we post recv bufferssantosh.shilimkar@oracle.com2015-08-25
* | RDS: destroy the ib state earlier during shutdownsantosh.shilimkar@oracle.com2015-08-25
* | RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...Sowmini Varadhan2015-08-07
|/
* IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-12
* RDS: Switch to generic logging helpersSagi Grimberg2015-05-18
* net/rds: Fix new sparse warningDavid Ahern2015-05-04
* net/rds: fix unaligned memory accessshamir rabinovitch2015-05-03
* IB/rds: suppress incompatible protocol when version is knownMarciniszyn, Mike2012-12-26
* RDS: use gfp flags from caller in conn_alloc()Dan Carpenter2012-03-22
* net: Convert vmalloc/memset to vzallocJoe Perches2011-09-15
* net/rds: use prink_ratelimited() instead of printk_ratelimit()Manuel Zerpies2011-06-17
* RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty2011-05-25
* rds: double unlock in rds_ib_cm_handle_connect()Dan Carpenter2010-09-19
* RDS/IB: print string constants in more placesZach Brown2010-09-08
* RDS/IB: print IB event strings as well as their numberZach Brown2010-09-08
* RDS/IB: track signaled sendsZach Brown2010-09-08
* RDS/IB: Add caching of frags and incsChris Mason2010-09-08
* RDS/IB: add refcount tracking to struct rds_ib_deviceZach Brown2010-09-08
* RDS/IB: rds_ib_cm_handle_connect() forgot to unlock c_cm_lockZach Brown2010-09-08
* RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()Andy Grover2010-09-08
* RDS: Refill recv ring directly from taskletAndy Grover2010-09-08
* RDS/IB: Do not wait for send ring to be empty on conn shutdownAndy Grover2010-09-08
* RDS: Perform unmapping ops in stagesAndy Grover2010-09-08
* RDS/IB: Disallow connections less than RDS 3.1Andy Grover2010-09-08
* RDS: Base init_depth and responder_resources on hw valuesAndy Grover2010-09-08
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-08
* net/rds: Add missing mutex_unlockJulia Lawall2010-05-29