aboutsummaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)AuthorFilesLines
2009-08-23RDS: Add a debug message suggesting to load transport modulesGravatar Andy Grover 1-0/+3
2009-08-23RDS: Track transports via an array, not a listGravatar Andy Grover 5-10/+28
2009-08-23RDS: Modularize RDMA and TCP transportsGravatar Andy Grover 4-16/+35
2009-08-23RDS: Export symbols from core RDSGravatar Andy Grover 10-0/+29
2009-08-23RDS: Add TCP transport to RDSGravatar Andy Grover 7-0/+1457
2009-08-05net/rds: Use AF_INET for sin_family fieldGravatar Julia Lawall 1-1/+1
2009-08-05net: mark read-only arrays as constGravatar Jan Engelhardt 4-5/+6
2009-07-20RDS: Refactor end of __conn_create for readabilityGravatar Andy Grover 1-17/+31
2009-07-20RDS/IW: Remove dead codeGravatar Andy Grover 1-9/+4
2009-07-20RDS/IW: Remove page_shift variable from iwarp transportGravatar Andy Grover 4-22/+11
2009-07-20RDS/IB: Always use PAGE_SIZE for FMR page sizeGravatar Andy Grover 3-12/+6
2009-07-20RDS: Fix completion notifications on blocking socketsGravatar Andy Grover 1-11/+13
2009-07-20RDS/IB: Drop connection when a fatal QP event is receivedGravatar Andy Grover 1-3/+3
2009-07-20RDS/IB: Disable flow control in sysctl and explain whyGravatar Andy Grover 1-1/+11
2009-07-20RDS/IB: Move tx/rx ring init and refill to laterGravatar Andy Grover 1-6/+12
2009-07-20RDS: Don't set c_version in __rds_conn_create()Gravatar Andy Grover 1-1/+0
2009-07-20RDS/IB: Rename byte_len to data_len to enhance readabilityGravatar Andy Grover 1-6/+6
2009-07-20RDS/RDMA: Fix cut-n-paste errors in printks in rdma_transport.cGravatar Andy Grover 1-4/+4
2009-07-20RDS/IB: Fix printk to indicate remote IP, not localGravatar Andy Grover 1-1/+1
2009-07-20RDS/IB: Handle connections using RDS 3.0 wire protocolGravatar Andy Grover 3-6/+58
2009-07-20RDS/IB: Improve RDS protocol version checkingGravatar Andy Grover 1-6/+19
2009-07-20RDS: Set retry_count to 2 and make modifiable via modparamGravatar Andy Grover 3-1/+7
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+1
2009-04-21FRV: Fix the section attribute on UP DECLARE_PER_CPU()Gravatar David Howells 1-1/+1
2009-04-09ERR_PTR() dereference in net/rds/ib.cGravatar Dan Carpenter 1-2/+2
2009-04-09ERR_PTR() dereference in net/rds/iw.cGravatar Dan Carpenter 1-2/+2
2009-04-09rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetGravatar Wei Yongjun 1-3/+1
2009-04-09RDS: remove unused #include <version.h>Gravatar Huang Weiyi 1-1/+0
2009-04-09RDS: use get_user_pages_fast()Gravatar Andy Grover 2-8/+2
2009-04-09RDS: Establish connection before parsing CMSGsGravatar Andy Grover 1-5/+5
2009-04-09RDS: Fix ordering in a conditionalGravatar Andy Grover 1-1/+1
2009-04-09RDS/IW+IB: Allow max credit advertise window.Gravatar Steve Wise 7-13/+13
2009-04-09RDS/IW+IB: Set the RDS_LL_SEND_FULL bit when we're throttled.Gravatar Steve Wise 2-2/+2
2009-04-09RDS: Correct some iw references in rdma_transport.cGravatar Andy Grover 1-6/+6
2009-04-09RDS/IW+IB: Set recv ring low water mark to 1/2 full.Gravatar Steve Wise 2-2/+2
2009-04-02RDS: Use spinlock to protect 64b value update on 32b archsGravatar Andy Grover 7-24/+100
2009-04-02RDS: Rewrite connection cleanup, fixing oops on rmmodGravatar Andy Grover 8-85/+109
2009-04-02RDS: Fix m_rs_lock deadlockGravatar Andy Grover 1-3/+3
2009-03-03rds: fix iband RDMA dependenciesGravatar Randy Dunlap 1-0/+1
2009-03-02rds: Fix build on powerpc.Gravatar David S. Miller 1-0/+2
2009-02-26RDS: Kconfig and MakefileGravatar Andy Grover 2-0/+27
2009-02-26RDS: Common RDMA transport codeGravatar Andy Grover 2-0/+242
2009-02-26RDS: Add iWARP supportGravatar Andy Grover 9-0/+4611
2009-02-26RDS/IB: Stats and sysctlsGravatar Andy Grover 2-0/+232
2009-02-26RDS/IB: Receive datagrams via IBGravatar Andy Grover 1-0/+869
2009-02-26RDS/IB: Implement IB-specific datagram send.Gravatar Andy Grover 1-0/+874
2009-02-26RDS/IB: Implement RDMA ops using FMRsGravatar Andy Grover 1-0/+641
2009-02-26RDS/IB: Ring-handling code.Gravatar Andy Grover 1-0/+168
2009-02-26RDS/IB: Infiniband transportGravatar Andy Grover 3-0/+1416
2009-02-26RDS: RDMA supportGravatar Andy Grover 2-0/+763