summaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
* net: rds: exchange of 8K and 1M poolZhu Yanjun2019-05-022-3/+11
* net: rds: force to destroy connection if t_sock is NULL in rds_tcp_kill_sock().Mao Wenan2019-04-171-1/+1
* rds: fix refcount bug in rds_sock_addrefEric Dumazet2019-02-121-3/+3
* rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon2018-10-133-7/+7
* rds: fix two RCU related problemsCong Wang2018-09-261-1/+4
* RDS: IB: fix 'passing zero to ERR_PTR()' warningYueHaibing2018-09-151-0/+1
* rds: avoid unenecessary cong_update in loop transportSantosh Shilimkar2018-07-223-0/+11
* rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes2018-06-211-1/+2
* rds: Incorrect reference counting in TCP socket creationKa-Cheong Poon2018-05-301-3/+11
* rds: do not leak kernel memory to user landEric Dumazet2018-05-191-0/+1
* RDS: IB: Fix null pointer issueGuanglei Li2018-04-261-1/+2
* rds: MP-RDS may use an invalid c_pathKa-Cheong Poon2018-04-191-5/+10
* rds; Reset rs->rs_bound_addr in rds_add_bound() failure pathSowmini Varadhan2018-04-121-0/+1
* rds: tcp: atomically purge entries from rds_tcp_conn_list during netns deleteSowmini Varadhan2018-02-252-2/+8
* rds: tcp: correctly sequence cleanup on netns deletion.Sowmini Varadhan2018-02-253-6/+7
* RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam2018-01-171-0/+1
* RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam2018-01-171-0/+3
* RDS: Check cmsg_len before dereferencing CMSG_DATAAvinash Repaka2018-01-021-0/+3
* rds: Fix NULL pointer dereference in __rds_rdma_mapHåkon Bugge2017-12-171-1/+1
* rds: ib: Fix NULL pointer dereference in debug codeHåkon Bugge2017-11-101-5/+5
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-028-0/+8
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-028-0/+8
* | rds: Fix inaccurate accounting of unsignaled wrsHåkon Bugge2017-10-261-8/+7
* | rds: ib: Fix uninitialized variableHåkon Bugge2017-10-261-0/+1
|/
* rds: Fix incorrect statistics countingHåkon Bugge2017-09-071-3/+7
* rds: Fix non-atomic operation on shared flag variableHåkon Bugge2017-09-051-2/+2
* RDS: make rhashtable_params constBhumika Goyal2017-08-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-091-1/+4
|\
| * rds: Reintroduce statistics countingHåkon Bugge2017-08-081-1/+4
* | rds: reduce memory footprint for RDS when transport is RDMASowmini Varadhan2017-08-032-10/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211-3/+3
|\|
| * rds: Make sure updates to cp_send_gen can be observedHåkon Bugge2017-07-201-3/+3
* | rds: cancel send/recv work before queuing connection shutdownSowmini Varadhan2017-07-166-12/+16
|/
* rds: tcp: use sock_create_lite() to create the accept socketSowmini Varadhan2017-07-081-1/+1
* net, rds: convert rds_message.m_refcount from atomic_t to refcount_tReshetova, Elena2017-07-042-7/+7
* net, rds: convert rds_mr.r_refcount from atomic_t to refcount_tReshetova, Elena2017-07-042-7/+7
* net, rds: convert rds_incoming.i_refcount from atomic_t to refcount_tReshetova, Elena2017-07-042-7/+8
* net, rds: convert rds_ib_device.refcount from atomic_t to refcount_tReshetova, Elena2017-07-043-9/+9
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* rds: tcp: set linger to 1 when unloading a rds-tcpSowmini Varadhan2017-06-225-2/+7
* rds: tcp: send handshake ping-probe from passive endpointSowmini Varadhan2017-06-224-11/+12
* rds: tcp: Set linger when rejecting an incoming conn in rds_tcp_accept_oneSowmini Varadhan2017-06-161-1/+18
* rds: tcp: various endian-ness fixesSowmini Varadhan2017-06-166-13/+21
* rds: tcp: remove cp_outgoingSowmini Varadhan2017-06-164-23/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-025-21/+36
|\
| * rds: tcp: canonical connection order for all paths with index > 0Sowmini Varadhan2017-04-021-1/+1
| * rds: tcp: allow progress of rds_conn_shutdown if the rds_connection is marked...Sowmini Varadhan2017-04-021-1/+9
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-156-35/+70
| |\
| * | rds: ib: unmap the scatter/gather list when errorZhu Yanjun2017-03-131-7/+19
| * | rds: ib: add the static type to the functionZhu Yanjun2017-03-132-4/+3