summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_core.c
Commit message (Expand)AuthorAgeFilesLines
* net/smc: support extended GID in SMC-D lgr netlink attributeWen Gu2023-12-261-0/+6
* net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu2023-12-261-10/+21
* net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...Guangguan Wang2023-09-101-0/+2
* net/smc: Extend SMCR v2 linkgroup netlink attributeGuangguan Wang2023-08-191-0/+4
* net/smc: support max links per lgr negotiation in clc handshakeGuangguan Wang2023-08-191-0/+5
* net/smc: support max connections per lgr negotiationGuangguan Wang2023-08-191-1/+3
* net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer2023-08-091-13/+12
* net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu2023-05-191-0/+1
* net/smc: fix deadlock triggered by cancel_delayed_work_syn()Wenjia Zhang2023-03-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-211-9/+8
|\
| * net/smc: fix application data exceptionD. Wythe2023-02-201-9/+8
* | net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe2023-02-041-27/+28
* | net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...D. Wythe2023-02-041-4/+4
* | net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe2023-02-041-10/+10
* | net/smc: De-tangle ism and smc device initializationStefan Raspl2023-01-251-2/+4
* | net/smc: Separate SMC-D and ISM APIsStefan Raspl2023-01-251-2/+4
* | net/smc: Register SMC-D as ISM clientStefan Raspl2023-01-251-0/+1
|/
* net/smc: Fix an error code in smc_lgr_create()Dan Carpenter2022-10-151-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-1/+4
|\
| * net/smc: Stop the CLC flow if no link to map buffers onWen Gu2022-09-221-1/+4
* | net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu2022-09-221-4/+4
|/
* net/smc: Fix possible access to freed memory in link clearYacan Liu2022-09-071-0/+1
* net/smc: Extend SMC-R link group netlink attributeWen Gu2022-07-181-0/+2
* net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu2022-07-181-64/+149
* net/smc: Use sysctl-specified types of buffers in new link groupWen Gu2022-07-181-0/+1
* net/smc: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpuGuangguan Wang2022-07-181-0/+8
* net/smc: remove redundant dma sync opsGuangguan Wang2022-07-181-22/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-2/+3
|\
| * net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by serverD. Wythe2022-03-031-1/+2
| * net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe2022-03-031-1/+1
* | net/smc: correct settings of RMB window update limitDust Li2022-03-011-1/+1
|/
* net/smc: Fix hung_task when removing SMC-R devicesWen Gu2022-01-161-16/+1
* net/smc: Resolve the race between SMC-R link access and clearWen Gu2022-01-131-12/+40
* net/smc: Introduce a new conn->lgr validity check helperWen Gu2022-01-131-6/+8
* net/smc: Resolve the race between link group access and terminationWen Gu2022-01-131-11/+49
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-091-5/+7
|\
| * net/smc: Reset conn->lgr when link group registration failsWen Gu2022-01-061-5/+7
* | net/smc: Print net namespace in logTony Lu2022-01-021-2/+2
* | net/smc: Add netlink net namespace supportTony Lu2022-01-021-0/+3
* | net/smc: Introduce net namespace support for linkgroupTony Lu2022-01-021-7/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-6/+21
|\|
| * net/smc: fix kernel panic caused by race of smc_sockDust Li2021-12-281-5/+20
| * net/smc: don't send CDC/LLC message if link not readyDust Li2021-12-281-1/+1
* | net/smc: Clear memory when release and reuse bufferTony Lu2021-12-061-4/+9
|/
* net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li2021-12-021-4/+3
* net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul2021-11-241-17/+18
* net/smc: Make sure the link_id is uniqueWen Gu2021-11-151-1/+2
* net/smc: Introduce tracepoint for smcr link downTony Lu2021-11-011-2/+7
* net/smc: add netlink support for SMC-Rv2Karsten Graul2021-10-161-25/+73
* net/smc: add v2 support to the work request layerKarsten Graul2021-10-161-1/+6