summaryrefslogtreecommitdiffstats
path: root/net/rds/message.c
AgeCommit message (Expand)AuthorLines
2025-08-22rds: Fix endianness annotations for RDS extension headersUjwal Kundur-2/+2
2023-02-13rds: rds_rm_zerocopy_callback() correct order for list_add_tail()Pietro Borrello-1/+1
2023-02-09rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello-3/+3
2022-10-26net/rds: remove variable total_copiedColin Ian King-2/+0
2022-08-31net/rds: Pass a pointer to virt_to_page()Linus Walleij-1/+1
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro-2/+1
2021-04-24Revert "net/rds: Avoid potential use after free in rds_send_remove_from_sock"Linus Torvalds-1/+0
2021-04-07net/rds: Avoid potential use after free in rds_send_remove_from_sockAditya Pakki-0/+1
2021-03-31net/rds: Fix a use after free in rds_message_map_pagesLv Yunlong-1/+2
2020-04-15net/rds: Use ERR_PTR for rds_message_alloc_sgs()Jason Gunthorpe-13/+6
2020-04-09net/rds: Replace struct rds_mr's r_refcount with struct krefKa-Cheong Poon-3/+3
2019-01-07rds: use DIV_ROUND_UP instead of ceilJacob Wen-2/+2
2018-12-19net/rds: remove user triggered WARN_ON in rds_sendmsgshamir rabinovitch-6/+18
2018-07-24rds: remove trailing whitespace and blank linesStephen Hemminger-1/+0
2018-03-12rds: remove redundant variable 'sg_off'Colin Ian King-2/+0
2018-03-08rds: rds_info_from_znotifier() can be statickbuild test robot-1/+1
2018-03-08rds: rds_message_zcopy_from_user() can be statickbuild test robot-1/+1
2018-03-07rds: use list structure to track information for zerocopy completion notifica...Sowmini Varadhan-28/+49
2018-03-07rds: refactor zcopy code into rds_message_zcopy_from_userSowmini Varadhan-48/+60
2018-02-27rds: deliver zerocopy completion notification with dataSowmini Varadhan-22/+16
2018-02-16rds: zerocopy Tx support.Sowmini Varadhan-1/+50
2018-02-16rds: support for zcopy completion notificationSowmini Varadhan-7/+76
2018-02-16rds: hold a sock ref from rds_message to the rds_sockSowmini Varadhan-1/+7
2017-07-04net, rds: convert rds_message.m_refcount from atomic_t to refcount_tReshetova, Elena-6/+6
2016-11-17RDS: TCP: Track peer's connection generation numberSowmini Varadhan-0/+1
2016-07-15RDS: TCP: Enable multipath RDS for TCPSowmini Varadhan-0/+1
2015-02-07rds: Make rds_message_copy_from_user() return 0 on success.Sowmini Varadhan-4/+4
2014-12-15rds: Fix min() warning in rds_message_inc_copy_to_user()Geert Uytterhoeven-1/+2
2014-11-24rds: switch rds_message_copy_from_user() to iov_iterAl Viro-30/+12
2014-11-24rds: switch ->inc_copy_to_user() to passing iov_iterAl Viro-27/+8
2013-03-04rds: simplify a warning messageCong Wang-4/+1
2013-03-04rds: limit the size allocated by rds_message_alloc()Cong Wang-0/+3
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker-0/+1
2010-11-08rds: Fix rds message leak in rds_message_map_pagesPavel Emelyanov-1/+3
2010-10-30RDS: Let rds_message_alloc_sgs() return NULLAndy Grover-0/+5
2010-10-21rds: make local functions/variables staticstephen hemminger-22/+2
2010-09-08rds: don't let RDS shutdown a connection while senders are presentChris Mason-1/+4
2010-09-08rds: per-rm flush_wait waitqChris Mason-4/+3
2010-09-08RDS: Do wait_event_interruptible instead of wait_eventAndy Grover-2/+2
2010-09-08RDS: rds_message_unmapped() doesn't need to check if queue activeAndy Grover-2/+1
2010-09-08RDS: Use NOWAIT in message_map_pages()Andy Grover-1/+1
2010-09-08RDS: Add a warning if trying to allocate 0 sgsAndy Grover-0/+1
2010-09-08RDS: Do not set op_active in r_m_copy_from_user().Andy Grover-2/+0
2010-09-08RDS: Rename data op members prefix from m_ to op_Andy Grover-11/+11
2010-09-08RDS: Remove struct rds_rdma_opAndy Grover-4/+4
2010-09-08RDS: purge atomic resources too in rds_message_purge()Andy Grover-0/+5
2010-09-08RDS: Implement silent atomicsAndy Grover-0/+2
2010-09-08RDS: Move loop-only function to loop.cAndy Grover-6/+0
2010-09-08RDS: inc_purge() transport function unused - remove itAndy Grover-6/+0
2010-09-08RDS: make sure all sgs alloced are initializedAndy Grover-1/+1