aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/af_rds.c
Commit message (Expand)AuthorAgeFilesLines
* rds: Make rds_sock_lock BH rather than IRQ safe.David S. Miller2012-02-031-12/+8
* RDS/IB: print string constants in more placesZach Brown2010-09-081-0/+9
* RDS: have sockets get transport module referencesZach Brown2010-09-081-0/+2
* RDS: remove __init and __exit annotationZach Brown2010-09-081-2/+2
* rds: Use RCU for the bind lookup searchesChris Mason2010-09-081-0/+8
* RDS: fold rdma.h into rds.hAndy Grover2010-09-081-1/+0
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-081-1/+1
* net: sk_sleep() helperEric Dumazet2010-04-201-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | rds: cleanup: remove unneeded variableDan Carpenter2010-03-241-2/+0
* | RDS: only put sockets that have seen congestion on the poll_waitqAndy Grover2010-03-161-1/+6
|/
* net: Move && and || to end of previous lineJoe Perches2009-11-291-4/+4
* net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+2
* RDS: Add GET_MR_FOR_DEST sockoptAndy Grover2009-10-301-0/+3
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* net: constify remaining proto_opsAlexey Dobriyan2009-09-141-1/+1
* RDS: Modularize RDMA and TCP transportsAndy Grover2009-08-231-8/+0
* RDS: remove unused #include <version.h>Huang Weiyi2009-04-091-1/+0
* RDS: Socket interfaceAndy Grover2009-02-261-0/+586