aboutsummaryrefslogtreecommitdiff
path: root/net/rds/af_rds.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-24rds: Make rds_sock_lock BH rather than IRQ safe.Gravatar David S. Miller 1-12/+8
2010-09-08RDS/IB: print string constants in more placesGravatar Zach Brown 1-0/+9
2010-09-08RDS: have sockets get transport module referencesGravatar Zach Brown 1-0/+2
2010-09-08RDS: remove __init and __exit annotationGravatar Zach Brown 1-2/+2
2010-09-08rds: Use RCU for the bind lookup searchesGravatar Chris Mason 1-0/+8
2010-09-08RDS: fold rdma.h into rds.hGravatar Andy Grover 1-1/+0
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsGravatar Andy Grover 1-1/+1
2010-04-20net: sk_sleep() helperGravatar Eric Dumazet 1-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-24rds: cleanup: remove unneeded variableGravatar Dan Carpenter 1-2/+0
2010-03-16RDS: only put sockets that have seen congestion on the poll_waitqGravatar Andy Grover 1-1/+6
2009-11-29net: Move && and || to end of previous lineGravatar Joe Perches 1-4/+4
2009-11-05net: pass kern to net_proto_family create functionGravatar Eric Paris 1-1/+2
2009-10-30RDS: Add GET_MR_FOR_DEST sockoptGravatar Andy Grover 1-0/+3
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-14net: constify remaining proto_opsGravatar Alexey Dobriyan 1-1/+1
2009-08-23RDS: Modularize RDMA and TCP transportsGravatar Andy Grover 1-8/+0
2009-04-09RDS: remove unused #include <version.h>Gravatar Huang Weiyi 1-1/+0
2009-02-26RDS: Socket interfaceGravatar Andy Grover 1-0/+586