summaryrefslogtreecommitdiffstats
path: root/net/smc/af_smc.c
Commit message (Expand)AuthorAgeFilesLines
* net/smc: fix fallback failed while sendmsg with fastopenD. Wythe2023-03-171-5/+8
* net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin2022-11-101-2/+4
* net/smc: Remove redundant refcount increaseYacan Liu2022-09-081-1/+0
* net/smc: postpone sk_refcnt increment in connect()liuyacan2022-06-091-1/+1
* net/smc: sync err code when tcp connection was refusedliuyacan2022-05-091-0/+2
* net/smc: Fix sock leak when release after smc_shutdown()Tony Lu2022-04-271-1/+3
* net/smc: send directly on setting TCP_NODELAYDust Li2022-04-131-2/+2
* net/smc: Send directly when TCP_CORK is clearedTony Lu2022-04-131-2/+2
* net/smc: fix connection leakD. Wythe2022-03-081-2/+8
* net/smc: Avoid overwriting the copies of clcsock callback functionsWen Gu2022-02-231-3/+7
* net/smc: Forward wakeup to smc socket waitqueue after fallbackWen Gu2022-02-081-15/+118
* net/smc: Transitional solution for clcsock race issueWen Gu2022-02-011-12/+51
* net/smc: Reset conn->lgr when link group registration failsWen Gu2022-01-271-3/+5
* net/smc: Prevent smc_release() from long blockingD. Wythe2021-12-221-1/+3
* net/smc: Avoid warning of possible recursive lockingWen Gu2021-12-081-1/+1
* net/smc: Transfer remaining wait queue entries during fallbackWen Gu2021-12-081-0/+14
* net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu2021-12-011-1/+7
* net/smc: Fix loop in smc_listenGuo DaXing2021-12-011-1/+3
* net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li2021-11-181-7/+11
* net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu2021-10-281-1/+1
* net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce2021-08-091-1/+1
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* net/smc: Make SMC statistics network namespace awareGuvenc Gulce2021-06-161-25/+40
* net/smc: Add SMC statistics supportGuvenc Gulce2021-06-161-18/+71
* smc: disallow TCP_ULP in smc_setsockopt()Cong Wang2021-05-051-1/+3
* net/smc: Remove redundant assignment to rcJiapeng Chong2021-04-271-1/+0
* net/smc: Introduce generic netlink interface for diagnostic purposesGuvenc Gulce2020-12-011-1/+9
* net/smc: Refactor smc ism v2 capability handlingGuvenc Gulce2020-12-011-6/+6
* net/smc: use helper smc_conn_abort() in listen processingKarsten Graul2020-12-011-12/+5
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-1/+2
|\
| * net/smc: fix matching of existing link groupsKarsten Graul2020-11-191-1/+2
* | net/smc: improve return codes for SMC-Dv2Karsten Graul2020-10-311-20/+41
|/
* net/smc: fix null pointer dereference in smc_listen_decline()Karsten Graul2020-10-261-3/+4
* net/smc: restore smcd_version when all ISM V2 devices failed to initKarsten Graul2020-10-091-1/+5
* net/smc: cleanup buffer usage in smc_listen_work()Karsten Graul2020-10-091-6/+3
* net/smc: consolidate unlocking in same functionKarsten Graul2020-10-091-37/+40
* net/smc: send ISM devices with unique chid in CLC proposalKarsten Graul2020-10-031-1/+17
* net/smc: CLC decline - V2 enhancementsUrsula Braun2020-09-281-10/+17
* net/smc: introduce CLC first contact extensionUrsula Braun2020-09-281-0/+29
* net/smc: CLC accept / confirm V2Ursula Braun2020-09-281-22/+79
* net/smc: determine accepted ISM devicesUrsula Braun2020-09-281-23/+179
* net/smc: build and send V2 CLC proposalUrsula Braun2020-09-281-1/+1
* net/smc: determine proposed ISM devicesUrsula Braun2020-09-281-48/+117
* net/smc: introduce CHID callback for ISM devicesUrsula Braun2020-09-281-0/+2
* net/smc: introduce System Enterprise ID (SEID)Ursula Braun2020-09-281-0/+2
* net/smc: prepare for more proposed ISM devicesUrsula Braun2020-09-281-27/+45
* net/smc: separate find device functionsUrsula Braun2020-09-281-42/+69
* net/smc: CLC header fields renamingUrsula Braun2020-09-281-7/+7
* net/smc: fix double kfree in smc_listen_work()Ursula Braun2020-09-171-2/+2
* net/smc: use separate work queues for different worker typesKarsten Graul2020-09-101-8/+26