aboutsummaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)Author
2009-08-23RDS: Add a debug message suggesting to load transport modulesAndy Grover
2009-08-23RDS: Track transports via an array, not a listAndy Grover
2009-08-23RDS: Modularize RDMA and TCP transportsAndy Grover
2009-08-23RDS: Export symbols from core RDSAndy Grover
2009-08-23RDS: Add TCP transport to RDSAndy Grover
2009-08-05net/rds: Use AF_INET for sin_family fieldJulia Lawall
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-07-20RDS: Refactor end of __conn_create for readabilityAndy Grover
2009-07-20RDS/IW: Remove dead codeAndy Grover
2009-07-20RDS/IW: Remove page_shift variable from iwarp transportAndy Grover
2009-07-20RDS/IB: Always use PAGE_SIZE for FMR page sizeAndy Grover
2009-07-20RDS: Fix completion notifications on blocking socketsAndy Grover
2009-07-20RDS/IB: Drop connection when a fatal QP event is receivedAndy Grover
2009-07-20RDS/IB: Disable flow control in sysctl and explain whyAndy Grover
2009-07-20RDS/IB: Move tx/rx ring init and refill to laterAndy Grover
2009-07-20RDS: Don't set c_version in __rds_conn_create()Andy Grover
2009-07-20RDS/IB: Rename byte_len to data_len to enhance readabilityAndy Grover
2009-07-20RDS/RDMA: Fix cut-n-paste errors in printks in rdma_transport.cAndy Grover
2009-07-20RDS/IB: Fix printk to indicate remote IP, not localAndy Grover
2009-07-20RDS/IB: Handle connections using RDS 3.0 wire protocolAndy Grover
2009-07-20RDS/IB: Improve RDS protocol version checkingAndy Grover
2009-07-20RDS: Set retry_count to 2 and make modifiable via modparamAndy Grover
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-04-21FRV: Fix the section attribute on UP DECLARE_PER_CPU()David Howells
2009-04-09ERR_PTR() dereference in net/rds/ib.cDan Carpenter
2009-04-09ERR_PTR() dereference in net/rds/iw.cDan Carpenter
2009-04-09rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun
2009-04-09RDS: remove unused #include <version.h>Huang Weiyi
2009-04-09RDS: use get_user_pages_fast()Andy Grover
2009-04-09RDS: Establish connection before parsing CMSGsAndy Grover
2009-04-09RDS: Fix ordering in a conditionalAndy Grover
2009-04-09RDS/IW+IB: Allow max credit advertise window.Steve Wise
2009-04-09RDS/IW+IB: Set the RDS_LL_SEND_FULL bit when we're throttled.Steve Wise
2009-04-09RDS: Correct some iw references in rdma_transport.cAndy Grover
2009-04-09RDS/IW+IB: Set recv ring low water mark to 1/2 full.Steve Wise
2009-04-02RDS: Use spinlock to protect 64b value update on 32b archsAndy Grover
2009-04-02RDS: Rewrite connection cleanup, fixing oops on rmmodAndy Grover
2009-04-02RDS: Fix m_rs_lock deadlockAndy Grover
2009-03-03rds: fix iband RDMA dependenciesRandy Dunlap
2009-03-02rds: Fix build on powerpc.David S. Miller
2009-02-26RDS: Kconfig and MakefileAndy Grover
2009-02-26RDS: Common RDMA transport codeAndy Grover
2009-02-26RDS: Add iWARP supportAndy Grover
2009-02-26RDS/IB: Stats and sysctlsAndy Grover
2009-02-26RDS/IB: Receive datagrams via IBAndy Grover
2009-02-26RDS/IB: Implement IB-specific datagram send.Andy Grover
2009-02-26RDS/IB: Implement RDMA ops using FMRsAndy Grover
2009-02-26RDS/IB: Ring-handling code.Andy Grover
2009-02-26RDS/IB: Infiniband transportAndy Grover
2009-02-26RDS: RDMA supportAndy Grover