summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_llc.c
Commit message (Expand)AuthorAgeFilesLines
* net/smc: support max links per lgr negotiation in clc handshakeGuangguan Wang2023-08-191-4/+17
* net/smc: support max connections per lgr negotiationGuangguan Wang2023-08-191-1/+5
* net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu2023-06-031-2/+2
* net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINKWen Gu2023-05-301-2/+2
* net/smc: Scan from current RMB list when no position specifiedWen Gu2023-05-301-1/+4
* net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe2023-02-041-8/+8
* net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe2023-02-041-9/+9
* net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu2022-09-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-1/+1
|\
| * tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima2022-07-181-1/+1
* | net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu2022-07-181-14/+19
|/
* net/smc: Print net namespace in logTony Lu2022-01-021-7/+12
* net/smc: don't send CDC/LLC message if link not readyDust Li2021-12-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-1/+1
|\
| * net/smc: Fix smc_link->llc_testlink_time overflowTony Lu2021-10-281-1/+1
* | net/smc: extend LLC layer for SMC-Rv2Karsten Graul2021-10-161-109/+447
* | net/smc: save stack space and allocate smc_init_infoKarsten Graul2021-10-161-30/+53
|/
* net/smc: improved fix wait on already cleared linkKarsten Graul2021-10-081-14/+49
* net/smc: fix wait on already cleared linkKarsten Graul2021-08-091-6/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-151-11/+8
|\
| * net/smc: fix use-after-free of delayed eventsKarsten Graul2020-10-151-8/+5
| * net: smc: fix missing brace warning for old compilersPujin Shi2020-10-101-2/+2
| * net: smc: fix missing brace warning for old compilersPujin Shi2020-10-101-1/+1
* | net/smc: use separate work queues for different worker typesKarsten Graul2020-09-101-1/+1
|/
* net/smc: fix toleration of fake add_link messagesKarsten Graul2020-09-031-1/+14
* net/smc: do not call dma sync for unmapped memoryKarsten Graul2020-07-191-5/+5
* net/smc: fix handling of delete link requestsKarsten Graul2020-07-191-22/+7
* net/smc: move add link processing for new device into llc layerKarsten Graul2020-07-191-6/+50
* net/smc: drop out-of-flow llc response messagesKarsten Graul2020-07-191-6/+18
* net/smc: handle unexpected response types for confirm linkKarsten Graul2020-07-191-3/+5
* net/smc: fix work request handlingKarsten Graul2020-07-081-4/+4
* net/smc: separate LLC wait queues for flow and messagesKarsten Graul2020-07-081-31/+52
* net/smc: remove set but not used variables 'del_llc, del_llc_resp'YueHaibing2020-05-071-7/+1
* net/smc: log important pnetid and state change eventsKarsten Graul2020-05-051-6/+19
* net/smc: save SMC-R peer link_uidKarsten Graul2020-05-041-0/+9
* net/smc: create improved SMC-R link_uidKarsten Graul2020-05-041-4/+14
* net/smc: add termination reason and handle LLC protocol violationKarsten Graul2020-05-041-0/+14
* net/smc: asymmetric link taggingKarsten Graul2020-05-041-6/+14
* net/smc: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul2020-05-041-0/+44
* net/smc: switch connections to alternate linkKarsten Graul2020-05-041-3/+3
* net/smc: enqueue local LLC messagesKarsten Graul2020-05-031-1/+29
* net/smc: delete link processing as SMC serverKarsten Graul2020-05-031-0/+72
* net/smc: delete link processing as SMC clientKarsten Graul2020-05-031-0/+72
* net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul2020-05-031-19/+36
* net/smc: delete an asymmetric link as SMC serverKarsten Graul2020-05-031-1/+80
* net/smc: final part of add link processing as SMC serverKarsten Graul2020-05-031-1/+28
* net/smc: rkey processing for a new link as SMC serverKarsten Graul2020-05-031-1/+42
* net/smc: first part of add link processing as SMC serverKarsten Graul2020-05-031-1/+90
* net/smc: final part of add link processing as SMC clientKarsten Graul2020-05-031-3/+70
* net/smc: rkey processing for a new link as SMC clientKarsten Graul2020-05-031-1/+156