summaryrefslogtreecommitdiff
path: root/net/smc/af_smc.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-27net/smc: Fix sock leak when release after smc_shutdown()Tony Lu1-1/+3
2022-04-13net/smc: send directly on setting TCP_NODELAYDust Li1-2/+2
2022-04-13net/smc: Send directly when TCP_CORK is clearedTony Lu1-2/+2
2022-03-08net/smc: fix connection leakD. Wythe1-2/+8
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 Gu1-15/+118
2022-02-01net/smc: Transitional solution for clcsock race issueWen Gu1-12/+51
2022-01-27net/smc: Reset conn->lgr when link group registration failsWen Gu1-3/+5
2021-12-22net/smc: Prevent smc_release() from long blockingD. Wythe1-1/+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-11-18net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li1-7/+11
2021-10-28net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu1-1/+1
2021-08-09net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce1-1/+1
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce1-25/+40
2021-06-16net/smc: Add SMC statistics supportGuvenc Gulce1-18/+71
2021-05-05smc: disallow TCP_ULP in smc_setsockopt()Cong Wang1-1/+3
2021-04-28net/smc: Remove redundant assignment to rcJiapeng Chong1-1/+0
2020-12-02net/smc: Introduce generic netlink interface for diagnostic purposesGuvenc Gulce1-1/+9
2020-12-02net/smc: Refactor smc ism v2 capability handlingGuvenc Gulce1-6/+6
2020-12-02net/smc: use helper smc_conn_abort() in listen processingKarsten Graul1-12/+5
2020-11-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2020-11-19net/smc: fix matching of existing link groupsKarsten Graul1-1/+2
2020-11-01net/smc: improve return codes for SMC-Dv2Karsten Graul1-20/+41
2020-10-27net/smc: fix null pointer dereference in smc_listen_decline()Karsten Graul1-3/+4
2020-10-10net/smc: restore smcd_version when all ISM V2 devices failed to initKarsten Graul1-1/+5
2020-10-10net/smc: cleanup buffer usage in smc_listen_work()Karsten Graul1-6/+3
2020-10-10net/smc: consolidate unlocking in same functionKarsten Graul1-37/+40
2020-10-04net/smc: send ISM devices with unique chid in CLC proposalKarsten Graul1-1/+17
2020-09-29net/smc: CLC decline - V2 enhancementsUrsula Braun1-10/+17
2020-09-29net/smc: introduce CLC first contact extensionUrsula Braun1-0/+29
2020-09-29net/smc: CLC accept / confirm V2Ursula Braun1-22/+79
2020-09-29net/smc: determine accepted ISM devicesUrsula Braun1-23/+179
2020-09-29net/smc: build and send V2 CLC proposalUrsula Braun1-1/+1
2020-09-29net/smc: determine proposed ISM devicesUrsula Braun1-48/+117
2020-09-29net/smc: introduce CHID callback for ISM devicesUrsula Braun1-0/+2
2020-09-29net/smc: introduce System Enterprise ID (SEID)Ursula Braun1-0/+2
2020-09-29net/smc: prepare for more proposed ISM devicesUrsula Braun1-27/+45
2020-09-29net/smc: separate find device functionsUrsula Braun1-42/+69
2020-09-29net/smc: CLC header fields renamingUrsula Braun1-7/+7
2020-09-18net/smc: fix double kfree in smc_listen_work()Ursula Braun1-2/+2
2020-09-11net/smc: use separate work queues for different worker typesKarsten Graul1-8/+26
2020-09-11net/smc: reduce smc_listen_decline() callsUrsula Braun1-16/+6
2020-09-11net/smc: improve server ISM device determinationUrsula Braun1-14/+3
2020-09-11net/smc: common routine for CLC accept and confirmUrsula Braun1-17/+19
2020-09-11net/smc: dynamic allocation of CLC proposal bufferUrsula Braun1-3/+10
2020-09-11net/smc: introduce better field namesUrsula Braun1-33/+33