summaryrefslogtreecommitdiff
path: root/net/smc/smc_core.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-19net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu1-0/+1
2023-03-15net/smc: fix deadlock triggered by cancel_delayed_work_syn()Wenjia Zhang1-1/+1
2023-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+8
2023-02-20net/smc: fix application data exceptionD. Wythe1-9/+8
2023-02-04net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe1-27/+28
2023-02-04net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...D. Wythe1-4/+4
2023-02-04net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe1-10/+10
2023-01-25net/smc: De-tangle ism and smc device initializationStefan Raspl1-2/+4
2023-01-25net/smc: Separate SMC-D and ISM APIsStefan Raspl1-2/+4
2023-01-25net/smc: Register SMC-D as ISM clientStefan Raspl1-0/+1
2022-10-15net/smc: Fix an error code in smc_lgr_create()Dan Carpenter1-1/+2
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-09-22net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu1-4/+4
2022-09-22net/smc: Stop the CLC flow if no link to map buffers onWen Gu1-1/+4
2022-09-07net/smc: Fix possible access to freed memory in link clearYacan Liu1-0/+1
2022-07-18net/smc: Extend SMC-R link group netlink attributeWen Gu1-0/+2
2022-07-18net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu1-64/+149
2022-07-18net/smc: Use sysctl-specified types of buffers in new link groupWen Gu1-0/+1
2022-07-18net/smc: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpuGuangguan Wang1-0/+8
2022-07-18net/smc: remove redundant dma sync opsGuangguan Wang1-22/+0
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2022-03-03net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by serverD. Wythe1-1/+2
2022-03-03net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe1-1/+1
2022-03-01net/smc: correct settings of RMB window update limitDust Li1-1/+1
2022-01-16net/smc: Fix hung_task when removing SMC-R devicesWen Gu1-16/+1
2022-01-13net/smc: Resolve the race between SMC-R link access and clearWen Gu1-12/+40
2022-01-13net/smc: Introduce a new conn->lgr validity check helperWen Gu1-6/+8
2022-01-13net/smc: Resolve the race between link group access and terminationWen Gu1-11/+49
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+7
2022-01-06net/smc: Reset conn->lgr when link group registration failsWen Gu1-5/+7
2022-01-02net/smc: Print net namespace in logTony Lu1-2/+2
2022-01-02net/smc: Add netlink net namespace supportTony Lu1-0/+3
2022-01-02net/smc: Introduce net namespace support for linkgroupTony Lu1-7/+17
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+21
2021-12-28net/smc: fix kernel panic caused by race of smc_sockDust Li1-5/+20
2021-12-28net/smc: don't send CDC/LLC message if link not readyDust Li1-1/+1
2021-12-07net/smc: Clear memory when release and reuse bufferTony Lu1-4/+9
2021-12-02net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li1-4/+3
2021-11-25net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul1-17/+18
2021-11-15net/smc: Make sure the link_id is uniqueWen Gu1-1/+2
2021-11-01net/smc: Introduce tracepoint for smcr link downTony Lu1-2/+7
2021-10-16net/smc: add netlink support for SMC-Rv2Karsten Graul1-25/+73
2021-10-16net/smc: add v2 support to the work request layerKarsten Graul1-1/+6
2021-10-16net/smc: retrieve v2 gid from IB deviceKarsten Graul1-1/+3
2021-10-16net/smc: add listen processing for SMC-Rv2Karsten Graul1-18/+46
2021-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+11
2021-10-08net/smc: improved fix wait on already cleared linkKarsten Graul1-9/+11
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2021-09-21net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul1-0/+2
2021-09-14net/smc: keep static copy of system EIDKarsten Graul1-8/+2