summaryrefslogtreecommitdiffstats
path: root/net/rds
Commit message (Expand)AuthorAgeFilesLines
* net: prevent address rewrite in kernel_bind()Jordan Rife2023-10-252-2/+2
* net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife2023-10-101-1/+1
* net: rds: Fix possible NULL-pointer dereferenceArtem Chernyshev2023-10-101-3/+5
* rds: rds_rm_zerocopy_callback() correct order for list_add_tail()Pietro Borrello2023-03-111-1/+1
* rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello2023-02-221-3/+3
* net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba...Tetsuo Handa2022-10-261-1/+1
* rds: add missing barrier to release_refillMikulas Patocka2022-08-251-0/+1
* rds: memory leak in __rds_conn_create()Hangyu Hua2021-12-221-0/+1
* net/rds: correct socket tunable error in rds_tcp_tune()William Kucharski2021-12-081-1/+1
* net/rds: dma_map_sg is entitled to merge entriesGerd Rausch2021-09-031-2/+2
* net: rds: fix memory leak in rds_recvmsgPavel Skripkin2021-06-231-1/+1
* RDS tcp loopback connection can hangRao Shoaib2021-06-164-9/+27
* net/rds: Fix a use after free in rds_message_map_pagesLv Yunlong2021-04-141-1/+2
* net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGSSabyrzhan Tasbolatov2021-02-171-0/+3
* rds: Prevent kernel-infoleak in rds_notify_queue_get()Peilin Ye2020-08-051-1/+2
* net/rds: Use ERR_PTR for rds_message_alloc_sgs()Jason Gunthorpe2020-05-204-21/+19
* rds: ib: update WR sizes when bringing up connectionDag Moxnes2019-11-161-8/+15
* net/rds: Fix error handling in rds_ib_add_one()Dotan Barak2019-10-021-3/+3
* net/rds: Check laddr_check before calling itKa-Cheong Poon2019-09-271-1/+4
* net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-261-2/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-171-1/+1
|\
| * net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names'Gerd Rausch2019-09-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-22/+18
|\|
| * net/rds: An rds_sock is added too early to the hash tableKa-Cheong Poon2019-09-111-22/+18
* | Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht2019-09-053-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-021-1/+4
|\|
| * net/rds: Fix info leak in rds6_inc_info_copy()Ka-Cheong Poon2019-08-271-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-274-8/+22
|\|
| * net: rds: add service level support in rds-infoZhu Yanjun2019-08-244-8/+22
* | net/rds: Whitelist rdma_cookie and rx_tstamp for usercopyDag Moxnes2019-08-233-15/+27
* | rds: check for excessive looping in rds_send_xmitAndy Grover2019-08-153-1/+14
* | net/rds: Add a few missing rds_stat_names entriesGerd Rausch2019-08-151-0/+2
* | RDS: don't use GFP_ATOMIC for sk_alloc in rds_createChris Mason2019-08-151-1/+1
* | RDS: limit the number of times we loop in rds_send_xmitChris Mason2019-08-151-1/+11
* | net/rds: Add RDS6_INFO_SOCKETS and RDS6_INFO_RECV_MESSAGES optionsKa-Cheong Poon2019-08-151-3/+90
|/
* net: rds: Fix possible null-pointer dereferences in rds_rdma_cm_event_handler...Jia-Ju Bai2019-07-271-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-195-49/+109
|\
| * net/rds: Initialize ic->i_fastreg_wrs upon allocationGerd Rausch2019-07-171-1/+1
| * net/rds: Keep track of and wait for FRWR segments in use upon shutdownGerd Rausch2019-07-173-6/+45
| * net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been succes...Gerd Rausch2019-07-171-1/+2
| * net/rds: Fix NULL/ERR_PTR inconsistencyGerd Rausch2019-07-171-2/+2
| * net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after postin...Gerd Rausch2019-07-172-27/+40
| * net/rds: Get rid of "wait_clean_list_grace" and add lockingGerd Rausch2019-07-172-38/+19
| * net/rds: Give fr_state a chance to transition to FRMR_IS_FREEGerd Rausch2019-07-172-1/+27
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-151-4/+4
|\ \ | |/ |/|
| * Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-284-5/+11
| |\
| * | rds: Don't check return value from destroy CQLeon Romanovsky2019-05-211-4/+4
* | | rds: avoid version downgrade to legitimate newer peer connectionsSantosh Shilimkar2019-07-091-2/+4
* | | rds: Return proper "tos" value to user-spaceGerd Rausch2019-07-091-0/+1
* | | rds: Accept peer connection reject messages due to incompatible versionGerd Rausch2019-07-091-2/+3