aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/iw_cm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-22RDS: use gfp flags from caller in conn_alloc()Dan Carpenter1-1/+1
2011-06-17net/rds: use prink_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-5/+4
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
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/+3
2009-10-30RDS/IB+IW: Move recv processing to a taskletAndy Grover1-0/+2
2009-04-02RDS: Use spinlock to protect 64b value update on 32b archsAndy Grover1-1/+8
2009-04-02RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover1-16/+19
2009-02-26RDS: Add iWARP supportAndy Grover1-0/+750