summaryrefslogtreecommitdiff
path: root/net/rds/af_rds.c
Commit message (Expand)AuthorAge
* rds: use list structure to track information for zerocopy completion notifica...Sowmini Varadhan2018-03-07
* rds: deliver zerocopy completion notification with dataSowmini Varadhan2018-02-27
* rds: support for zcopy completion notificationSowmini Varadhan2018-02-16
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* net: annotate ->poll() instancesAl Viro2017-11-27
* RDS: validate the requested traces user input against max supportedsantosh.shilimkar@oracle.com2017-01-06
* RDS: add receive message trace used by applicationSantosh Shilimkar2017-01-02
* RDS: TCP: Track peer's connection generation numberSowmini Varadhan2016-11-17
* RDS: Add support for SO_TIMESTAMP for incoming messagessantosh.shilimkar@oracle.com2016-03-02
* RDS: convert bind hash table to re-sizable hashtablesantosh.shilimkar@oracle.com2015-11-02
* RDS: Use per-bucket rw lock for bind hash-tableSantosh Shilimkar2015-09-30
* RDS: make socket bind/release locking scheme simple and more efficientSantosh Shilimkar2015-09-30
* RDS: add a sock_destruct callback debug aidsantosh.shilimkar@oracle.com2015-08-25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-24
|\
| * net/rds Add getsockopt support for SO_RDS_TRANSPORTSowmini Varadhan2015-05-31
| * net/rds: Add setsockopt support for SO_RDS_TRANSPORTSowmini Varadhan2015-05-31
| * net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-11
* | RDS: Switch to generic logging helpersSagi Grimberg2015-05-18
|/
* treewide: fix synchronize_rcu() in commentsJesper Dangaard Brouer2014-08-28
* rds: Make rds_sock_lock BH rather than IRQ safe.David S. Miller2012-01-24
* RDS/IB: print string constants in more placesZach Brown2010-09-08
* RDS: have sockets get transport module referencesZach Brown2010-09-08
* RDS: remove __init and __exit annotationZach Brown2010-09-08
* rds: Use RCU for the bind lookup searchesChris Mason2010-09-08
* RDS: fold rdma.h into rds.hAndy Grover2010-09-08
* RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisonsAndy Grover2010-09-08
* net: sk_sleep() helperEric Dumazet2010-04-20
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | rds: cleanup: remove unneeded variableDan Carpenter2010-03-24
* | RDS: only put sockets that have seen congestion on the poll_waitqAndy Grover2010-03-16
|/
* net: Move && and || to end of previous lineJoe Perches2009-11-29
* net: pass kern to net_proto_family create functionEric Paris2009-11-05
* RDS: Add GET_MR_FOR_DEST sockoptAndy Grover2009-10-30
* net: mark net_proto_ops as constStephen Hemminger2009-10-07
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-30
* net: constify remaining proto_opsAlexey Dobriyan2009-09-14
* RDS: Modularize RDMA and TCP transportsAndy Grover2009-08-23
* RDS: remove unused #include <version.h>Huang Weiyi2009-04-09
* RDS: Socket interfaceAndy Grover2009-02-26