summaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-191-1/+1
|\
| * FRV: Fix the section attribute on UP DECLARE_PER_CPU()David Howells2009-04-221-1/+1
* | ERR_PTR() dereference in net/rds/ib.cDan Carpenter2009-04-101-2/+2
* | ERR_PTR() dereference in net/rds/iw.cDan Carpenter2009-04-101-2/+2
* | rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2009-04-101-3/+1Star
* | RDS: remove unused #include <version.h>Huang Weiyi2009-04-101-1/+0Star
* | RDS: use get_user_pages_fast()Andy Grover2009-04-102-8/+2Star
* | RDS: Establish connection before parsing CMSGsAndy Grover2009-04-101-5/+5
* | RDS: Fix ordering in a conditionalAndy Grover2009-04-101-1/+1
* | RDS/IW+IB: Allow max credit advertise window.Steve Wise2009-04-107-13/+13
* | RDS/IW+IB: Set the RDS_LL_SEND_FULL bit when we're throttled.Steve Wise2009-04-102-2/+2
* | RDS: Correct some iw references in rdma_transport.cAndy Grover2009-04-101-6/+6
* | RDS/IW+IB: Set recv ring low water mark to 1/2 full.Steve Wise2009-04-102-2/+2
|/
* RDS: Use spinlock to protect 64b value update on 32b archsAndy Grover2009-04-027-24/+100
* RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover2009-04-028-85/+109
* RDS: Fix m_rs_lock deadlockAndy Grover2009-04-021-3/+3
* rds: fix iband RDMA dependenciesRandy Dunlap2009-03-041-0/+1
* rds: Fix build on powerpc.David S. Miller2009-03-021-0/+2
* RDS: Kconfig and MakefileAndy Grover2009-02-272-0/+27
* RDS: Common RDMA transport codeAndy Grover2009-02-272-0/+242
* RDS: Add iWARP supportAndy Grover2009-02-279-0/+4611
* RDS/IB: Stats and sysctlsAndy Grover2009-02-272-0/+232
* RDS/IB: Receive datagrams via IBAndy Grover2009-02-271-0/+869
* RDS/IB: Implement IB-specific datagram send.Andy Grover2009-02-271-0/+874
* RDS/IB: Implement RDMA ops using FMRsAndy Grover2009-02-271-0/+641
* RDS/IB: Ring-handling code.Andy Grover2009-02-271-0/+168
* RDS/IB: Infiniband transportAndy Grover2009-02-273-0/+1416
* RDS: RDMA supportAndy Grover2009-02-272-0/+763
* RDS: recv.cAndy Grover2009-02-271-0/+542
* RDS: send.cAndy Grover2009-02-271-0/+1003
* RDS: Message parsingAndy Grover2009-02-272-0/+623
* RDS: sysctlsAndy Grover2009-02-271-0/+122
* RDS: loopbackAndy Grover2009-02-272-0/+197
* RDS: Connection handlingAndy Grover2009-02-272-0/+752
* RDS: Info and statsAndy Grover2009-02-273-0/+419
* RDS: Transport codeAndy Grover2009-02-271-0/+117
* RDS: Congestion-handling codeAndy Grover2009-02-271-0/+402
* RDS: Main header fileAndy Grover2009-02-271-0/+686
* RDS: Socket interfaceAndy Grover2009-02-272-0/+785