aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc
AgeCommit message (Expand)Author
2024-04-13net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet
2024-02-23net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu
2023-12-08net/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-09-19net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...Guangguan Wang
2023-06-14net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu
2023-05-30net: deal with most data-races in sk_wait_event()Eric Dumazet
2023-03-22net/smc: fix deadlock triggered by cancel_delayed_work_syn()Wenjia Zhang
2023-03-22net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()D. Wythe
2023-03-17net/smc: fix fallback failed while sendmsg with fastopenD. Wythe
2022-09-28net/smc: Stop the CLC flow if no link to map buffers onWen Gu
2022-09-08net/smc: Remove redundant refcount increaseYacan Liu
2022-07-29tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima
2022-06-14net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc...Guangguan Wang
2022-06-09net/smc: postpone sk_refcnt increment in connect()liuyacan
2022-05-18net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang
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-20net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()Karsten Graul
2022-04-13net/smc: correct settings of RMB window update limitDust Li
2022-03-08net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by serverD. Wythe
2022-03-08net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe
2022-03-08net/smc: fix connection leakD. Wythe
2022-03-02net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco
2022-01-27net/smc: Fix hung_task when removing SMC-R devicesWen Gu
2022-01-05net/smc: fix kernel panic caused by race of smc_sockDust Li
2022-01-05net/smc: don't send CDC/LLC message if link not readyDust Li
2022-01-05net/smc: improved fix wait on already cleared linkKarsten Graul
2022-01-05net/smc: fix using of uninitialized completionsKarsten Graul
2021-12-22net/smc: Prevent smc_release() from long blockingD. Wythe
2021-12-08net/smc: Keep smc_close_final rc during active closeTony Lu
2021-12-08net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li
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-12-01net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul
2021-12-01net/smc: Ensure the active closing peer first closes clcsockTony Lu
2021-11-26net/smc: Make sure the link_id is uniqueWen Gu
2021-11-18net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li
2021-11-18net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu
2021-11-18net/smc: Fix smc_link->llc_testlink_time overflowTony Lu
2021-09-30net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul
2021-09-30net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul
2021-08-18net/smc: fix wait on already cleared linkKarsten Graul
2021-06-03net/smc: remove device from smcd_dev_list after failed device_add()Julian Wiedmann
2021-06-03net/smc: properly handle workqueue allocation failureAnirudh Rayabharam
2021-06-03Revert "net/smc: fix a NULL pointer dereference"Greg Kroah-Hartman