summaryrefslogtreecommitdiff
path: root/net/smc/af_smc.c
AgeCommit message (Expand)Author
2025-03-13net/smc: fix data error when recvmsg with MSG_PEEK flagGuangguan Wang
2025-01-09net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msgGuangguan Wang
2025-01-09net/smc: check sndbuf_space again after NOSPACE flag is set in smc_pollGuangguan Wang
2024-12-14net/smc: Fix af_ops of child socket pointing to released memoryKarsten Graul
2024-12-14net/smc: fix LGR and link use-after-free issueWen Gu
2024-12-14net/smc: Limit backlog connectionsD. Wythe
2024-07-05net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet
2023-12-03net/smc: avoid data corruption caused by declineD. Wythe
2023-11-20net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe
2023-03-17net/smc: fix fallback failed while sendmsg with fastopenD. Wythe
2022-11-10net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin
2022-09-08net/smc: Remove redundant refcount increaseYacan Liu
2022-06-09net/smc: postpone sk_refcnt increment in connect()liuyacan
2022-05-09net/smc: sync err code when tcp connection was refusedliuyacan
2022-04-27net/smc: Fix sock leak when release after smc_shutdown()Tony Lu
2022-04-13net/smc: send directly on setting TCP_NODELAYDust Li
2022-04-13net/smc: Send directly when TCP_CORK is clearedTony Lu
2022-03-08net/smc: fix connection leakD. Wythe
2022-02-23net/smc: Avoid overwriting the copies of clcsock callback functionsWen Gu
2022-02-08net/smc: Forward wakeup to smc socket waitqueue after fallbackWen Gu
2022-02-01net/smc: Transitional solution for clcsock race issueWen Gu
2022-01-27net/smc: Reset conn->lgr when link group registration failsWen Gu
2021-12-22net/smc: Prevent smc_release() from long blockingD. Wythe
2021-12-08net/smc: Avoid warning of possible recursive lockingWen Gu
2021-12-08net/smc: Transfer remaining wait queue entries during fallbackWen Gu
2021-12-01net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu
2021-12-01net/smc: Fix loop in smc_listenGuo DaXing
2021-11-18net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li
2021-10-28net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu
2021-08-09net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce
2021-06-16net/smc: Add SMC statistics supportGuvenc Gulce
2021-05-05smc: disallow TCP_ULP in smc_setsockopt()Cong Wang
2021-04-27net/smc: Remove redundant assignment to rcJiapeng Chong
2020-12-01net/smc: Introduce generic netlink interface for diagnostic purposesGuvenc Gulce
2020-12-01net/smc: Refactor smc ism v2 capability handlingGuvenc Gulce
2020-12-01net/smc: use helper smc_conn_abort() in listen processingKarsten Graul
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-19net/smc: fix matching of existing link groupsKarsten Graul
2020-10-31net/smc: improve return codes for SMC-Dv2Karsten Graul
2020-10-26net/smc: fix null pointer dereference in smc_listen_decline()Karsten Graul
2020-10-09net/smc: restore smcd_version when all ISM V2 devices failed to initKarsten Graul
2020-10-09net/smc: cleanup buffer usage in smc_listen_work()Karsten Graul
2020-10-09net/smc: consolidate unlocking in same functionKarsten Graul
2020-10-03net/smc: send ISM devices with unique chid in CLC proposalKarsten Graul
2020-09-28net/smc: CLC decline - V2 enhancementsUrsula Braun
2020-09-28net/smc: introduce CLC first contact extensionUrsula Braun
2020-09-28net/smc: CLC accept / confirm V2Ursula Braun
2020-09-28net/smc: determine accepted ISM devicesUrsula Braun