aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib_cm.c
Commit message (Expand)AuthorAge
* 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
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | RDS: Turn down alarming reconnect messagesAndy Grover2010-03-17
|/
* net: Move && and || to end of previous lineJoe Perches2009-11-29
* RDS/IB+IW: Move recv processing to a taskletAndy Grover2009-10-30
* RDS/IB: Drop connection when a fatal QP event is receivedAndy Grover2009-07-20
* RDS/IB: Move tx/rx ring init and refill to laterAndy Grover2009-07-20
* RDS/IB: Fix printk to indicate remote IP, not localAndy Grover2009-07-20
* RDS/IB: Handle connections using RDS 3.0 wire protocolAndy Grover2009-07-20
* RDS/IB: Improve RDS protocol version checkingAndy Grover2009-07-20
* RDS: Set retry_count to 2 and make modifiable via modparamAndy Grover2009-07-20
* RDS: Use spinlock to protect 64b value update on 32b archsAndy Grover2009-04-02
* RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover2009-04-02
* RDS/IB: Infiniband transportAndy Grover2009-02-27