summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_llc.h
AgeCommit message (Expand)AuthorFilesLines
2022-09-22net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu1-0/+1
2021-10-16net/smc: extend LLC layer for SMC-Rv2Karsten Graul1-1/+11
2020-07-19net/smc: move add link processing for new device into llc layerKarsten Graul1-1/+1
2020-05-05net/smc: log important pnetid and state change eventsKarsten Graul1-1/+1
2020-05-04net/smc: save SMC-R peer link_uidKarsten Graul1-0/+1
2020-05-04net/smc: create improved SMC-R link_uidKarsten Graul1-0/+1
2020-05-04net/smc: add termination reason and handle LLC protocol violationKarsten Graul1-0/+8
2020-05-04net/smc: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul1-0/+2
2020-05-03net/smc: enqueue local LLC messagesKarsten Graul1-0/+2
2020-05-03net/smc: first part of add link processing as SMC serverKarsten Graul1-0/+1
2020-05-03net/smc: final part of add link processing as SMC clientKarsten Graul1-0/+1
2020-05-03net/smc: rkey processing for a new link as SMC clientKarsten Graul1-0/+1
2020-05-01net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul1-0/+3
2020-05-01net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()Karsten Graul1-2/+14
2020-04-30net/smc: remove obsolete link state DELETINGKarsten Graul1-1/+0
2020-04-30net/smc: multiple link support and LLC flow for smc_llc_do_delete_rkeyKarsten Graul1-1/+1
2020-04-30net/smc: multiple link support and LLC flow for smc_llc_do_confirm_rkeyKarsten Graul1-1/+1
2020-04-30net/smc: add logic to evaluate CONFIRM_LINK messages to LLC layerKarsten Graul1-0/+2
2020-04-30net/smc: add event-based llc_flow frameworkKarsten Graul1-0/+8
2020-04-29net/smc: move llc layer related init and clear into smc_llc.cKarsten Graul1-2/+3
2020-04-29net/smc: use worker to process incoming llc messagesKarsten Graul1-0/+1
2020-04-29net/smc: simplify link deactivationKarsten Graul1-1/+0
2020-04-29net/smc: add new link state and related helpersKarsten Graul1-0/+11
2018-11-23net/smc: add infrastructure to send delete rkey messagesKarsten Graul1-0/+2
2018-07-25net/smc: improve delete link processingKarsten Graul1-1/+2
2018-07-25net/smc: use correct vlan gid of RoCE deviceUrsula Braun1-1/+1
2018-07-25net/smc: fewer parameters for smc_llc_send_confirm_link()Ursula Braun1-1/+1
2018-05-16net/smc: use a workqueue to defer llc sendKarsten Graul1-2/+2
2018-05-16net/smc: move link llc initialization to llc layerKarsten Graul1-0/+1
2018-05-16net/smc: simplify test_link function usageKarsten Graul1-2/+0
2018-05-16net/smc: register new rmbs with the peerKarsten Graul1-0/+2
2018-05-02net/smc: periodic testlink supportKarsten Graul1-0/+3
2018-03-01net/smc: process add/delete link messagesKarsten Graul1-0/+7
2018-03-01net/smc: process confirm/delete rkey messagesKarsten Graul1-0/+3
2018-03-01net/smc: respond to test link messagesKarsten Graul1-0/+3
2018-03-01net/smc: cleanup smc_llc.h and smc_clc.h headersStefan Raspl1-28/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-09smc: link layer control (LLC)Ursula Braun1-0/+63