summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)AuthorFilesLines
2025-12-07net/smc: fix mismatch between CLC header and proposalD. Wythe1-0/+1
2025-03-13net/smc: fix data error when recvmsg with MSG_PEEK flagGuangguan Wang3-21/+26
2025-01-09net/smc: check return value of sock_recvmsg when draining clc dataGuangguan Wang1-0/+5
2025-01-09net/smc: check smcd_v2_ext_offset when receiving proposal msgGuangguan Wang1-1/+7
2025-01-09net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msgGuangguan Wang3-2/+14
2025-01-09net/smc: check sndbuf_space again after NOSPACE flag is set in smc_pollGuangguan Wang1-0/+7
2024-12-14net/smc: Fix af_ops of child socket pointing to released memoryKarsten Graul1-2/+12
2024-12-14net/smc: fix LGR and link use-after-free issueWen Gu1-0/+2
2024-12-14net/smc: Limit backlog connectionsD. Wythe2-1/+50
2024-11-01net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetidLi RongQing1-1/+1
2024-08-19net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...Guangguan Wang1-2/+3
2024-07-05net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet1-1/+1
2024-04-13net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet1-0/+10
2024-02-23net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu1-1/+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-20net/smc: Fix pos miscalculation in statisticsNils Hoppmann1-5/+9
2023-09-19net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...Guangguan Wang1-0/+2
2023-06-14net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu1-2/+2
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
2022-11-10net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin1-2/+4
2022-09-28net/smc: Stop the CLC flow if no link to map buffers onWen Gu1-1/+4
2022-09-08net/smc: Remove redundant refcount increaseYacan Liu1-1/+0
2022-07-29tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima1-1/+1
2022-06-14net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc...Guangguan Wang1-1/+1
2022-06-09net/smc: postpone sk_refcnt increment in connect()liuyacan1-1/+1
2022-05-18net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang1-2/+2
2022-05-09net/smc: sync err code when tcp connection was refusedliuyacan1-0/+2
2022-04-27net/smc: Fix sock leak when release after smc_shutdown()Tony Lu1-1/+3
2022-04-20net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()Karsten Graul1-2/+3
2022-04-13net/smc: send directly on setting TCP_NODELAYDust Li1-2/+2
2022-04-13net/smc: correct settings of RMB window update limitDust Li1-1/+1
2022-04-13net/smc: Send directly when TCP_CORK is clearedTony Lu3-12/+18
2022-03-08net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by serverD. Wythe1-1/+2
2022-03-08net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe1-1/+1
2022-03-08net/smc: fix connection leakD. Wythe1-2/+8
2022-03-02net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco2-22/+22
2022-02-23net/smc: Avoid overwriting the copies of clcsock callback functionsWen Gu1-3/+7
2022-02-08net/smc: Forward wakeup to smc socket waitqueue after fallbackWen Gu2-16/+137
2022-02-01net/smc: Transitional solution for clcsock race issueWen Gu1-12/+51
2022-01-27net/smc: Fix hung_task when removing SMC-R devicesWen Gu1-16/+1
2022-01-27net/smc: Reset conn->lgr when link group registration failsWen Gu3-9/+13
2022-01-05net/smc: fix kernel panic caused by race of smc_sockDust Li8-76/+57
2022-01-05net/smc: don't send CDC/LLC message if link not readyDust Li5-5/+11
2022-01-05net/smc: fix using of uninitialized completionsKarsten Graul1-2/+4