summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)Author
2024-02-05net/smc: disable SEID on non-s390 archs where virtual ISM may be usedWen Gu
2024-01-31net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu
2024-01-10net/smc: fix invalid link access in dumping SMC-R connectionsWen Gu
2023-12-03net/smc: avoid data corruption caused by declineD. Wythe
2023-11-20net/smc: put sk reference if close work was canceledD. Wythe
2023-11-20net/smc: allow cdc msg send rather than drop it with NULL sndbuf_descD. Wythe
2023-11-20net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe
2023-10-25net/smc: fix smc clc failed issue when netdevice not in init_netAlbert Huang
2023-10-25net/smc: return the right falback reason when prefix checks failDust Li
2023-10-19net/smc: Fix pos miscalculation in statisticsNils Hoppmann
2023-10-06net/smc: bugfix for smcr v2 server connect success statisticGuangguan Wang
2023-09-19net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...Guangguan Wang
2023-09-13net: annotate data-races around sk->sk_lingertimeEric Dumazet
2023-08-23net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer
2023-08-23net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe
2023-08-16net/smc: Use correct buffer sizes when switching between TCP and SMCGerd Bayer
2023-08-11net: annotate data-races around sk->sk_markEric Dumazet
2023-06-14net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu
2023-06-09net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINKWen Gu
2023-06-09net/smc: Scan from current RMB list when no position specifiedWen Gu
2023-05-30net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu
2023-05-24net: deal with most data-races in sk_wait_event()Eric Dumazet
2023-03-22net/smc: fix deadlock triggered by cancel_delayed_work_syn()Wenjia Zhang
2023-03-22net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()D. Wythe
2023-03-17net/smc: fix fallback failed while sendmsg with fastopenD. Wythe
2023-03-10net/smc: fix application data exceptionD. Wythe
2023-03-10net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()D. Wythe
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2022-11-02net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin
2022-10-15net/smc: Fix an error code in smc_lgr_create()Dan Carpenter
2022-09-27net/smc: Support SO_REUSEPORTTony Lu
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-22net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu
2022-09-22net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu
2022-09-22net/smc: Stop the CLC flow if no link to map buffers onWen Gu
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-07net/smc: Fix possible access to freed memory in link clearYacan Liu
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-01net/smc: Remove redundant refcount increaseYacan Liu
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-07-27net/smc: Enable module load on netlink usageStefan Raspl
2022-07-27net/smc: Pass on DMBE bit mask in IRQ handlerStefan Raspl
2022-07-27s390/ism: CleanupsStefan Raspl
2022-07-27net/smc: Eliminate struct smc_ism_positionHeiko Carstens
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: Extend SMC-R link group netlink attributeWen Gu
2022-07-18net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu
2022-07-18net/smc: Use sysctl-specified types of buffers in new link groupWen Gu
2022-07-18net/smc: Introduce a sysctl for setting SMC-R buffer typeWen Gu