summaryrefslogtreecommitdiff
path: root/net/rds/ib_cm.c
AgeCommit message (Expand)Author
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro
2015-10-05RDS: IB: handle rds_ibdev release case instead of crashing the kernelSantosh Shilimkar
2015-10-05RDS: IB: split send completion handling and do batch ackSantosh Shilimkar
2015-10-05RDS: IB: ack more receive completions to improve performanceSantosh Shilimkar
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-08-30rds/ib: Remove ib_get_dma_mr callsJason Gunthorpe
2015-08-25RDS: Don't destroy the rdma id until after we're done using itSantosh Shilimkar
2015-08-25RDS: make sure we post recv bufferssantosh.shilimkar@oracle.com
2015-08-25RDS: destroy the ib state earlier during shutdownsantosh.shilimkar@oracle.com
2015-08-07RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...Sowmini Varadhan
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak
2015-05-18RDS: Switch to generic logging helpersSagi Grimberg
2015-05-04net/rds: Fix new sparse warningDavid Ahern
2015-05-03net/rds: fix unaligned memory accessshamir rabinovitch
2012-12-26IB/rds: suppress incompatible protocol when version is knownMarciniszyn, Mike
2012-03-22RDS: use gfp flags from caller in conn_alloc()Dan Carpenter
2011-09-15net: Convert vmalloc/memset to vzallocJoe Perches
2011-06-17net/rds: use prink_ratelimited() instead of printk_ratelimit()Manuel Zerpies
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty
2010-09-19rds: double unlock in rds_ib_cm_handle_connect()Dan Carpenter
2010-09-08RDS/IB: print string constants in more placesZach Brown
2010-09-08RDS/IB: print IB event strings as well as their numberZach Brown
2010-09-08RDS/IB: track signaled sendsZach Brown
2010-09-08RDS/IB: Add caching of frags and incsChris Mason
2010-09-08RDS/IB: add refcount tracking to struct rds_ib_deviceZach Brown
2010-09-08RDS/IB: rds_ib_cm_handle_connect() forgot to unlock c_cm_lockZach Brown
2010-09-08RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()Andy Grover
2010-09-08RDS: Refill recv ring directly from taskletAndy Grover
2010-09-08RDS/IB: Do not wait for send ring to be empty on conn shutdownAndy Grover
2010-09-08RDS: Perform unmapping ops in stagesAndy Grover
2010-09-08RDS/IB: Disallow connections less than RDS 3.1Andy Grover
2010-09-08RDS: Base init_depth and responder_resources on hw valuesAndy Grover
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover
2010-05-29net/rds: Add missing mutex_unlockJulia Lawall
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-16RDS: Turn down alarming reconnect messagesAndy Grover
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-10-30RDS/IB+IW: Move recv processing to a taskletAndy Grover
2009-07-20RDS/IB: Drop connection when a fatal QP event is receivedAndy Grover
2009-07-20RDS/IB: Move tx/rx ring init and refill to laterAndy Grover
2009-07-20RDS/IB: Fix printk to indicate remote IP, not localAndy Grover
2009-07-20RDS/IB: Handle connections using RDS 3.0 wire protocolAndy Grover
2009-07-20RDS/IB: Improve RDS protocol version checkingAndy Grover
2009-07-20RDS: Set retry_count to 2 and make modifiable via modparamAndy Grover
2009-04-02RDS: Use spinlock to protect 64b value update on 32b archsAndy Grover
2009-04-02RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover
2009-02-26RDS/IB: Infiniband transportAndy Grover