aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib_cm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* RDS/IB: Do not wait for send ring to be empty on conn shutdownAndy Grover2010-09-081-1/+4
* RDS: Perform unmapping ops in stagesAndy Grover2010-09-081-3/+6
* RDS/IB: Disallow connections less than RDS 3.1Andy Grover2010-09-081-5/+15
* RDS: Base init_depth and responder_resources on hw valuesAndy Grover2010-09-081-9/+18
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-081-7/+7
* net/rds: Add missing mutex_unlockJulia Lawall2010-05-291-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | RDS: Turn down alarming reconnect messagesAndy Grover2010-03-161-1/+2
|/
* net: Move && and || to end of previous lineJoe Perches2009-11-291-2/+2
* RDS/IB+IW: Move recv processing to a taskletAndy Grover2009-10-301-0/+2
* RDS/IB: Drop connection when a fatal QP event is receivedAndy Grover2009-07-201-3/+3
* RDS/IB: Move tx/rx ring init and refill to laterAndy Grover2009-07-201-6/+12
* RDS/IB: Fix printk to indicate remote IP, not localAndy Grover2009-07-201-1/+1
* RDS/IB: Handle connections using RDS 3.0 wire protocolAndy Grover2009-07-201-3/+6
* RDS/IB: Improve RDS protocol version checkingAndy Grover2009-07-201-6/+19
* RDS: Set retry_count to 2 and make modifiable via modparamAndy Grover2009-07-201-1/+1
* RDS: Use spinlock to protect 64b value update on 32b archsAndy Grover2009-04-021-1/+8
* RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover2009-04-021-15/+19
* RDS/IB: Infiniband transportAndy Grover2009-02-261-0/+726