aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09Merge 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-06net/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-24net/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-14Merge 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
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-08-09net/smc: Allow SMC-D 1MB DMB allocationsStefan Raspl1-15/+16
2021-08-09net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce1-2/+2
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce1-5/+5
2021-06-16net/smc: Add SMC statistics supportGuvenc Gulce1-1/+12
2021-06-03net/smc: avoid possible duplicate dmb unregistrationKarsten Graul1-15/+0
2021-01-12net/smc: use memcpy instead of snprintf to avoid out of bounds readGuvenc Gulce1-6/+11
2021-01-12smc: fix out of bound access in smc_nl_get_sys_info()Jakub Kicinski1-1/+2
2020-12-01net/smc: Add support for obtaining SMCR device listGuvenc Gulce1-1/+1
2020-12-01net/smc: Add SMC-D Linkgroup diagnostic supportGuvenc Gulce1-0/+130