summaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-0/+4
|\
| * RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam2018-01-041-0/+1
| * RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam2018-01-031-0/+3
* | rds: use RCU to synchronize work-enqueue with connection teardownSowmini Varadhan2018-01-056-20/+81
* | rds: Use atomic flag to track connections being destroyedSowmini Varadhan2018-01-053-6/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-291-0/+3
|\|
| * RDS: Check cmsg_len before dereferencing CMSG_DATAAvinash Repaka2017-12-271-0/+3
* | rds: tcp: cleanup if kmem_cache_alloc fails in rds_tcp_conn_alloc()Sowmini Varadhan2017-12-271-20/+26
* | rds: tcp: initialize t_tcp_detached to falseSowmini Varadhan2017-12-271-0/+1
* | rds; Reset rs->rs_bound_addr in rds_add_bound() failure pathSowmini Varadhan2017-12-271-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-101-1/+1
|\|
| * rds: Fix NULL pointer dereference in __rds_rdma_mapHåkon Bugge2017-12-061-1/+1
* | rds: debug: fix null check on static arrayPrashant Bhole2017-12-061-2/+2
* | rds: tcp: atomically purge entries from rds_tcp_conn_list during netns deleteSowmini Varadhan2017-12-012-2/+8
* | rds: tcp: correctly sequence cleanup on netns deletion.Sowmini Varadhan2017-12-013-6/+7
* | rds: tcp: remove redundant function rds_tcp_conn_paths_destroy()Sowmini Varadhan2017-12-011-24/+1Star
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-2/+2
|\
| * net/rds/ib_fmr.c: use kmalloc_array_node()Johannes Thumshirn2017-11-161-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-121-5/+5
|\|
| * rds: ib: Fix NULL pointer dereference in debug codeHåkon Bugge2017-11-101-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-048-0/+8
|\|
| * 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
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-8/+8
|\| |
| * | rds: Fix inaccurate accounting of unsignaled wrsHåkon Bugge2017-10-261-8/+7Star
| * | rds: ib: Fix uninitialized variableHåkon Bugge2017-10-261-0/+1
| |/
* | RDS: IB: Initialize max_items based on underlying device attributesAvinash Repaka2017-10-061-2/+2
* | RDS: IB: Limit the scope of has_fr/has_fmr variablesAvinash Repaka2017-10-062-7/+6Star
|/
* rds: Fix incorrect statistics countingHåkon Bugge2017-09-081-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-101-1/+4
|\
| * rds: Reintroduce statistics countingHåkon Bugge2017-08-091-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-211-3/+3
* | rds: cancel send/recv work before queuing connection shutdownSowmini Varadhan2017-07-176-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/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-035-21/+36
|\
| * rds: tcp: canonical connection order for all paths with index > 0Sowmini Varadhan2017-04-031-1/+1