aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds20-94/+155
2009-11-29net: Move && and || to end of previous lineJoe Perches14-62/+56
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman3-17/+17
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman3-28/+11
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-30RDS/IB+IW: Move recv processing to a taskletAndy Grover6-12/+52
2009-10-30RDS: Do not send congestion updates to loopback connectionsAndy Grover1-0/+2
2009-10-30RDS: Fix panic on unloadAndy Grover2-8/+2
2009-10-30RDS: Fix potential race around rds_i[bw]_allocationAndy Grover2-6/+8
2009-10-30RDS: Add GET_MR_FOR_DEST sockoptAndy Grover3-0/+28
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-4/+4
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds3-3/+3
2009-09-14net: constify remaining proto_opsAlexey Dobriyan1-1/+1
2009-08-23RDS: Add a debug message suggesting to load transport modulesAndy Grover1-0/+3
2009-08-23RDS: Track transports via an array, not a listAndy Grover5-10/+28
2009-08-23RDS: Modularize RDMA and TCP transportsAndy Grover4-16/+35
2009-08-23RDS: Export symbols from core RDSAndy Grover10-0/+29
2009-08-23RDS: Add TCP transport to RDSAndy Grover7-0/+1457
2009-08-05net/rds: Use AF_INET for sin_family fieldJulia Lawall1-1/+1
2009-08-05net: mark read-only arrays as constJan Engelhardt4-5/+6
2009-07-20RDS: Refactor end of __conn_create for readabilityAndy Grover1-17/+31
2009-07-20RDS/IW: Remove dead codeAndy Grover1-9/+4
2009-07-20RDS/IW: Remove page_shift variable from iwarp transportAndy Grover4-22/+11
2009-07-20RDS/IB: Always use PAGE_SIZE for FMR page sizeAndy Grover3-12/+6
2009-07-20RDS: Fix completion notifications on blocking socketsAndy Grover1-11/+13
2009-07-20RDS/IB: Drop connection when a fatal QP event is receivedAndy Grover1-3/+3
2009-07-20RDS/IB: Disable flow control in sysctl and explain whyAndy Grover1-1/+11
2009-07-20RDS/IB: Move tx/rx ring init and refill to laterAndy Grover1-6/+12
2009-07-20RDS: Don't set c_version in __rds_conn_create()Andy Grover1-1/+0
2009-07-20RDS/IB: Rename byte_len to data_len to enhance readabilityAndy Grover1-6/+6
2009-07-20RDS/RDMA: Fix cut-n-paste errors in printks in rdma_transport.cAndy Grover1-4/+4
2009-07-20RDS/IB: Fix printk to indicate remote IP, not localAndy Grover1-1/+1
2009-07-20RDS/IB: Handle connections using RDS 3.0 wire protocolAndy Grover3-6/+58
2009-07-20RDS/IB: Improve RDS protocol version checkingAndy Grover1-6/+19
2009-07-20RDS: Set retry_count to 2 and make modifiable via modparamAndy Grover3-1/+7
2009-06-24percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()Tejun Heo3-3/+3
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-04-21FRV: Fix the section attribute on UP DECLARE_PER_CPU()David Howells1-1/+1
2009-04-09ERR_PTR() dereference in net/rds/ib.cDan Carpenter1-2/+2
2009-04-09ERR_PTR() dereference in net/rds/iw.cDan Carpenter1-2/+2
2009-04-09rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-3/+1
2009-04-09RDS: remove unused #include <version.h>Huang Weiyi1-1/+0
2009-04-09RDS: use get_user_pages_fast()Andy Grover2-8/+2
2009-04-09RDS: Establish connection before parsing CMSGsAndy Grover1-5/+5
2009-04-09RDS: Fix ordering in a conditionalAndy Grover1-1/+1
2009-04-09RDS/IW+IB: Allow max credit advertise window.Steve Wise7-13/+13
2009-04-09RDS/IW+IB: Set the RDS_LL_SEND_FULL bit when we're throttled.Steve Wise2-2/+2