aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/af_rds.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-24rds: Make rds_sock_lock BH rather than IRQ safe.David S. Miller1-12/+8
2010-09-08RDS/IB: print string constants in more placesZach Brown1-0/+9
2010-09-08RDS: have sockets get transport module referencesZach Brown1-0/+2
2010-09-08RDS: remove __init and __exit annotationZach Brown1-2/+2
2010-09-08rds: Use RCU for the bind lookup searchesChris Mason1-0/+8
2010-09-08RDS: fold rdma.h into rds.hAndy Grover1-1/+0
2010-09-08RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover1-1/+1
2010-04-20net: sk_sleep() helperEric Dumazet1-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24rds: cleanup: remove unneeded variableDan Carpenter1-2/+0
2010-03-16RDS: only put sockets that have seen congestion on the poll_waitqAndy Grover1-1/+6
2009-11-29net: Move && and || to end of previous lineJoe Perches1-4/+4
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-30RDS: Add GET_MR_FOR_DEST sockoptAndy Grover1-0/+3
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-14net: constify remaining proto_opsAlexey Dobriyan1-1/+1
2009-08-23RDS: Modularize RDMA and TCP transportsAndy Grover1-8/+0
2009-04-09RDS: remove unused #include <version.h>Huang Weiyi1-1/+0
2009-02-26RDS: Socket interfaceAndy Grover1-0/+586