aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds
AgeCommit message (Expand)Author
2018-04-19rds: MP-RDS may use an invalid c_pathKa-Cheong Poon
2018-04-12rds; Reset rs->rs_bound_addr in rds_add_bound() failure pathSowmini Varadhan
2018-02-25rds: tcp: atomically purge entries from rds_tcp_conn_list during netns deleteSowmini Varadhan
2018-02-25rds: tcp: correctly sequence cleanup on netns deletion.Sowmini Varadhan
2018-01-22rds: tcp: compute m_ack_seq as offset from ->write_seqSowmini Varadhan
2018-01-04RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam
2018-01-03RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam
2017-12-27RDS: Check cmsg_len before dereferencing CMSG_DATAAvinash Repaka
2017-12-06rds: Fix NULL pointer dereference in __rds_rdma_mapHåkon Bugge
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15net/rds/ib_fmr.c: use kmalloc_array_node()Johannes Thumshirn
2017-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-10rds: ib: Fix NULL pointer dereference in debug codeHåkon Bugge
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-26rds: Fix inaccurate accounting of unsignaled wrsHåkon Bugge
2017-10-26rds: ib: Fix uninitialized variableHåkon Bugge
2017-10-05RDS: IB: Initialize max_items based on underlying device attributesAvinash Repaka
2017-10-05RDS: IB: Limit the scope of has_fr/has_fmr variablesAvinash Repaka
2017-09-07rds: Fix incorrect statistics countingHåkon Bugge
2017-09-05rds: Fix non-atomic operation on shared flag variableHåkon Bugge
2017-08-28RDS: make rhashtable_params constBhumika Goyal
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-08rds: Reintroduce statistics countingHåkon Bugge
2017-08-03rds: reduce memory footprint for RDS when transport is RDMASowmini Varadhan
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-20rds: Make sure updates to cp_send_gen can be observedHåkon Bugge
2017-07-16rds: cancel send/recv work before queuing connection shutdownSowmini Varadhan
2017-07-08rds: tcp: use sock_create_lite() to create the accept socketSowmini Varadhan
2017-07-04net, rds: convert rds_message.m_refcount from atomic_t to refcount_tReshetova, Elena
2017-07-04net, rds: convert rds_mr.r_refcount from atomic_t to refcount_tReshetova, Elena
2017-07-04net, rds: convert rds_incoming.i_refcount from atomic_t to refcount_tReshetova, Elena
2017-07-04net, rds: convert rds_ib_device.refcount from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-06-22rds: tcp: set linger to 1 when unloading a rds-tcpSowmini Varadhan
2017-06-22rds: tcp: send handshake ping-probe from passive endpointSowmini Varadhan
2017-06-16rds: tcp: Set linger when rejecting an incoming conn in rds_tcp_accept_oneSowmini Varadhan
2017-06-16rds: tcp: various endian-ness fixesSowmini Varadhan
2017-06-16rds: tcp: remove cp_outgoingSowmini Varadhan
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro
2017-04-21rds: make use of iov_iter_revert()Al Viro
2017-04-06don't open-code kernel_setsockopt()Al Viro
2017-04-02rds: tcp: canonical connection order for all paths with index > 0Sowmini Varadhan
2017-04-02rds: tcp: allow progress of rds_conn_shutdown if the rds_connection is marked...Sowmini Varadhan
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-13rds: ib: unmap the scatter/gather list when errorZhu Yanjun