summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/smc: Address spelling errorsSimon Horman2024-10-101-1/+1
* net/smc: introduce statistics for ringbufs usage of net namespaceWen Gu2024-08-201-7/+15
* net/smc: introduce statistics for allocated ringbufs of link groupWen Gu2024-08-201-4/+42
* net/smc: remove unused input parameters in smcr_new_buf_createZhengchao Shao2024-07-311-2/+2
* net/smc: change SMCR_RMBE_SIZES from 5 to 15Guangguan Wang2024-06-031-1/+1
* net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...Guangguan Wang2024-06-031-2/+3
* net/smc: {at|de}tach sndbuf to peer DMB if supportedWen Gu2024-04-301-1/+60
* net/smc: change the term virtual ISM to Emulated-ISMWen Gu2024-02-081-2/+2
* net/smc: fix incorrect SMC-D link group matching logicWen Gu2024-01-261-3/+9
* 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-101-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
|\|