summaryrefslogtreecommitdiff
path: root/net/smc/smc_core.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-05net/smc: fix kernel panic caused by race of smc_sockDust Li1-5/+20
2022-01-05net/smc: don't send CDC/LLC message if link not readyDust Li1-1/+1
2022-01-05net/smc: improved fix wait on already cleared linkKarsten Graul1-9/+11
2021-12-08net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li1-4/+3
2021-12-01net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul1-17/+18
2021-11-26net/smc: Make sure the link_id is uniqueWen Gu1-1/+2
2021-09-30net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul1-0/+2
2020-11-19net/smc: fix matching of existing link groupsKarsten Graul1-1/+2
2020-10-27net/smc: fix suppressed return codeKarsten Graul1-2/+5
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2020-10-15net/smc: fix invalid return code in smcd_new_buf_create()Karsten Graul1-1/+2
2020-10-15net/smc: fix valid DMBE buffer sizesKarsten Graul1-1/+1
2020-09-29net/smc: introduce CLC first contact extensionUrsula Braun1-0/+1
2020-09-29net/smc: determine accepted ISM devicesUrsula Braun1-11/+12
2020-09-29net/smc: prepare for more proposed ISM devicesUrsula Braun1-10/+13
2020-09-11net/smc: use separate work queues for different worker typesKarsten Graul1-2/+11
2020-09-11net/smc: immediate freeing in smc_lgr_cleanup_early()Ursula Braun1-19/+4
2020-09-11net/smc: common routine for CLC accept and confirmUrsula Braun1-2/+2
2020-09-11net/smc: introduce better field namesUrsula Braun1-8/+8
2020-09-04net/smc: reset sndbuf_desc if freedUrsula Braun1-0/+1
2020-09-04net/smc: set rx_off for SMCR explicitlyUrsula Braun1-0/+2
2020-07-27net/smc: unique reason code for exceeded max dmb countKarsten Graul1-2/+2
2020-07-21net/smc: fix dmb buffer shortageKarsten Graul1-2/+2
2020-07-20net/smc: remove freed buffer from listKarsten Graul1-1/+5
2020-07-20net/smc: do not call dma sync for unmapped memoryKarsten Graul1-8/+7
2020-07-20net/smc: move add link processing for new device into llc layerKarsten Graul1-73/+7
2020-07-20net/smc: clear link during SMC client link down processingKarsten Graul1-1/+3
2020-07-08net/smc: switch smcd_dev_list spinlock to mutexUrsula Braun1-4/+4
2020-07-08net/smc: fix sleep bug in smc_pnet_find_roce_resource()Ursula Braun1-2/+3
2020-07-08net/smc: separate LLC wait queues for flow and messagesKarsten Graul1-16/+22
2020-05-31net/smc: pre-fetch send buffer outside of send_lockKarsten Graul1-3/+15
2020-05-05net/smc: log important pnetid and state change eventsKarsten Graul1-5/+29
2020-05-04net/smc: create improved SMC-R link_uidKarsten Graul1-0/+1
2020-05-04net/smc: improve termination processingKarsten Graul1-30/+31
2020-05-04net/smc: add termination reason and handle LLC protocol violationKarsten Graul1-2/+6
2020-05-04net/smc: asymmetric link taggingKarsten Graul1-3/+23
2020-05-04net/smc: assign link to a new connectionKarsten Graul1-19/+46
2020-05-04net/smc: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul1-0/+5
2020-05-04net/smc: handle incoming CDC validation messageKarsten Graul1-0/+15
2020-05-04net/smc: send failover validation messageKarsten Graul1-1/+1
2020-05-04net/smc: switch connections to alternate linkKarsten Graul1-2/+130
2020-05-04net/smc: enqueue local LLC messagesKarsten Graul1-1/+2
2020-05-04net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul1-14/+8
2020-05-04net/smc: first part of add link processing as SMC clientKarsten Graul1-2/+2
2020-05-02net/smc: remove DELETE LINK processing from smc_core.cKarsten Graul1-33/+0
2020-05-02net/smc: take link down instead of terminating the link groupKarsten Graul1-5/+2
2020-05-02net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul1-30/+89
2020-05-02net/smc: add smcr_port_add() and smcr_link_up() processingKarsten Graul1-0/+86
2020-05-02net/smc: remember PNETID of IB device for later device matchingKarsten Graul1-0/+2
2020-05-02net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul1-4/+22