aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/ib_rdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-08rds: rcu-ize rds_ib_get_device()Chris Mason1-8/+16
2010-09-08RDS: Implement atomic operationsAndy Grover1-1/+3
2010-09-08RDS: fold rdma.h into rds.hAndy Grover1-1/+0
2010-09-08RDS: Fix BUG_ONs to not fire when in a taskletAndy Grover1-1/+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: Do not call set_page_dirty() with irqs offAndy Grover1-0/+1
2010-03-16RDS: Workaround for in-use MRs on close causing crashAndy Grover1-2/+2
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/IB: Always use PAGE_SIZE for FMR page sizeAndy Grover1-6/+6
2009-04-02RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover1-22/+21
2009-02-26RDS/IB: Implement RDMA ops using FMRsAndy Grover1-0/+641