summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)Author
2026-06-19net/smc: fix sleep-inside-lock in __smc_setsockopt() causing local DoSNicolò Coccia
2026-06-09net/smc: Do not re-initialize smc hashtablesAlexandra Winter
2026-06-01net/smc: reject CHID-0 ACCEPT that matches an empty ism_dev slotXiang Mei
2026-06-01net/smc: avoid NULL deref of conn->lnk in smc_msg_event tracepointXiang Mei
2026-05-07net/smc: avoid early lgr access in smc_clc_wait_msgRuijie Li
2026-04-02net/smc: fix double-free of smc_spd_priv when tee() duplicates splice pipe bu...Qi Tang
2026-03-25net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()Jiayuan Chen
2025-11-24net/smc: fix mismatch between CLC header and proposalD. Wythe
2025-10-29net/smc: fix general protection fault in __smc_diag_dumpWang Liang
2025-10-02net/smc: fix warning in smc_rx_splice() when calling get_page()Sidraya Jayagond
2025-09-09net/smc: Remove validation of reserved bits in CLC Decline messageMahanta Jambigi
2025-09-09net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()Liu Jian
2025-08-28net/smc: fix UAF on smcsk after smc_listen_out()D. Wythe
2025-08-20net: better track kernel sockets lifetimeEric Dumazet
2025-07-24smc: Fix various oops due to inet_sock type confusion.Kuniyuki Iwashima
2025-05-29net/smc: use the correct ndev to find pnetid by pnetid tableGuangguan Wang
2025-04-25smc: Fix lockdep false-positive for IPPROTO_SMC.Kuniyuki Iwashima
2025-02-08net/smc: fix data error when recvmsg with MSG_PEEK flagGuangguan Wang
2024-12-27net/smc: check return value of sock_recvmsg when draining clc dataGuangguan Wang
2024-12-27net/smc: check smcd_v2_ext_offset when receiving proposal msgGuangguan Wang
2024-12-27net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msgGuangguan Wang
2024-12-27net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msgGuangguan Wang
2024-12-27net/smc: check sndbuf_space again after NOSPACE flag is set in smc_pollGuangguan Wang
2024-12-27net/smc: protect link down work from execute after lgr freedGuangguan Wang
2024-12-14net/smc: fix LGR and link use-after-free issueWen Gu
2024-12-14net/smc: initialize close_work early to avoid warningWen Gu
2024-11-07net/smc: do not leave a dangling sk pointer in __smc_create()Eric Dumazet
2024-11-07net/smc: Fix lookup of netdev by using ib_device_get_netdev()Wenjia Zhang
2024-10-15net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetidLi RongQing
2024-10-14net/smc: Fix memory leak when using percpu refsKai Shen
2024-10-10net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMCD. Wythe
2024-09-10net/smc: add sysctl for smc_limit_hsD. Wythe
2024-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-30net/smc: prevent NULL pointer dereference in txopt_getJeongjun Park
2024-08-20net/smc: introduce statistics for ringbufs usage of net namespaceWen Gu
2024-08-20net/smc: introduce statistics for allocated ringbufs of link groupWen Gu
2024-08-12net/smc: Use static_assert() to check struct sizesGustavo A. R. Silva
2024-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-07net/smc: add the max value of fallback reason countZhengchao Shao
2024-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-31net/smc: remove unused input parameters in smcr_new_buf_createZhengchao Shao
2024-07-31net/smc: remove redundant code in smc_connect_check_aclcZhengchao Shao
2024-07-31net/smc: remove the fallback in __smc_connectZhengchao Shao
2024-07-31net/smc: remove unreferenced header in smc_loopback.h fileZhengchao Shao
2024-07-30net/smc: prevent UAF in inet_create()D. Wythe
2024-06-17net/smc: Introduce IPPROTO_SMCD. Wythe
2024-06-17net/smc: expose smc proto operationsD. Wythe
2024-06-17net/smc: refactoring initialization of smc sockD. Wythe
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-05net/smc: avoid overwriting when adjusting sock bufsizesWen Gu