summaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-09-171-1/+1
|\
| * net: constify remaining proto_opsAlexey Dobriyan2009-09-141-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-153-3/+3
|\ \ | |/ |/|
| * percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()Tejun Heo2009-06-243-3/+3
* | RDS: Add a debug message suggesting to load transport modulesAndy Grover2009-08-231-0/+3
* | RDS: Track transports via an array, not a listAndy Grover2009-08-235-10/+28
* | RDS: Modularize RDMA and TCP transportsAndy Grover2009-08-234-16/+35
* | RDS: Export symbols from core RDSAndy Grover2009-08-2310-0/+29
* | RDS: Add TCP transport to RDSAndy Grover2009-08-237-0/+1457
* | 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
OpenPOWER on IntegriCloud