aboutsummaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 21-0/+21
2010-02-03net/rds: remove uses of NIPQUAD, use %pI4Gravatar Joe Perches 3-9/+8
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Gravatar Linus Torvalds 2-4/+4
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 20-94/+155
2009-11-29net: Move && and || to end of previous lineGravatar Joe Perches 14-62/+56
2009-11-19RDMA/cm: fix loopback address supportGravatar Sean Hefty 2-4/+4
2009-11-18sysctl: Drop & in front of every proc_handler.Gravatar Eric W. Biederman 3-17/+17
2009-11-12sysctl net: Remove unused binary sysctl codeGravatar Eric W. Biederman 3-28/+11
2009-11-05net: pass kern to net_proto_family create functionGravatar Eric Paris 1-1/+2
2009-10-30RDS/IB+IW: Move recv processing to a taskletGravatar Andy Grover 6-12/+52
2009-10-30RDS: Do not send congestion updates to loopback connectionsGravatar Andy Grover 1-0/+2
2009-10-30RDS: Fix panic on unloadGravatar Andy Grover 2-8/+2
2009-10-30RDS: Fix potential race around rds_i[bw]_allocationGravatar Andy Grover 2-6/+8
2009-10-30RDS: Add GET_MR_FOR_DEST sockoptGravatar Andy Grover 3-0/+28
2009-10-18inet: rename some inet_sock fieldsGravatar Eric Dumazet 1-4/+4
2009-10-07net: mark net_proto_ops as constGravatar Stephen Hemminger 1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.Gravatar David S. Miller 1-1/+1
2009-09-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-1/+1
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 3-3/+3
2009-09-14net: constify remaining proto_opsGravatar Alexey Dobriyan 1-1/+1
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-06-24percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()Gravatar Tejun Heo 3-3/+3
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