summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_core.h
Commit message (Expand)AuthorAgeFilesLines
* net/smc: {at|de}tach sndbuf to peer DMB if supportedWen Gu2024-04-301-0/+1
* net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu2023-12-261-5/+12
* net/smc: support SMCv2.x supplemental features negotiationWen Gu2023-12-261-0/+1
* net/smc: support max links per lgr negotiation in clc handshakeGuangguan Wang2023-08-191-0/+12
* net/smc: support max connections per lgr negotiationGuangguan Wang2023-08-191-0/+12
* net/smc: support smc release version negotiation in clc handshakeGuangguan Wang2023-08-191-0/+1
* net/smc: Remove unused function declarationsYue Haibing2023-07-311-1/+0
* net/smc: Use percpu ref for wr tx referenceKai Shen2023-03-171-2/+8
* net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe2023-02-041-2/+2
* net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe2023-02-041-1/+1
* net/smc: Fix possible access to freed memory in link clearYacan Liu2022-09-071-0/+2
* net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu2022-07-181-3/+7
* net/smc: Use sysctl-specified types of buffers in new link groupWen Gu2022-07-181-0/+1
* net/smc: Introduce a sysctl for setting SMC-R buffer typeWen Gu2022-07-181-0/+6
* net/smc: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpuGuangguan Wang2022-07-181-0/+1
* net/smc: remove redundant dma sync opsGuangguan Wang2022-07-181-2/+0
* net/smc: Resolve the race between SMC-R link access and clearWen Gu2022-01-131-0/+4
* net/smc: Introduce a new conn->lgr validity check helperWen Gu2022-01-131-0/+5
* net/smc: Resolve the race between link group access and terminationWen Gu2022-01-131-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-091-1/+1
|\
| * net/smc: Reset conn->lgr when link group registration failsWen Gu2022-01-061-1/+1
* | net/smc: add comments for smc_link_{usable|sendable}Dust Li2022-01-021-1/+16
* | net/smc: Introduce net namespace support for linkgroupTony Lu2022-01-021-0/+2
|/
* net/smc: don't send CDC/LLC message if link not readyDust Li2021-12-281-0/+6
* net/smc: extend LLC layer for SMC-Rv2Karsten Graul2021-10-161-0/+1
* net/smc: add v2 support to the work request layerKarsten Graul2021-10-161-0/+14
* net/smc: add listen processing for SMC-Rv2Karsten Graul2021-10-161-1/+0
* net/smc: add SMC-Rv2 connection establishmentKarsten Graul2021-10-161-0/+6
* net/smc: prepare for SMC-Rv2 connectionKarsten Graul2021-10-161-0/+28
* net/smc: add support for user defined EIDsKarsten Graul2021-09-141-0/+1
* net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce2021-08-091-0/+2
* net/smc: fix wait on already cleared linkKarsten Graul2021-08-091-0/+2
* net: smc: Remove repeated struct declarationWan Jiabing2021-04-011-1/+0
* net/smc: Add support for obtaining SMCD device listGuvenc Gulce2020-12-011-0/+28
* net/smc: Add SMC-D Linkgroup diagnostic supportGuvenc Gulce2020-12-011-0/+1
* net/smc: Introduce SMCR get link commandGuvenc Gulce2020-12-011-0/+14
* net/smc: Introduce SMCR get linkgroup commandGuvenc Gulce2020-12-011-0/+1
* net/smc: Add support for obtaining system informationGuvenc Gulce2020-12-011-0/+2
* net/smc: Add diagnostic information to link structureGuvenc Gulce2020-12-011-0/+2
* net/smc: Add connection counters for linksGuvenc Gulce2020-12-011-0/+1
* net/smc: improve return codes for SMC-Dv2Karsten Graul2020-10-311-0/+1
* net/smc: introduce CLC first contact extensionUrsula Braun2020-09-281-0/+5
* net/smc: determine accepted ISM devicesUrsula Braun2020-09-281-0/+1
* net/smc: determine proposed ISM devicesUrsula Braun2020-09-281-0/+4
* net/smc: introduce CHID callback for ISM devicesUrsula Braun2020-09-281-0/+1
* net/smc: prepare for more proposed ISM devicesUrsula Braun2020-09-281-2/+2
* net/smc: use separate work queues for different worker typesKarsten Graul2020-09-101-0/+1
* net/smc: immediate freeing in smc_lgr_cleanup_early()Ursula Braun2020-09-101-1/+0
* net/smc: introduce better field namesUrsula Braun2020-09-101-6/+3
* net/smc: do not call dma sync for unmapped memoryKarsten Graul2020-07-191-0/+5