aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-04-21FRV: Fix the section attribute on UP DECLARE_PER_CPU()David Howells1-1/+1
2009-04-09ERR_PTR() dereference in net/rds/ib.cDan Carpenter1-2/+2
2009-04-09ERR_PTR() dereference in net/rds/iw.cDan Carpenter1-2/+2
2009-04-09rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-3/+1
2009-04-09RDS: remove unused #include <version.h>Huang Weiyi1-1/+0
2009-04-09RDS: use get_user_pages_fast()Andy Grover2-8/+2
2009-04-09RDS: Establish connection before parsing CMSGsAndy Grover1-5/+5
2009-04-09RDS: Fix ordering in a conditionalAndy Grover1-1/+1
2009-04-09RDS/IW+IB: Allow max credit advertise window.Steve Wise7-13/+13
2009-04-09RDS/IW+IB: Set the RDS_LL_SEND_FULL bit when we're throttled.Steve Wise2-2/+2
2009-04-09RDS: Correct some iw references in rdma_transport.cAndy Grover1-6/+6
2009-04-09RDS/IW+IB: Set recv ring low water mark to 1/2 full.Steve Wise2-2/+2
2009-04-02RDS: Use spinlock to protect 64b value update on 32b archsAndy Grover7-24/+100
2009-04-02RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover8-85/+109
2009-04-02RDS: Fix m_rs_lock deadlockAndy Grover1-3/+3
2009-03-03rds: fix iband RDMA dependenciesRandy Dunlap1-0/+1
2009-03-02rds: Fix build on powerpc.David S. Miller1-0/+2
2009-02-26RDS: Kconfig and MakefileAndy Grover2-0/+27
2009-02-26RDS: Common RDMA transport codeAndy Grover2-0/+242
2009-02-26RDS: Add iWARP supportAndy Grover9-0/+4611
2009-02-26RDS/IB: Stats and sysctlsAndy Grover2-0/+232
2009-02-26RDS/IB: Receive datagrams via IBAndy Grover1-0/+869
2009-02-26RDS/IB: Implement IB-specific datagram send.Andy Grover1-0/+874
2009-02-26RDS/IB: Implement RDMA ops using FMRsAndy Grover1-0/+641
2009-02-26RDS/IB: Ring-handling code.Andy Grover1-0/+168
2009-02-26RDS/IB: Infiniband transportAndy Grover3-0/+1416
2009-02-26RDS: RDMA supportAndy Grover2-0/+763
2009-02-26RDS: recv.cAndy Grover1-0/+542
2009-02-26RDS: send.cAndy Grover1-0/+1003
2009-02-26RDS: Message parsingAndy Grover2-0/+623
2009-02-26RDS: sysctlsAndy Grover1-0/+122
2009-02-26RDS: loopbackAndy Grover2-0/+197
2009-02-26RDS: Connection handlingAndy Grover2-0/+752
2009-02-26RDS: Info and statsAndy Grover3-0/+419
2009-02-26RDS: Transport codeAndy Grover1-0/+117
2009-02-26RDS: Congestion-handling codeAndy Grover1-0/+402
2009-02-26RDS: Main header fileAndy Grover1-0/+686
2009-02-26RDS: Socket interfaceAndy Grover2-0/+785