summaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
...
* | RDS/IW: Remove page_shift variable from iwarp transportAndy Grover2009-07-204-22/+11Star
* | RDS/IB: Always use PAGE_SIZE for FMR page sizeAndy Grover2009-07-203-12/+6Star
* | RDS: Fix completion notifications on blocking socketsAndy Grover2009-07-201-11/+13
* | RDS/IB: Drop connection when a fatal QP event is receivedAndy Grover2009-07-201-3/+3
* | RDS/IB: Disable flow control in sysctl and explain whyAndy Grover2009-07-201-1/+11
* | RDS/IB: Move tx/rx ring init and refill to laterAndy Grover2009-07-201-6/+12
* | RDS: Don't set c_version in __rds_conn_create()Andy Grover2009-07-201-1/+0Star
* | RDS/IB: Rename byte_len to data_len to enhance readabilityAndy Grover2009-07-201-6/+6
* | RDS/RDMA: Fix cut-n-paste errors in printks in rdma_transport.cAndy Grover2009-07-201-4/+4
* | RDS/IB: Fix printk to indicate remote IP, not localAndy Grover2009-07-201-1/+1
* | RDS/IB: Handle connections using RDS 3.0 wire protocolAndy Grover2009-07-203-6/+58
* | RDS/IB: Improve RDS protocol version checkingAndy Grover2009-07-201-6/+19
* | RDS: Set retry_count to 2 and make modifiable via modparamAndy Grover2009-07-203-1/+7
|/
* 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