summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)AuthorFilesLines
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-01-27net/smc: Fix hung_task when removing SMC-R devicesWen Gu1-16/+1
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: improved fix wait on already cleared linkKarsten Graul5-41/+85
2022-01-05net/smc: fix using of uninitialized completionsKarsten Graul1-2/+4
2021-12-22net/smc: Prevent smc_release() from long blockingD. Wythe1-1/+3
2021-12-08net/smc: Keep smc_close_final rc during active closeTony Lu1-2/+6
2021-12-08net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li1-4/+3
2021-12-08net/smc: Avoid warning of possible recursive lockingWen Gu1-1/+1
2021-12-08net/smc: Transfer remaining wait queue entries during fallbackWen Gu1-0/+14
2021-12-01net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu1-1/+7
2021-12-01net/smc: Fix loop in smc_listenGuo DaXing1-1/+3
2021-12-01net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul1-17/+18
2021-12-01net/smc: Ensure the active closing peer first closes clcsockTony Lu1-0/+6
2021-11-26net/smc: Make sure the link_id is uniqueWen Gu1-1/+2
2021-11-18net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li1-7/+11
2021-11-18net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu1-1/+1
2021-11-18net/smc: Fix smc_link->llc_testlink_time overflowTony Lu1-1/+1
2021-09-30net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul1-0/+2
2021-09-30net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul1-1/+2
2021-08-18net/smc: fix wait on already cleared linkKarsten Graul4-7/+33
2021-06-03net/smc: remove device from smcd_dev_list after failed device_add()Julian Wiedmann1-1/+10
2021-06-03net/smc: properly handle workqueue allocation failureAnirudh Rayabharam1-2/+8
2021-06-03Revert "net/smc: fix a NULL pointer dereference"Greg Kroah-Hartman1-5/+0
2021-05-19smc: disallow TCP_ULP in smc_setsockopt()Cong Wang1-1/+3
2020-11-19net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()Karsten Graul1-3/+3
2020-11-19net/smc: fix matching of existing link groupsKarsten Graul2-2/+4
2020-10-31Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+2
2020-10-30net/smc: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-10-26net/smc: fix suppressed return codeKarsten Graul1-2/+5
2020-10-26net/smc: fix null pointer dereference in smc_listen_decline()Karsten Graul1-3/+4
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-13/+11
2020-10-15net/smc: fix invalid return code in smcd_new_buf_create()Karsten Graul1-1/+2
2020-10-15net/smc: fix valid DMBE buffer sizesKarsten Graul1-1/+1
2020-10-15net/smc: fix use-after-free of delayed eventsKarsten Graul1-8/+5
2020-10-10net: smc: fix missing brace warning for old compilersPujin Shi1-2/+2
2020-10-10net: smc: fix missing brace warning for old compilersPujin Shi1-1/+1
2020-10-09net/smc: restore smcd_version when all ISM V2 devices failed to initKarsten Graul1-1/+5
2020-10-09net/smc: cleanup buffer usage in smc_listen_work()Karsten Graul1-6/+3
2020-10-09net/smc: consolidate unlocking in same functionKarsten Graul1-37/+40
2020-10-03net/smc: use an array to check fields in system EIDKarsten Graul1-1/+1
2020-10-03net/smc: send ISM devices with unique chid in CLC proposalKarsten Graul1-1/+17
2020-09-28net/smc: CLC decline - V2 enhancementsUrsula Braun3-15/+30
2020-09-28net/smc: introduce CLC first contact extensionUrsula Braun6-5/+91
2020-09-28net/smc: CLC accept / confirm V2Ursula Braun3-57/+170
2020-09-28net/smc: determine accepted ISM devicesUrsula Braun4-34/+208