Age | Commit message (Expand) | Author |
2021-09-14 | net/smc: add support for user defined EIDs | Karsten Graul |
2021-08-09 | net/smc: Correct smc link connection counter in case of smc client | Guvenc Gulce |
2021-08-09 | net/smc: fix wait on already cleared link | Karsten Graul |
2021-04-01 | net: smc: Remove repeated struct declaration | Wan Jiabing |
2020-12-01 | net/smc: Add support for obtaining SMCD device list | Guvenc Gulce |
2020-12-01 | net/smc: Add SMC-D Linkgroup diagnostic support | Guvenc Gulce |
2020-12-01 | net/smc: Introduce SMCR get link command | Guvenc Gulce |
2020-12-01 | net/smc: Introduce SMCR get linkgroup command | Guvenc Gulce |
2020-12-01 | net/smc: Add support for obtaining system information | Guvenc Gulce |
2020-12-01 | net/smc: Add diagnostic information to link structure | Guvenc Gulce |
2020-12-01 | net/smc: Add connection counters for links | Guvenc Gulce |
2020-10-31 | net/smc: improve return codes for SMC-Dv2 | Karsten Graul |
2020-09-28 | net/smc: introduce CLC first contact extension | Ursula Braun |
2020-09-28 | net/smc: determine accepted ISM devices | Ursula Braun |
2020-09-28 | net/smc: determine proposed ISM devices | Ursula Braun |
2020-09-28 | net/smc: introduce CHID callback for ISM devices | Ursula Braun |
2020-09-28 | net/smc: prepare for more proposed ISM devices | Ursula Braun |
2020-09-10 | net/smc: use separate work queues for different worker types | Karsten Graul |
2020-09-10 | net/smc: immediate freeing in smc_lgr_cleanup_early() | Ursula Braun |
2020-09-10 | net/smc: introduce better field names | Ursula Braun |
2020-07-19 | net/smc: do not call dma sync for unmapped memory | Karsten Graul |
2020-07-08 | net/smc: separate LLC wait queues for flow and messages | Karsten Graul |
2020-05-05 | net/smc: log important pnetid and state change events | Karsten Graul |
2020-05-04 | net/smc: save SMC-R peer link_uid | Karsten Graul |
2020-05-04 | net/smc: create improved SMC-R link_uid | Karsten Graul |
2020-05-04 | net/smc: add termination reason and handle LLC protocol violation | Karsten Graul |
2020-05-04 | net/smc: asymmetric link tagging | Karsten Graul |
2020-05-04 | net/smc: wait for departure of an IB message | Karsten Graul |
2020-05-04 | net/smc: switch connections to alternate link | Karsten Graul |
2020-05-03 | net/smc: llc_del_link_work and use the LLC flow for delete link | Karsten Graul |
2020-05-03 | net/smc: first part of add link processing as SMC client | Karsten Graul |
2020-05-01 | net/smc: llc_add_link_work to handle ADD_LINK LLC requests | Karsten Graul |
2020-05-01 | net/smc: allocate index for a new link | Karsten Graul |
2020-05-01 | net/smc: add smcr_port_err() and smcr_link_down() processing | Karsten Graul |
2020-05-01 | net/smc: add smcr_port_add() and smcr_link_up() processing | Karsten Graul |
2020-05-01 | net/smc: remember PNETID of IB device for later device matching | Karsten Graul |
2020-05-01 | net/smc: mutex to protect the lgr against parallel reconfigurations | Karsten Graul |
2020-05-01 | net/smc: map and register buffers for a new link | Karsten Graul |
2020-05-01 | net/smc: unmapping of buffers to support multiple links | Karsten Graul |
2020-05-01 | net/smc: multiple link support for rmb buffer registration | Karsten Graul |
2020-04-30 | net/smc: remove obsolete link state DELETING | Karsten Graul |
2020-04-30 | net/smc: new smc_rtoken_set functions for multiple link support | Karsten Graul |
2020-04-30 | net/smc: multiple link support and LLC flow for smc_llc_do_delete_rkey | Karsten Graul |
2020-04-30 | net/smc: multiple link support and LLC flow for smc_llc_do_confirm_rkey | Karsten Graul |
2020-04-30 | net/smc: adapt SMC client code to use the LLC flow | Karsten Graul |
2020-04-30 | net/smc: adapt SMC server code to use the LLC flow | Karsten Graul |
2020-04-30 | net/smc: introduce link group type | Karsten Graul |
2020-04-30 | net/smc: add event-based llc_flow framework | Karsten Graul |
2020-04-29 | net/smc: move llc layer related init and clear into smc_llc.c | Karsten Graul |
2020-04-29 | net/smc: use mutex instead of rwlock_t to protect buffers | Karsten Graul |