summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)AuthorFilesLines
2025-12-07net/smc: fix mismatch between CLC header and proposalD. Wythe1-0/+1
2025-09-09net/smc: Remove validation of reserved bits in CLC Decline messageMahanta Jambigi1-2/+0
2025-09-09net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()Liu Jian1-0/+3
2025-06-04net/smc: use the correct ndev to find pnetid by pnetid tableGuangguan Wang1-3/+5
2025-02-21net/smc: fix data error when recvmsg with MSG_PEEK flagGuangguan Wang3-21/+26
2024-12-27net/smc: check return value of sock_recvmsg when draining clc dataGuangguan Wang1-0/+5
2024-12-27net/smc: check smcd_v2_ext_offset when receiving proposal msgGuangguan Wang2-1/+9
2024-12-27net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msgGuangguan Wang3-2/+14
2024-12-27net/smc: check sndbuf_space again after NOSPACE flag is set in smc_pollGuangguan Wang1-0/+7
2024-12-27net/smc: protect link down work from execute after lgr freedGuangguan Wang1-2/+7
2024-12-14net/smc: fix LGR and link use-after-free issueWen Gu1-0/+2
2024-12-14sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet1-0/+1
2024-11-01net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetidLi RongQing1-1/+1
2024-08-03net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...Guangguan Wang1-2/+3
2024-06-21net/smc: avoid overwriting when adjusting sock bufsizesWen Gu1-20/+2
2024-05-17net/smc: fix neighbour and rtable leak in smc_ib_find_route()Wen Gu1-7/+12
2024-04-13net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet1-0/+10
2024-02-05net/smc: disable SEID on non-s390 archs where virtual ISM may be usedWen Gu1-0/+14
2024-02-01net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu1-1/+1
2024-01-10net/smc: fix invalid link access in dumping SMC-R connectionsWen Gu1-2/+1
2023-12-03net/smc: avoid data corruption caused by declineD. Wythe1-2/+6
2023-11-20net/smc: put sk reference if close work was canceledD. Wythe1-1/+2
2023-11-20net/smc: allow cdc msg send rather than drop it with NULL sndbuf_descD. Wythe1-5/+4
2023-11-20net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe4-4/+9
2023-10-25net/smc: fix smc clc failed issue when netdevice not in init_netAlbert Huang3-5/+7
2023-10-25net/smc: return the right falback reason when prefix checks failDust Li1-1/+1
2023-10-20net/smc: Fix pos miscalculation in statisticsNils Hoppmann1-5/+9
2023-10-06net/smc: bugfix for smcr v2 server connect success statisticGuangguan Wang1-1/+2
2023-09-19net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...Guangguan Wang1-0/+2
2023-09-13net: annotate data-races around sk->sk_lingertimeEric Dumazet1-1/+1
2023-08-23net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer5-20/+25
2023-08-23net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe3-37/+38
2023-08-16net/smc: Use correct buffer sizes when switching between TCP and SMCGerd Bayer1-22/+51
2023-08-11net: annotate data-races around sk->sk_markEric Dumazet1-1/+1
2023-06-14net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu1-2/+2
2023-06-09net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINKWen Gu1-2/+2
2023-06-09net/smc: Scan from current RMB list when no position specifiedWen Gu1-1/+4
2023-05-30net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu2-2/+8
2023-05-24net: deal with most data-races in sk_wait_event()Eric Dumazet3-6/+6
2023-03-22net/smc: fix deadlock triggered by cancel_delayed_work_syn()Wenjia Zhang1-1/+1
2023-03-22net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()D. Wythe1-0/+3
2023-03-17net/smc: fix fallback failed while sendmsg with fastopenD. Wythe1-5/+8
2023-03-10net/smc: fix application data exceptionD. Wythe1-9/+8
2023-03-10net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()D. Wythe1-0/+2
2023-02-09use less confusing names for iov_iter direction initializersAl Viro2-4/+4
2022-11-03net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin1-2/+4
2022-10-15net/smc: Fix an error code in smc_lgr_create()Dan Carpenter1-1/+2
2022-09-27net/smc: Support SO_REUSEPORTTony Lu1-0/+1
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-09-22net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu3-7/+27