summaryrefslogtreecommitdiff
path: root/net/smc/smc_core.h
AgeCommit message (Expand)Author
2020-07-19net/smc: do not call dma sync for unmapped memoryKarsten Graul
2020-07-08net/smc: separate LLC wait queues for flow and messagesKarsten Graul
2020-05-05net/smc: log important pnetid and state change eventsKarsten Graul
2020-05-04net/smc: save SMC-R peer link_uidKarsten Graul
2020-05-04net/smc: create improved SMC-R link_uidKarsten Graul
2020-05-04net/smc: add termination reason and handle LLC protocol violationKarsten Graul
2020-05-04net/smc: asymmetric link taggingKarsten Graul
2020-05-04net/smc: wait for departure of an IB messageKarsten Graul
2020-05-04net/smc: switch connections to alternate linkKarsten Graul
2020-05-03net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul
2020-05-03net/smc: first part of add link processing as SMC clientKarsten Graul
2020-05-01net/smc: llc_add_link_work to handle ADD_LINK LLC requestsKarsten Graul
2020-05-01net/smc: allocate index for a new linkKarsten Graul
2020-05-01net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul
2020-05-01net/smc: add smcr_port_add() and smcr_link_up() processingKarsten Graul
2020-05-01net/smc: remember PNETID of IB device for later device matchingKarsten Graul
2020-05-01net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul
2020-05-01net/smc: map and register buffers for a new linkKarsten Graul
2020-05-01net/smc: unmapping of buffers to support multiple linksKarsten Graul
2020-05-01net/smc: multiple link support for rmb buffer registrationKarsten Graul
2020-04-30net/smc: remove obsolete link state DELETINGKarsten Graul
2020-04-30net/smc: new smc_rtoken_set functions for multiple link supportKarsten Graul
2020-04-30net/smc: multiple link support and LLC flow for smc_llc_do_delete_rkeyKarsten Graul
2020-04-30net/smc: multiple link support and LLC flow for smc_llc_do_confirm_rkeyKarsten Graul
2020-04-30net/smc: adapt SMC client code to use the LLC flowKarsten Graul
2020-04-30net/smc: adapt SMC server code to use the LLC flowKarsten Graul
2020-04-30net/smc: introduce link group typeKarsten Graul
2020-04-30net/smc: add event-based llc_flow frameworkKarsten Graul
2020-04-29net/smc: move llc layer related init and clear into smc_llc.cKarsten Graul
2020-04-29net/smc: use mutex instead of rwlock_t to protect buffersKarsten Graul
2020-04-29net/smc: process llc responses in tasklet contextKarsten Graul
2020-04-29net/smc: use worker to process incoming llc messagesKarsten Graul
2020-04-29net/smc: add new link state and related helpersKarsten Graul
2020-04-29net/smc: multi-link support for smc_rmb_rtoken_handling()Karsten Graul
2020-04-29net/smc: convert static link ID instances to support multiple linksKarsten Graul
2020-04-29net/smc: convert static link ID to dynamic referencesKarsten Graul
2020-04-29net/smc: introduce link_idx for link group arrayKarsten Graul
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-26net/smc: fix cleanup for linkgroup setup failuresUrsula Braun
2020-02-17net/smc: simplify normal link terminationKarsten Graul
2020-02-17net/smc: remove unused parameter of smc_lgr_terminate()Karsten Graul
2019-11-16net/smc: introduce bookkeeping of SMCR link groupsUrsula Braun
2019-11-15net/smc: immediate termination for SMCR link groupsUrsula Braun
2019-11-15net/smc: abnormal termination of SMCD link groupsUrsula Braun
2019-11-15net/smc: fix final cleanup sequence for SMCD devicesUrsula Braun
2019-10-22net/smc: introduce link group termination workerUrsula Braun
2019-10-22net/smc: improve link group freeingUrsula Braun
2019-04-12net/smc: improve smc_conn_create reason codesKarsten Graul
2019-04-12net/smc: consolidate function parametersKarsten Graul
2019-02-04net/smc: preallocated memory for rdma work requestsUrsula Braun