aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/iw_rdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-83/+46
2015-11-02net: rds: changing the return type from int to voidSaurabh Sengar1-4/+2
2015-10-28RDS/IW: Convert to new memory registration APISagi Grimberg1-83/+45
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-14/+15
2015-08-30RDS: Convert to ib_alloc_mrSagi Grimberg1-2/+3
2015-03-12rds: avoid potential stack overflowArnd Bergmann1-18/+22
2012-01-12RDS: Remove some unused iWARP codeRoland Dreier1-14/+1
2011-09-29RDSRDMA: Fix cleanup of rds_iw_mr_poolJonathan Lallinger1-4/+9
2011-06-17net/rds: use prink_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-4/+5
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-21rds: make local functions/variables staticstephen hemminger1-1/+2
2010-09-19rds: spin_lock_irq() is not nestableDan Carpenter1-2/+2
2010-09-08RDS: fold rdma.h into rds.hAndy Grover1-1/+0
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
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-10-30RDS: Fix panic on unloadAndy Grover1-4/+1
2009-07-20RDS/IW: Remove page_shift variable from iwarp transportAndy Grover1-18/+10
2009-04-02RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover1-22/+22
2009-02-26RDS: Add iWARP supportAndy Grover1-0/+888