summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_core.c
Commit message (Expand)AuthorAgeFilesLines
* net/smc: use memcpy instead of snprintf to avoid out of bounds readGuvenc Gulce2021-01-121-6/+11
* smc: fix out of bound access in smc_nl_get_sys_info()Jakub Kicinski2021-01-121-1/+2
* net/smc: Add support for obtaining SMCR device listGuvenc Gulce2020-12-011-1/+1
* net/smc: Add SMC-D Linkgroup diagnostic supportGuvenc Gulce2020-12-011-0/+130
* net/smc: Introduce SMCR get link commandGuvenc Gulce2020-12-011-4/+87
* net/smc: Introduce SMCR get linkgroup commandGuvenc Gulce2020-12-011-0/+85
* net/smc: Add support for obtaining system informationGuvenc Gulce2020-12-011-0/+60
* net/smc: Add diagnostic information to link structureGuvenc Gulce2020-12-011-0/+10
* net/smc: Add link counters for IB device portsGuvenc Gulce2020-12-011-0/+13
* net/smc: Add connection counters for linksGuvenc Gulce2020-12-011-2/+14
* net/smc: fix matching of existing link groupsKarsten Graul2020-11-191-1/+2
* net/smc: fix suppressed return codeKarsten Graul2020-10-261-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-151-2/+3
|\
| * net/smc: fix invalid return code in smcd_new_buf_create()Karsten Graul2020-10-151-1/+2
| * net/smc: fix valid DMBE buffer sizesKarsten Graul2020-10-151-1/+1
* | net/smc: introduce CLC first contact extensionUrsula Braun2020-09-281-0/+1
* | net/smc: determine accepted ISM devicesUrsula Braun2020-09-281-11/+12
* | net/smc: prepare for more proposed ISM devicesUrsula Braun2020-09-281-10/+13
* | net/smc: use separate work queues for different worker typesKarsten Graul2020-09-101-2/+11
* | net/smc: immediate freeing in smc_lgr_cleanup_early()Ursula Braun2020-09-101-19/+4
* | net/smc: common routine for CLC accept and confirmUrsula Braun2020-09-101-2/+2
* | net/smc: introduce better field namesUrsula Braun2020-09-101-8/+8
|/
* net/smc: reset sndbuf_desc if freedUrsula Braun2020-09-031-0/+1
* net/smc: set rx_off for SMCR explicitlyUrsula Braun2020-09-031-0/+2
* net/smc: unique reason code for exceeded max dmb countKarsten Graul2020-07-271-2/+2
* net/smc: fix dmb buffer shortageKarsten Graul2020-07-201-2/+2
* net/smc: remove freed buffer from listKarsten Graul2020-07-191-1/+5
* net/smc: do not call dma sync for unmapped memoryKarsten Graul2020-07-191-8/+7
* net/smc: move add link processing for new device into llc layerKarsten Graul2020-07-191-73/+7
* net/smc: clear link during SMC client link down processingKarsten Graul2020-07-191-1/+3
* net/smc: switch smcd_dev_list spinlock to mutexUrsula Braun2020-07-081-4/+4
* net/smc: fix sleep bug in smc_pnet_find_roce_resource()Ursula Braun2020-07-081-2/+3
* net/smc: separate LLC wait queues for flow and messagesKarsten Graul2020-07-081-16/+22
* net/smc: pre-fetch send buffer outside of send_lockKarsten Graul2020-05-301-3/+15
* net/smc: log important pnetid and state change eventsKarsten Graul2020-05-051-5/+29
* net/smc: create improved SMC-R link_uidKarsten Graul2020-05-041-0/+1
* net/smc: improve termination processingKarsten Graul2020-05-041-30/+31
* net/smc: add termination reason and handle LLC protocol violationKarsten Graul2020-05-041-2/+6
* net/smc: asymmetric link taggingKarsten Graul2020-05-041-3/+23
* net/smc: assign link to a new connectionKarsten Graul2020-05-041-19/+46
* net/smc: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul2020-05-041-0/+5
* net/smc: handle incoming CDC validation messageKarsten Graul2020-05-041-0/+15
* net/smc: send failover validation messageKarsten Graul2020-05-041-1/+1
* net/smc: switch connections to alternate linkKarsten Graul2020-05-041-2/+130
* net/smc: enqueue local LLC messagesKarsten Graul2020-05-031-1/+2
* net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul2020-05-031-14/+8
* net/smc: first part of add link processing as SMC clientKarsten Graul2020-05-031-2/+2
* net/smc: remove DELETE LINK processing from smc_core.cKarsten Graul2020-05-011-33/+0
* net/smc: take link down instead of terminating the link groupKarsten Graul2020-05-011-5/+2
* net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul2020-05-011-30/+89