summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_ism.c
Commit message (Expand)AuthorAgeFilesLines
* net/smc: add operations to merge sndbuf with peer DMBWen Gu2024-04-301-0/+40
* net/smc: register loopback-ism into SMC-D device listWen Gu2024-04-301-9/+21
* net/smc: ignore loopback-ism when dumping SMC-D devicesWen Gu2024-04-301-0/+2
* net/smc: mark optional smcd_ops and check for support when calledWen Gu2024-04-301-1/+8
* net/smc: decouple ism_client from SMC-D DMB registrationWen Gu2024-04-301-5/+2
* net/smc: manage system EID in SMC stack instead of ISM driverWen Gu2023-12-261-9/+24
* net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu2023-12-261-6/+11
* net/smc: Introduce explicit check for v2 supportStefan Raspl2023-03-151-1/+1
* net/smc: De-tangle ism and smc device initializationStefan Raspl2023-01-251-43/+12
* s390/ism: Consolidate SMC-D-related codeStefan Raspl2023-01-251-24/+39
* net/smc: Register SMC-D as ISM clientStefan Raspl2023-01-251-23/+59
* net/ism: Add new API for client registrationStefan Raspl2023-01-251-2/+2
* net/smc: Terminate connections prior to device removalStefan Raspl2023-01-251-2/+2
* net/smc: Pass on DMBE bit mask in IRQ handlerStefan Raspl2022-07-271-3/+3
* s390/ism: CleanupsStefan Raspl2022-07-271-1/+1
* net/smc: Eliminate struct smc_ism_positionHeiko Carstens2022-07-271-11/+0
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* net/smc: keep static copy of system EIDKarsten Graul2021-09-141-4/+12
* net/smc: no need to flush smcd_dev's event_wq before destroying itJulian Wiedmann2021-06-031-1/+0
* Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-261-1/+10
|\
| * net/smc: remove device from smcd_dev_list after failed device_add()Julian Wiedmann2021-05-171-1/+10
* | net/smc: properly handle workqueue allocation failureAnirudh Rayabharam2021-05-131-2/+8
* | Revert "net/smc: fix a NULL pointer dereference"Greg Kroah-Hartman2021-05-131-5/+0
|/
* net/smc: use memcpy instead of snprintf to avoid out of bounds readGuvenc Gulce2021-01-121-1/+2
* net/smc: Add support for obtaining SMCD device listGuvenc Gulce2020-12-011-0/+91
* net/smc: Refactor smc ism v2 capability handlingGuvenc Gulce2020-12-011-1/+7
* net/smc: use an array to check fields in system EIDKarsten Graul2020-10-031-1/+1
* net/smc: determine proposed ISM devicesUrsula Braun2020-09-281-1/+5
* net/smc: introduce CHID callback for ISM devicesUrsula Braun2020-09-281-0/+5
* net/smc: introduce System Enterprise ID (SEID)Ursula Braun2020-09-281-1/+20
* net/smc: switch smcd_dev_list spinlock to mutexUrsula Braun2020-07-081-5/+6
* net/smc: log important pnetid and state change eventsKarsten Graul2020-05-051-0/+6
* net/smc: rework pnet table to support SMC-R failoverKarsten Graul2020-04-291-1/+2
* net/smc: introduce bookkeeping of SMCD link groupsUrsula Braun2019-11-151-0/+1
* net/smc: abnormal termination of SMCD link groupsUrsula Braun2019-11-151-1/+1
* net/smc: immediate termination for SMCD link groupsUrsula Braun2019-11-151-2/+12
* net/smc: fix final cleanup sequence for SMCD devicesUrsula Braun2019-11-151-2/+5
* net/smc: no new connections on disappearing devicesUrsula Braun2019-10-091-0/+3
* net/smc: separate locks for SMCD and SMCR link group listsUrsula Braun2019-10-091-0/+1
* net/smc: separate SMCD and SMCR link group listsUrsula Braun2019-10-091-0/+1
* net/smc: fix a NULL pointer dereferenceKangjie Lu2019-04-111-0/+5
* net/smc: add SMC-D shutdown signalHans Wippel2018-11-211-11/+32
* net/smc: send response to test link signalUrsula Braun2018-08-101-0/+34
* net/smc: add SMC-D support in data transferHans Wippel2018-06-301-0/+8
* net/smc: add pnetid support for SMC-D and ISMHans Wippel2018-06-301-0/+2
* net/smc: add base infrastructure for SMC-D and ISMHans Wippel2018-06-301-0/+304