summaryrefslogtreecommitdiffstats
path: root/net/rds/rds.h
Commit message (Expand)AuthorAgeFilesLines
* net/rds: Remove unused function declarationsYue Haibing2023-08-131-3/+0
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-3/+3
* rds: If one path needs re-connection, check all and re-connectRao Shoaib2020-07-011-0/+7
* net/rds: Use ERR_PTR for rds_message_alloc_sgs()Jason Gunthorpe2020-04-151-2/+1
* net/rds: Fix MR reference counting problemKa-Cheong Poon2020-04-091-8/+0
* net/rds: Replace struct rds_mr's r_refcount with struct krefKa-Cheong Poon2020-04-091-7/+2
* net/rds: Handle ODP mr registration/unregistrationHans Westgaard Ry2020-01-181-2/+11
* net/rds: Whitelist rdma_cookie and rx_tstamp for usercopyDag Moxnes2019-08-231-2/+7
* rds: check for excessive looping in rds_send_xmitAndy Grover2019-08-151-1/+1
* rds: fix reordering with composite message notificationSantosh Shilimkar2019-07-091-1/+0
* rds: add transport specific tos_map hookSantosh Shilimkar2019-02-041-0/+1
* rds: add type of service(tos) infrastructureSantosh Shilimkar2019-02-041-2/+7
* rds: make v3.1 as compat versionSantosh Shilimkar2019-02-041-0/+4
* rds: use DIV_ROUND_UP instead of ceilJacob Wen2019-01-071-4/+0
* net/rds: remove user triggered WARN_ON in rds_sendmsgshamir rabinovitch2018-12-191-1/+2
* net/rds: fix warn in rds_message_alloc_sgsshamir rabinovitch2018-12-191-4/+16
* rds: store socket timestamps as ktime_tArnd Bergmann2018-09-011-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-1/+4
|\
| * RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka2018-07-261-1/+4
* | rds: Enable RDS IPv6 supportKa-Cheong Poon2018-07-231-8/+14
* | rds: Changing IP address internal representation to struct in6_addrKa-Cheong Poon2018-07-231-23/+47
|/
* rds: avoid unenecessary cong_update in loop transportSantosh Shilimkar2018-06-141-0/+5
* net: rds: drop VLA in rds_for_each_conn_info()Salvatore Mesoraca2018-03-121-0/+1
* rds: use list structure to track information for zerocopy completion notifica...Sowmini Varadhan2018-03-071-6/+17
* rds: deliver zerocopy completion notification with dataSowmini Varadhan2018-02-271-0/+2
* rds: zerocopy Tx support.Sowmini Varadhan2018-02-161-1/+2
* rds: support for zcopy completion notificationSowmini Varadhan2018-02-161-0/+14
* rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ...Sowmini Varadhan2018-02-081-0/+7
* rds: Use atomic flag to track connections being destroyedSowmini Varadhan2018-01-051-2/+2
* rds: tcp: correctly sequence cleanup on netns deletion.Sowmini Varadhan2017-12-011-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* rds: reduce memory footprint for RDS when transport is RDMASowmini Varadhan2017-08-031-1/+1
* rds: cancel send/recv work before queuing connection shutdownSowmini Varadhan2017-07-161-1/+1
* net, rds: convert rds_message.m_refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* net, rds: convert rds_mr.r_refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-2/+2
* net, rds: convert rds_incoming.i_refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+2
* rds: tcp: set linger to 1 when unloading a rds-tcpSowmini Varadhan2017-06-221-1/+2
* rds: tcp: send handshake ping-probe from passive endpointSowmini Varadhan2017-06-221-0/+1
* rds: tcp: various endian-ness fixesSowmini Varadhan2017-06-161-0/+2
* rds: tcp: remove cp_outgoingSowmini Varadhan2017-06-161-2/+0
* rds: tcp: Take explicit refcounts on struct netSowmini Varadhan2017-03-071-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-041-1/+1
|\
| * rds: remove unnecessary returned value checkZhu Yanjun2017-03-031-1/+1
* | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-021-7/+0
|\ \ | |/ |/|
| * rds: remove dead codeAl Viro2016-12-261-7/+0
* | RDS: add receive message trace used by applicationSantosh Shilimkar2017-01-021-0/+10
* | RDS: make message size limit compliant with specAvinash Repaka2017-01-021-0/+3
* | RDS: add stat for socket recv memory usageVenkat Venkatsubra2017-01-021-0/+3
* | RDS: RDMA: Fix the composite message user notificationSantosh Shilimkar2017-01-021-0/+1
|/
* RDS: TCP: Track peer's connection generation numberSowmini Varadhan2016-11-171-1/+7