aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_ism.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-14net/smc: keep static copy of system EIDKarsten Graul1-4/+12
2021-06-03net/smc: no need to flush smcd_dev's event_wq before destroying itJulian Wiedmann1-1/+0
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+10
2021-05-17net/smc: remove device from smcd_dev_list after failed device_add()Julian Wiedmann1-1/+10
2021-05-13net/smc: properly handle workqueue allocation failureAnirudh Rayabharam1-2/+8
2021-05-13Revert "net/smc: fix a NULL pointer dereference"Greg Kroah-Hartman1-5/+0
2021-01-12net/smc: use memcpy instead of snprintf to avoid out of bounds readGuvenc Gulce1-1/+2
2020-12-01net/smc: Add support for obtaining SMCD device listGuvenc Gulce1-0/+91
2020-12-01net/smc: Refactor smc ism v2 capability handlingGuvenc Gulce1-1/+7
2020-10-03net/smc: use an array to check fields in system EIDKarsten Graul1-1/+1
2020-09-28net/smc: determine proposed ISM devicesUrsula Braun1-1/+5
2020-09-28net/smc: introduce CHID callback for ISM devicesUrsula Braun1-0/+5
2020-09-28net/smc: introduce System Enterprise ID (SEID)Ursula Braun1-1/+20
2020-07-08net/smc: switch smcd_dev_list spinlock to mutexUrsula Braun1-5/+6
2020-05-05net/smc: log important pnetid and state change eventsKarsten Graul1-0/+6
2020-04-29net/smc: rework pnet table to support SMC-R failoverKarsten Graul1-1/+2
2019-11-15net/smc: introduce bookkeeping of SMCD link groupsUrsula Braun1-0/+1
2019-11-15net/smc: abnormal termination of SMCD link groupsUrsula Braun1-1/+1
2019-11-15net/smc: immediate termination for SMCD link groupsUrsula Braun1-2/+12
2019-11-15net/smc: fix final cleanup sequence for SMCD devicesUrsula Braun1-2/+5
2019-10-09net/smc: no new connections on disappearing devicesUrsula Braun1-0/+3
2019-10-09net/smc: separate locks for SMCD and SMCR link group listsUrsula Braun1-0/+1
2019-10-09net/smc: separate SMCD and SMCR link group listsUrsula Braun1-0/+1
2019-04-11net/smc: fix a NULL pointer dereferenceKangjie Lu1-0/+5
2018-11-21net/smc: add SMC-D shutdown signalHans Wippel1-11/+32
2018-08-10net/smc: send response to test link signalUrsula Braun1-0/+34
2018-06-30net/smc: add SMC-D support in data transferHans Wippel1-0/+8
2018-06-30net/smc: add pnetid support for SMC-D and ISMHans Wippel1-0/+2
2018-06-30net/smc: add base infrastructure for SMC-D and ISMHans Wippel1-0/+304