summaryrefslogtreecommitdiffstats
path: root/net/rds/af_rds.c
Commit message (Expand)AuthorAgeFilesLines
* RDS: Add support for SO_TIMESTAMP for incoming messagessantosh.shilimkar@oracle.com2016-03-021-0/+26
* RDS: convert bind hash table to re-sizable hashtablesantosh.shilimkar@oracle.com2015-11-021-2/+8
* RDS: Use per-bucket rw lock for bind hash-tableSantosh Shilimkar2015-09-301-0/+2
* RDS: make socket bind/release locking scheme simple and more efficientSantosh Shilimkar2015-09-301-6/+0
* RDS: add a sock_destruct callback debug aidsantosh.shilimkar@oracle.com2015-08-251-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-1/+42
|\
| * net/rds Add getsockopt support for SO_RDS_TRANSPORTSowmini Varadhan2015-05-311-0/+14
| * net/rds: Add setsockopt support for SO_RDS_TRANSPORTSowmini Varadhan2015-05-311-0/+27
| * net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* | RDS: Switch to generic logging helpersSagi Grimberg2015-05-181-9/+0
|/
* treewide: fix synchronize_rcu() in commentsJesper Dangaard Brouer2014-08-281-1/+1
* rds: Make rds_sock_lock BH rather than IRQ safe.David S. Miller2012-01-241-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
OpenPOWER on IntegriCloud