summaryrefslogtreecommitdiff
path: root/net/rds
AgeCommit message (Expand)AuthorFilesLines
2025-12-03rds: Fix endianness annotation for RDS_MPATH_HASHUjwal Kundur1-1/+1
2025-10-02rds: ib: Increment i_fastreg_wrs before bailing outHÃ¥kon Bugge1-8/+12
2024-09-04net:rds: Fix possible deadlock in rds_message_putAllison Henderson1-2/+11
2024-04-13net/rds: fix possible cp null dereferenceMahmoud Adam1-1/+1
2024-03-26rds: introduce acquire/release ordering in acquire/release_in_xmit()Yewon Choi1-3/+2
2024-03-15net/rds: fix WARNING in rds_conn_connect_if_downEdward Adam Davis2-5/+4
2024-02-23net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recvSharath Srinivasan1-1/+1
2023-10-25net: prevent address rewrite in kernel_bind()Jordan Rife2-2/+2
2023-10-10net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife1-1/+1
2023-10-10net: rds: Fix possible NULL-pointer dereferenceArtem Chernyshev1-3/+5
2023-03-11rds: rds_rm_zerocopy_callback() correct order for list_add_tail()Pietro Borrello1-1/+1
2023-02-22rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello1-3/+3
2022-10-26net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba...Tetsuo Handa1-1/+1
2022-08-25rds: add missing barrier to release_refillMikulas Patocka1-0/+1
2021-12-22rds: memory leak in __rds_conn_create()Hangyu Hua1-0/+1
2021-12-08net/rds: correct socket tunable error in rds_tcp_tune()William Kucharski1-1/+1
2021-09-03net/rds: dma_map_sg is entitled to merge entriesGerd Rausch1-2/+2
2021-06-23net: rds: fix memory leak in rds_recvmsgPavel Skripkin1-1/+1
2021-06-16RDS tcp loopback connection can hangRao Shoaib4-9/+27
2021-04-14net/rds: Fix a use after free in rds_message_map_pagesLv Yunlong1-1/+2
2021-02-17net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGSSabyrzhan Tasbolatov1-0/+3
2020-08-05rds: Prevent kernel-infoleak in rds_notify_queue_get()Peilin Ye1-1/+2
2020-05-20net/rds: Use ERR_PTR for rds_message_alloc_sgs()Jason Gunthorpe4-21/+19
2019-11-16rds: ib: update WR sizes when bringing up connectionDag Moxnes1-8/+15
2019-10-02net/rds: Fix error handling in rds_ib_add_one()Dotan Barak1-3/+3
2019-09-27net/rds: Check laddr_check before calling itKa-Cheong Poon1-1/+4
2019-09-26net: Fix Kconfig indentationKrzysztof Kozlowski1-2/+2
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-09-15net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names'Gerd Rausch1-1/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-22/+18
2019-09-11net/rds: An rds_sock is added too early to the hash tableKa-Cheong Poon1-22/+18
2019-09-05Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht3-6/+6
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2019-08-27net/rds: Fix info leak in rds6_inc_info_copy()Ka-Cheong Poon1-1/+4
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-8/+22
2019-08-24net: rds: add service level support in rds-infoZhu Yanjun4-8/+22
2019-08-23net/rds: Whitelist rdma_cookie and rx_tstamp for usercopyDag Moxnes3-15/+27
2019-08-15rds: check for excessive looping in rds_send_xmitAndy Grover3-1/+14
2019-08-15net/rds: Add a few missing rds_stat_names entriesGerd Rausch1-0/+2
2019-08-15RDS: don't use GFP_ATOMIC for sk_alloc in rds_createChris Mason1-1/+1
2019-08-15RDS: limit the number of times we loop in rds_send_xmitChris Mason1-1/+11
2019-08-15net/rds: Add RDS6_INFO_SOCKETS and RDS6_INFO_RECV_MESSAGES optionsKa-Cheong Poon1-3/+90
2019-07-27net: rds: Fix possible null-pointer dereferences in rds_rdma_cm_event_handler...Jia-Ju Bai1-1/+4
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-49/+109
2019-07-17net/rds: Initialize ic->i_fastreg_wrs upon allocationGerd Rausch1-1/+1
2019-07-17net/rds: Keep track of and wait for FRWR segments in use upon shutdownGerd Rausch3-6/+45
2019-07-17net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been succes...Gerd Rausch1-1/+2
2019-07-17net/rds: Fix NULL/ERR_PTR inconsistencyGerd Rausch1-2/+2
2019-07-17net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after postin...Gerd Rausch2-27/+40
2019-07-17net/rds: Get rid of "wait_clean_list_grace" and add lockingGerd Rausch2-38/+19