summaryrefslogtreecommitdiff
path: root/net/smc/smc_llc.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-22net/smc: carry oversized SMC-Rv2 LLC messages in the queue entryYehyeong Lee1-36/+87
2026-08-22net/smc: bound the peer rkey counts in SMC-Rv2 LLC messagesYehyeong Lee1-0/+16
2026-08-22net/smc: fix use-after-free of the LLC qentry in smc_llc_srv_add_link()Yehyeong Lee1-4/+5
2026-08-20net/smc: free pending qentry in smc_llc_flow_stop() before memsetMahanta Jambigi1-0/+1
2026-08-20net/smc: free stashed qentry before overwrite in REQ_ADD_LINK to ADD_LINK tra...Mahanta Jambigi1-0/+2
2026-07-31net/smc: fix qentry overwrite for CONFIRM_LINK and ADD_LINK_CONT in smc_llc_e...Mahanta Jambigi1-1/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+4
2025-10-30net/smc: make wr buffer count configurableHalil Pasic1-0/+2
2024-12-12net/smc: support SMC-R V2 for rdma devices with max_recv_sge equals to 1Guangguan Wang1-6/+15
2023-08-19net/smc: support max links per lgr negotiation in clc handshakeGuangguan Wang1-4/+17
2023-08-19net/smc: support max connections per lgr negotiationGuangguan Wang1-1/+5
2023-06-03net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu1-2/+2
2023-05-30net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINKWen Gu1-2/+2
2023-05-30net/smc: Scan from current RMB list when no position specifiedWen Gu1-1/+4
2023-02-04net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe1-8/+8
2023-02-04net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe1-9/+9
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