summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)Author
5 dayssmc: Use __sk_dst_get() and dst_dev_rcu() in smc_vlan_by_tcpsk().Kuniyuki Iwashima
5 dayssmc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match().Kuniyuki Iwashima
5 dayssmc: Use __sk_dst_get() and dst_dev_rcu() in in smc_clc_prfx_set().Kuniyuki Iwashima
5 dayssmc: Fix use-after-free in __pnet_find_base_ndev().Kuniyuki Iwashima
2026-08-23tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells
2026-08-19net: smc: fix splice entry lifetime imbalance in smc_rx_spliceDaming Li
2026-08-19net/smc: fix TOCTOU race between smc_listen_out() and listener closeSidraya Jayagond
2026-08-19net/smc: fix qentry overwrite for CONFIRM_LINK and ADD_LINK_CONT in smc_llc_e...Mahanta Jambigi
2026-08-19net/smc: fix socket use-after-free during link group terminationXuanqiang Luo
2026-07-24net/smc: fix UAF in smc_cdc_rx_handler() by pinning the socketXiang Mei
2026-06-19net/smc: fix sleep-inside-lock in __smc_setsockopt() causing local DoSNicolò Coccia
2026-06-19net/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-06-01net/smc: avoid early lgr access in smc_clc_wait_msgRuijie Li
2026-04-11net/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-12-07net/smc: fix mismatch between CLC header and proposalD. Wythe
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-06-04net/smc: use the correct ndev to find pnetid by pnetid tableGuangguan Wang
2025-02-21net/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 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-14sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet
2024-11-01net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetidLi RongQing
2024-08-03net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...Guangguan Wang
2024-06-21net/smc: avoid overwriting when adjusting sock bufsizesWen Gu
2024-05-17net/smc: fix neighbour and rtable leak in smc_ib_find_route()Wen Gu
2024-04-13net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet
2024-02-05net/smc: disable SEID on non-s390 archs where virtual ISM may be usedWen Gu
2024-01-31net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu
2024-01-10net/smc: fix invalid link access in dumping SMC-R connectionsWen Gu
2023-12-03net/smc: avoid data corruption caused by declineD. Wythe
2023-11-20net/smc: put sk reference if close work was canceledD. Wythe
2023-11-20net/smc: allow cdc msg send rather than drop it with NULL sndbuf_descD. Wythe
2023-11-20net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe
2023-10-25net/smc: fix smc clc failed issue when netdevice not in init_netAlbert Huang
2023-10-25net/smc: return the right falback reason when prefix checks failDust Li
2023-10-19net/smc: Fix pos miscalculation in statisticsNils Hoppmann
2023-10-06net/smc: bugfix for smcr v2 server connect success statisticGuangguan Wang
2023-09-19net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...Guangguan Wang
2023-09-13net: annotate data-races around sk->sk_lingertimeEric Dumazet
2023-08-23net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer
2023-08-23net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe
2023-08-16net/smc: Use correct buffer sizes when switching between TCP and SMCGerd Bayer