summaryrefslogtreecommitdiff
path: root/net/smc/smc_core.c
AgeCommit message (Expand)Author
2024-01-26net/smc: fix incorrect SMC-D link group matching logicWen Gu
2023-12-26net/smc: support extended GID in SMC-D lgr netlink attributeWen Gu
2023-12-26net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu
2023-09-10net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...Guangguan Wang
2023-08-19net/smc: Extend SMCR v2 linkgroup netlink attributeGuangguan Wang
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-08-09net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer
2023-05-19net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu
2023-03-15net/smc: fix deadlock triggered by cancel_delayed_work_syn()Wenjia Zhang
2023-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-20net/smc: fix application data exceptionD. Wythe
2023-02-04net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe
2023-02-04net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...D. Wythe
2023-02-04net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe
2023-01-25net/smc: De-tangle ism and smc device initializationStefan Raspl
2023-01-25net/smc: Separate SMC-D and ISM APIsStefan Raspl
2023-01-25net/smc: Register SMC-D as ISM clientStefan Raspl
2022-10-15net/smc: Fix an error code in smc_lgr_create()Dan Carpenter
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: Stop the CLC flow if no link to map buffers onWen Gu
2022-09-07net/smc: Fix possible access to freed memory in link clearYacan Liu
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: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpuGuangguan Wang
2022-07-18net/smc: remove redundant dma sync opsGuangguan Wang
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-03net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by serverD. Wythe
2022-03-03net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe
2022-03-01net/smc: correct settings of RMB window update limitDust Li
2022-01-16net/smc: Fix hung_task when removing SMC-R devicesWen Gu
2022-01-13net/smc: Resolve the race between SMC-R link access and clearWen Gu
2022-01-13net/smc: Introduce a new conn->lgr validity check helperWen Gu
2022-01-13net/smc: Resolve the race between link group access and terminationWen Gu
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-06net/smc: Reset conn->lgr when link group registration failsWen Gu
2022-01-02net/smc: Print net namespace in logTony Lu
2022-01-02net/smc: Add netlink net namespace supportTony Lu
2022-01-02net/smc: Introduce net namespace support for linkgroupTony Lu
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-28net/smc: fix kernel panic caused by race of smc_sockDust Li
2021-12-28net/smc: don't send CDC/LLC message if link not readyDust Li
2021-12-06net/smc: Clear memory when release and reuse bufferTony Lu
2021-12-02net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li
2021-11-24net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul
2021-11-15net/smc: Make sure the link_id is uniqueWen Gu
2021-11-01net/smc: Introduce tracepoint for smcr link downTony Lu
2021-10-16net/smc: add netlink support for SMC-Rv2Karsten Graul