aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_llc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu1-1/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-07-18tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima1-1/+1
2022-07-18net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu1-14/+19
2022-01-02net/smc: Print net namespace in logTony Lu1-7/+12
2021-12-28net/smc: don't send CDC/LLC message if link not readyDust Li1-1/+1
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-10-28net/smc: Fix smc_link->llc_testlink_time overflowTony Lu1-1/+1
2021-10-16net/smc: extend LLC layer for SMC-Rv2Karsten Graul1-109/+447
2021-10-16net/smc: save stack space and allocate smc_init_infoKarsten Graul1-30/+53
2021-10-08net/smc: improved fix wait on already cleared linkKarsten Graul1-14/+49
2021-08-09net/smc: fix wait on already cleared linkKarsten Graul1-6/+4
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+8
2020-10-15net/smc: fix use-after-free of delayed eventsKarsten Graul1-8/+5
2020-10-10net: smc: fix missing brace warning for old compilersPujin Shi1-2/+2
2020-10-10net: smc: fix missing brace warning for old compilersPujin Shi1-1/+1
2020-09-10net/smc: use separate work queues for different worker typesKarsten Graul1-1/+1
2020-09-03net/smc: fix toleration of fake add_link messagesKarsten Graul1-1/+14
2020-07-19net/smc: do not call dma sync for unmapped memoryKarsten Graul1-5/+5
2020-07-19net/smc: fix handling of delete link requestsKarsten Graul1-22/+7
2020-07-19net/smc: move add link processing for new device into llc layerKarsten Graul1-6/+50
2020-07-19net/smc: drop out-of-flow llc response messagesKarsten Graul1-6/+18
2020-07-19net/smc: handle unexpected response types for confirm linkKarsten Graul1-3/+5
2020-07-08net/smc: fix work request handlingKarsten Graul1-4/+4
2020-07-08net/smc: separate LLC wait queues for flow and messagesKarsten Graul1-31/+52
2020-05-07net/smc: remove set but not used variables 'del_llc, del_llc_resp'YueHaibing1-7/+1
2020-05-05net/smc: log important pnetid and state change eventsKarsten Graul1-6/+19
2020-05-04net/smc: save SMC-R peer link_uidKarsten Graul1-0/+9
2020-05-04net/smc: create improved SMC-R link_uidKarsten Graul1-4/+14
2020-05-04net/smc: add termination reason and handle LLC protocol violationKarsten Graul1-0/+14
2020-05-04net/smc: asymmetric link taggingKarsten Graul1-6/+14
2020-05-04net/smc: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul1-0/+44
2020-05-04net/smc: switch connections to alternate linkKarsten Graul1-3/+3
2020-05-03net/smc: enqueue local LLC messagesKarsten Graul1-1/+29
2020-05-03net/smc: delete link processing as SMC serverKarsten Graul1-0/+72
2020-05-03net/smc: delete link processing as SMC clientKarsten Graul1-0/+72
2020-05-03net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul1-19/+36
2020-05-03net/smc: delete an asymmetric link as SMC serverKarsten Graul1-1/+80
2020-05-03net/smc: final part of add link processing as SMC serverKarsten Graul1-1/+28
2020-05-03net/smc: rkey processing for a new link as SMC serverKarsten Graul1-1/+42
2020-05-03net/smc: first part of add link processing as SMC serverKarsten Graul1-1/+90
2020-05-03net/smc: final part of add link processing as SMC clientKarsten Graul1-3/+70
2020-05-03net/smc: rkey processing for a new link as SMC clientKarsten Graul1-1/+156
2020-05-03net/smc: first part of add link processing as SMC clientKarsten Graul1-0/+107
2020-05-02smc: Remove unused function.David S. Miller1-24/+0
2020-05-01net/smc: llc_add_link_work to handle ADD_LINK LLC requestsKarsten Graul1-2/+22
2020-05-01net/smc: allocate index for a new linkKarsten Graul1-0/+24
2020-05-01net/smc: take link down instead of terminating the link groupKarsten Graul1-2/+2
2020-05-01net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul1-8/+1
2020-05-01net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()Karsten Graul1-43/+46