summaryrefslogtreecommitdiff
path: root/net/rds/af_rds.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-28treewide: fix synchronize_rcu() in commentsJesper Dangaard Brouer1-1/+1
2012-01-25rds: Make rds_sock_lock BH rather than IRQ safe.David S. Miller1-12/+8
2010-09-09RDS/IB: print string constants in more placesZach Brown1-0/+9
2010-09-09RDS: have sockets get transport module referencesZach Brown1-0/+2
2010-09-09RDS: remove __init and __exit annotationZach Brown1-2/+2
2010-09-09rds: Use RCU for the bind lookup searchesChris Mason1-0/+8
2010-09-09RDS: fold rdma.h into rds.hAndy Grover1-1/+0
2010-09-09RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover1-1/+1
2010-04-21net: sk_sleep() helperEric Dumazet1-1/+1
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-24rds: cleanup: remove unneeded variableDan Carpenter1-2/+0
2010-03-17RDS: only put sockets that have seen congestion on the poll_waitqAndy Grover1-1/+6
2009-11-30net: Move && and || to end of previous lineJoe Perches1-4/+4
2009-11-06net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-31RDS: Add GET_MR_FOR_DEST sockoptAndy Grover1-0/+3
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-10-01net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-15net: constify remaining proto_opsAlexey Dobriyan1-1/+1
2009-08-24RDS: Modularize RDMA and TCP transportsAndy Grover1-8/+0
2009-04-10RDS: remove unused #include <version.h>Huang Weiyi1-1/+0
2009-02-27RDS: Socket interfaceAndy Grover1-0/+586