aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
* net/rds: Use AF_INET for sin_family fieldJulia Lawall2009-08-051-1/+1
* net: mark read-only arrays as constJan Engelhardt2009-08-054-5/+6
* RDS: Refactor end of __conn_create for readabilityAndy Grover2009-07-201-17/+31
* RDS/IW: Remove dead codeAndy Grover2009-07-201-9/+4
* RDS/IW: Remove page_shift variable from iwarp transportAndy Grover2009-07-204-22/+11
* RDS/IB: Always use PAGE_SIZE for FMR page sizeAndy Grover2009-07-203-12/+6
* 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/+0
* 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-181-1/+1
|\
| * FRV: Fix the section attribute on UP DECLARE_PER_CPU()David Howells2009-04-211-1/+1
* | ERR_PTR() dereference in net/rds/ib.cDan Carpenter2009-04-091-2/+2
* | ERR_PTR() dereference in net/rds/iw.cDan Carpenter2009-04-091-2/+2
* | rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2009-04-091-3/+1
* | RDS: remove unused #include <version.h>Huang Weiyi2009-04-091-1/+0
* | RDS: use get_user_pages_fast()Andy Grover2009-04-092-8/+2
* | RDS: Establish connection before parsing CMSGsAndy Grover2009-04-091-5/+5
* | RDS: Fix ordering in a conditionalAndy Grover2009-04-091-1/+1
* | RDS/IW+IB: Allow max credit advertise window.Steve Wise2009-04-097-13/+13
* | RDS/IW+IB: Set the RDS_LL_SEND_FULL bit when we're throttled.Steve Wise2009-04-092-2/+2
* | RDS: Correct some iw references in rdma_transport.cAndy Grover2009-04-091-6/+6
* | RDS/IW+IB: Set recv ring low water mark to 1/2 full.Steve Wise2009-04-092-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-031-0/+1
* rds: Fix build on powerpc.David S. Miller2009-03-021-0/+2
* RDS: Kconfig and MakefileAndy Grover2009-02-262-0/+27
* RDS: Common RDMA transport codeAndy Grover2009-02-262-0/+242
* RDS: Add iWARP supportAndy Grover2009-02-269-0/+4611
* RDS/IB: Stats and sysctlsAndy Grover2009-02-262-0/+232
* RDS/IB: Receive datagrams via IBAndy Grover2009-02-261-0/+869
* RDS/IB: Implement IB-specific datagram send.Andy Grover2009-02-261-0/+874
* RDS/IB: Implement RDMA ops using FMRsAndy Grover2009-02-261-0/+641
* RDS/IB: Ring-handling code.Andy Grover2009-02-261-0/+168
* RDS/IB: Infiniband transportAndy Grover2009-02-263-0/+1416
* RDS: RDMA supportAndy Grover2009-02-262-0/+763
* RDS: recv.cAndy Grover2009-02-261-0/+542
* RDS: send.cAndy Grover2009-02-261-0/+1003
* RDS: Message parsingAndy Grover2009-02-262-0/+623
* RDS: sysctlsAndy Grover2009-02-261-0/+122
* RDS: loopbackAndy Grover2009-02-262-0/+197