summaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)AuthorFilesLines
2018-10-13rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() insteadKa-Cheong Poon3-7/+7
2018-09-26rds: fix two RCU related problemsCong Wang1-1/+4
2018-09-15RDS: IB: fix 'passing zero to ERR_PTR()' warningYueHaibing1-0/+1
2018-07-22rds: avoid unenecessary cong_update in loop transportSantosh Shilimkar3-0/+11
2018-06-20rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes1-1/+2
2018-05-30rds: Incorrect reference counting in TCP socket creationKa-Cheong Poon1-3/+11
2018-05-19rds: do not leak kernel memory to user landEric Dumazet1-0/+1
2018-04-26RDS: IB: Fix null pointer issueGuanglei Li1-1/+2
2018-04-19rds: MP-RDS may use an invalid c_pathKa-Cheong Poon1-5/+10
2018-04-12rds; Reset rs->rs_bound_addr in rds_add_bound() failure pathSowmini Varadhan1-0/+1
2018-02-25rds: tcp: atomically purge entries from rds_tcp_conn_list during netns deleteSowmini Varadhan2-2/+8
2018-02-25rds: tcp: correctly sequence cleanup on netns deletion.Sowmini Varadhan3-6/+7
2018-01-17RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam1-0/+1
2018-01-17RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam1-0/+3
2018-01-02RDS: Check cmsg_len before dereferencing CMSG_DATAAvinash Repaka1-0/+3
2017-12-17rds: Fix NULL pointer dereference in __rds_rdma_mapHåkon Bugge1-1/+1
2017-11-10rds: ib: Fix NULL pointer dereference in debug codeHåkon Bugge1-5/+5
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-10-26rds: Fix inaccurate accounting of unsignaled wrsHåkon Bugge1-8/+7
2017-10-26rds: ib: Fix uninitialized variableHåkon Bugge1-0/+1
2017-09-08rds: Fix incorrect statistics countingHåkon Bugge1-3/+7
2017-09-06rds: Fix non-atomic operation on shared flag variableHåkon Bugge1-2/+2
2017-08-28RDS: make rhashtable_params constBhumika Goyal1-1/+1
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2017-08-09rds: Reintroduce statistics countingHåkon Bugge1-1/+4
2017-08-03rds: reduce memory footprint for RDS when transport is RDMASowmini Varadhan2-10/+26
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-07-21rds: Make sure updates to cp_send_gen can be observedHåkon Bugge1-3/+3
2017-07-17rds: cancel send/recv work before queuing connection shutdownSowmini Varadhan6-12/+16
2017-07-08rds: tcp: use sock_create_lite() to create the accept socketSowmini Varadhan1-1/+1
2017-07-05net, rds: convert rds_message.m_refcount from atomic_t to refcount_tReshetova, Elena2-7/+7
2017-07-05net, rds: convert rds_mr.r_refcount from atomic_t to refcount_tReshetova, Elena2-7/+7
2017-07-05net, rds: convert rds_incoming.i_refcount from atomic_t to refcount_tReshetova, Elena2-7/+8
2017-07-05net, rds: convert rds_ib_device.refcount from atomic_t to refcount_tReshetova, Elena3-9/+9
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-22rds: tcp: set linger to 1 when unloading a rds-tcpSowmini Varadhan5-2/+7
2017-06-22rds: tcp: send handshake ping-probe from passive endpointSowmini Varadhan4-11/+12
2017-06-16rds: tcp: Set linger when rejecting an incoming conn in rds_tcp_accept_oneSowmini Varadhan1-1/+18
2017-06-16rds: tcp: various endian-ness fixesSowmini Varadhan6-13/+21
2017-06-16rds: tcp: remove cp_outgoingSowmini Varadhan4-23/+4
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-21/+36
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+1
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro6-35/+70
2017-04-21rds: make use of iov_iter_revert()Al Viro1-3/+1
2017-04-06don't open-code kernel_setsockopt()Al Viro2-11/+2
2017-04-03rds: tcp: canonical connection order for all paths with index > 0Sowmini Varadhan1-1/+1
2017-04-03rds: tcp: allow progress of rds_conn_shutdown if the rds_connection is marked...Sowmini Varadhan1-1/+9
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-35/+70
2017-03-14rds: ib: unmap the scatter/gather list when errorZhu Yanjun1-7/+19