aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-01net/smc: Add support for obtaining SMCD device listGuvenc Gulce1-0/+28
2020-12-01net/smc: Add SMC-D Linkgroup diagnostic supportGuvenc Gulce1-0/+1
2020-12-01net/smc: Introduce SMCR get link commandGuvenc Gulce1-0/+14
2020-12-01net/smc: Introduce SMCR get linkgroup commandGuvenc Gulce1-0/+1
2020-12-01net/smc: Add support for obtaining system informationGuvenc Gulce1-0/+2
2020-12-01net/smc: Add diagnostic information to link structureGuvenc Gulce1-0/+2
2020-12-01net/smc: Add connection counters for linksGuvenc Gulce1-0/+1
2020-10-31net/smc: improve return codes for SMC-Dv2Karsten Graul1-0/+1
2020-09-28net/smc: introduce CLC first contact extensionUrsula Braun1-0/+5
2020-09-28net/smc: determine accepted ISM devicesUrsula Braun1-0/+1
2020-09-28net/smc: determine proposed ISM devicesUrsula Braun1-0/+4
2020-09-28net/smc: introduce CHID callback for ISM devicesUrsula Braun1-0/+1
2020-09-28net/smc: prepare for more proposed ISM devicesUrsula Braun1-2/+2
2020-09-10net/smc: use separate work queues for different worker typesKarsten Graul1-0/+1
2020-09-10net/smc: immediate freeing in smc_lgr_cleanup_early()Ursula Braun1-1/+0
2020-09-10net/smc: introduce better field namesUrsula Braun1-6/+3
2020-07-19net/smc: do not call dma sync for unmapped memoryKarsten Graul1-0/+5
2020-07-08net/smc: separate LLC wait queues for flow and messagesKarsten Graul1-1/+3
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-1/+3
2020-05-04net/smc: add termination reason and handle LLC protocol violationKarsten Graul1-0/+2
2020-05-04net/smc: asymmetric link taggingKarsten Graul1-0/+4
2020-05-04net/smc: wait for departure of an IB messageKarsten Graul1-0/+1
2020-05-04net/smc: switch connections to alternate linkKarsten Graul1-0/+2
2020-05-03net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul1-1/+1
2020-05-03net/smc: first part of add link processing as SMC clientKarsten Graul1-0/+2
2020-05-01net/smc: llc_add_link_work to handle ADD_LINK LLC requestsKarsten Graul1-0/+1
2020-05-01net/smc: allocate index for a new linkKarsten Graul1-1/+1
2020-05-01net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul1-1/+5
2020-05-01net/smc: add smcr_port_add() and smcr_link_up() processingKarsten Graul1-0/+1
2020-05-01net/smc: remember PNETID of IB device for later device matchingKarsten Graul1-0/+2
2020-05-01net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul1-0/+2
2020-05-01net/smc: map and register buffers for a new linkKarsten Graul1-0/+2
2020-05-01net/smc: unmapping of buffers to support multiple linksKarsten Graul1-0/+1
2020-05-01net/smc: multiple link support for rmb buffer registrationKarsten Graul1-0/+1
2020-04-30net/smc: remove obsolete link state DELETINGKarsten Graul1-1/+0
2020-04-30net/smc: new smc_rtoken_set functions for multiple link supportKarsten Graul1-0/+4
2020-04-30net/smc: multiple link support and LLC flow for smc_llc_do_delete_rkeyKarsten Graul1-3/+0
2020-04-30net/smc: multiple link support and LLC flow for smc_llc_do_confirm_rkeyKarsten Graul1-2/+0
2020-04-30net/smc: adapt SMC client code to use the LLC flowKarsten Graul1-3/+0
2020-04-30net/smc: adapt SMC server code to use the LLC flowKarsten Graul1-3/+0
2020-04-30net/smc: introduce link group typeKarsten Graul1-0/+10
2020-04-30net/smc: add event-based llc_flow frameworkKarsten Graul1-0/+24
2020-04-29net/smc: move llc layer related init and clear into smc_llc.cKarsten Graul1-0/+2
2020-04-29net/smc: use mutex instead of rwlock_t to protect buffersKarsten Graul1-2/+2
2020-04-29net/smc: process llc responses in tasklet contextKarsten Graul1-4/+4
2020-04-29net/smc: use worker to process incoming llc messagesKarsten Graul1-1/+6
2020-04-29net/smc: add new link state and related helpersKarsten Graul1-0/+9
2020-04-29net/smc: multi-link support for smc_rmb_rtoken_handling()Karsten Graul1-1/+1