summaryrefslogtreecommitdiff
path: root/net/smc/smc_llc.c
AgeCommit message (Expand)Author
2023-08-19net/smc: support max links per lgr negotiation in clc handshakeGuangguan Wang
2023-08-19net/smc: support max connections per lgr negotiationGuangguan Wang
2023-06-03net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu
2023-05-30net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINKWen Gu
2023-05-30net/smc: Scan from current RMB list when no position specifiedWen Gu
2023-02-04net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe
2023-02-04net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe
2022-09-22net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-18tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima
2022-07-18net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu
2022-01-02net/smc: Print net namespace in logTony Lu
2021-12-28net/smc: don't send CDC/LLC message if link not readyDust Li
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-28net/smc: Fix smc_link->llc_testlink_time overflowTony Lu
2021-10-16net/smc: extend LLC layer for SMC-Rv2Karsten Graul
2021-10-16net/smc: save stack space and allocate smc_init_infoKarsten Graul
2021-10-08net/smc: improved fix wait on already cleared linkKarsten Graul
2021-08-09net/smc: fix wait on already cleared linkKarsten Graul
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-15net/smc: fix use-after-free of delayed eventsKarsten Graul
2020-10-10net: smc: fix missing brace warning for old compilersPujin Shi
2020-10-10net: smc: fix missing brace warning for old compilersPujin Shi
2020-09-10net/smc: use separate work queues for different worker typesKarsten Graul
2020-09-03net/smc: fix toleration of fake add_link messagesKarsten Graul
2020-07-19net/smc: do not call dma sync for unmapped memoryKarsten Graul
2020-07-19net/smc: fix handling of delete link requestsKarsten Graul
2020-07-19net/smc: move add link processing for new device into llc layerKarsten Graul
2020-07-19net/smc: drop out-of-flow llc response messagesKarsten Graul
2020-07-19net/smc: handle unexpected response types for confirm linkKarsten Graul
2020-07-08net/smc: fix work request handlingKarsten Graul
2020-07-08net/smc: separate LLC wait queues for flow and messagesKarsten Graul
2020-05-07net/smc: remove set but not used variables 'del_llc, del_llc_resp'YueHaibing
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: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul
2020-05-04net/smc: switch connections to alternate linkKarsten Graul
2020-05-03net/smc: enqueue local LLC messagesKarsten Graul
2020-05-03net/smc: delete link processing as SMC serverKarsten Graul
2020-05-03net/smc: delete link processing as SMC clientKarsten Graul
2020-05-03net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul
2020-05-03net/smc: delete an asymmetric link as SMC serverKarsten Graul
2020-05-03net/smc: final part of add link processing as SMC serverKarsten Graul
2020-05-03net/smc: rkey processing for a new link as SMC serverKarsten Graul
2020-05-03net/smc: first part of add link processing as SMC serverKarsten Graul
2020-05-03net/smc: final part of add link processing as SMC clientKarsten Graul
2020-05-03net/smc: rkey processing for a new link as SMC clientKarsten Graul