aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib_cm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-01RDS: TCP: Hooks to set up a single connection pathSowmini Varadhan1-1/+2
2016-07-01RDS: Rework path specific indirectionsSowmini Varadhan1-1/+2
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-06-18net: rds: fix coding style issuesJoshua Houghton1-1/+1
2016-06-14RDS: Pass rds_conn_path to rds_send_xmit()Sowmini Varadhan1-1/+1
2016-06-14RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan1-0/+1
2016-04-16RDS: fix endianness for dp_ack_seqQing Huang1-1/+1
2016-03-02RDS: IB: Support Fastreg MR (FRMR) memory registration modeAvinash Repaka1-1/+6
2016-03-02RDS: IB: allocate extra space on queues for FRMR supportsantosh.shilimkar@oracle.com1-4/+12
2016-03-02RDS: IB: Remove the RDS_IB_SEND_OP dependencysantosh.shilimkar@oracle.com1-15/+27
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro1-1/+1
2015-10-05RDS: IB: handle rds_ibdev release case instead of crashing the kernelSantosh Shilimkar1-1/+2
2015-10-05RDS: IB: split send completion handling and do batch ackSantosh Shilimkar1-3/+42
2015-10-05RDS: IB: ack more receive completions to improve performanceSantosh Shilimkar1-2/+68
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-3/+1
2015-08-30rds/ib: Remove ib_get_dma_mr callsJason Gunthorpe1-3/+1
2015-08-25RDS: Don't destroy the rdma id until after we're done using itSantosh Shilimkar1-1/+2
2015-08-25RDS: make sure we post recv bufferssantosh.shilimkar@oracle.com1-1/+1
2015-08-25RDS: destroy the ib state earlier during shutdownsantosh.shilimkar@oracle.com1-8/+10
2015-08-07RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than init_netSowmini Varadhan1-2/+3
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak1-2/+5
2015-05-18RDS: Switch to generic logging helpersSagi Grimberg1-33/+3
2015-05-04net/rds: Fix new sparse warningDavid Ahern1-1/+1
2015-05-03net/rds: fix unaligned memory accessshamir rabinovitch1-2/+11
2012-12-26IB/rds: suppress incompatible protocol when version is knownMarciniszyn, Mike1-6/+5
2012-03-22RDS: use gfp flags from caller in conn_alloc()Dan Carpenter1-1/+1
2011-09-15net: Convert vmalloc/memset to vzallocJoe Perches1-4/+2
2011-06-17net/rds: use prink_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-3/+3
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty1-1/+1
2010-09-19rds: double unlock in rds_ib_cm_handle_connect()Dan Carpenter1-1/+0
2010-09-08RDS/IB: print string constants in more placesZach Brown1-6/+4
2010-09-08RDS/IB: print IB event strings as well as their numberZach Brown1-4/+39
2010-09-08RDS/IB: track signaled sendsZach Brown1-3/+11
2010-09-08RDS/IB: Add caching of frags and incsChris Mason1-0/+9
2010-09-08RDS/IB: add refcount tracking to struct rds_ib_deviceZach Brown1-19/+14
2010-09-08RDS/IB: rds_ib_cm_handle_connect() forgot to unlock c_cm_lockZach Brown1-9/+6
2010-09-08RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()Andy Grover1-2/+4
2010-09-08RDS: Refill recv ring directly from taskletAndy Grover1-1/+1
2010-09-08RDS/IB: Do not wait for send ring to be empty on conn shutdownAndy Grover1-1/+4
2010-09-08RDS: Perform unmapping ops in stagesAndy Grover1-3/+6
2010-09-08RDS/IB: Disallow connections less than RDS 3.1Andy Grover1-5/+15
2010-09-08RDS: Base init_depth and responder_resources on hw valuesAndy Grover1-9/+18
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover1-7/+7
2010-05-29net/rds: Add missing mutex_unlockJulia Lawall1-0/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-16RDS: Turn down alarming reconnect messagesAndy Grover1-1/+2
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-10-30RDS/IB+IW: Move recv processing to a taskletAndy Grover1-0/+2