aboutsummaryrefslogtreecommitdiff
path: root/net/rds/ib_cm.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-22RDS: use gfp flags from caller in conn_alloc()Gravatar Dan Carpenter 1-1/+1
2011-09-15net: Convert vmalloc/memset to vzallocGravatar Joe Perches 1-4/+2
2011-06-17net/rds: use prink_ratelimited() instead of printk_ratelimit()Gravatar Manuel Zerpies 1-3/+3
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Gravatar Sean Hefty 1-1/+1
2010-09-19rds: double unlock in rds_ib_cm_handle_connect()Gravatar Dan Carpenter 1-1/+0
2010-09-08RDS/IB: print string constants in more placesGravatar Zach Brown 1-6/+4
2010-09-08RDS/IB: print IB event strings as well as their numberGravatar Zach Brown 1-4/+39
2010-09-08RDS/IB: track signaled sendsGravatar Zach Brown 1-3/+11
2010-09-08RDS/IB: Add caching of frags and incsGravatar Chris Mason 1-0/+9
2010-09-08RDS/IB: add refcount tracking to struct rds_ib_deviceGravatar Zach Brown 1-19/+14
2010-09-08RDS/IB: rds_ib_cm_handle_connect() forgot to unlock c_cm_lockGravatar Zach Brown 1-9/+6
2010-09-08RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()Gravatar Andy Grover 1-2/+4
2010-09-08RDS: Refill recv ring directly from taskletGravatar Andy Grover 1-1/+1
2010-09-08RDS/IB: Do not wait for send ring to be empty on conn shutdownGravatar Andy Grover 1-1/+4
2010-09-08RDS: Perform unmapping ops in stagesGravatar Andy Grover 1-3/+6
2010-09-08RDS/IB: Disallow connections less than RDS 3.1Gravatar Andy Grover 1-5/+15
2010-09-08RDS: Base init_depth and responder_resources on hw valuesGravatar Andy Grover 1-9/+18
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsGravatar Andy Grover 1-7/+7
2010-05-29net/rds: Add missing mutex_unlockGravatar Julia Lawall 1-0/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-16RDS: Turn down alarming reconnect messagesGravatar Andy Grover 1-1/+2
2009-11-29net: Move && and || to end of previous lineGravatar Joe Perches 1-2/+2
2009-10-30RDS/IB+IW: Move recv processing to a taskletGravatar Andy Grover 1-0/+2
2009-07-20RDS/IB: Drop connection when a fatal QP event is receivedGravatar Andy Grover 1-3/+3
2009-07-20RDS/IB: Move tx/rx ring init and refill to laterGravatar Andy Grover 1-6/+12
2009-07-20RDS/IB: Fix printk to indicate remote IP, not localGravatar Andy Grover 1-1/+1
2009-07-20RDS/IB: Handle connections using RDS 3.0 wire protocolGravatar Andy Grover 1-3/+6
2009-07-20RDS/IB: Improve RDS protocol version checkingGravatar Andy Grover 1-6/+19
2009-07-20RDS: Set retry_count to 2 and make modifiable via modparamGravatar Andy Grover 1-1/+1
2009-04-02RDS: Use spinlock to protect 64b value update on 32b archsGravatar Andy Grover 1-1/+8
2009-04-02RDS: Rewrite connection cleanup, fixing oops on rmmodGravatar Andy Grover 1-15/+19
2009-02-26RDS/IB: Infiniband transportGravatar Andy Grover 1-0/+726