summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_core.c
Commit message (Expand)AuthorAgeFilesLines
* net/smc: fix deadlock triggered by cancel_delayed_work_syn()Wenjia Zhang2023-03-221-1/+1
* net/smc: Stop the CLC flow if no link to map buffers onWen Gu2022-09-281-1/+4
* net/smc: correct settings of RMB window update limitDust Li2022-04-131-1/+1
* net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by serverD. Wythe2022-03-081-1/+2
* net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe2022-03-081-1/+1
* net/smc: Fix hung_task when removing SMC-R devicesWen Gu2022-01-271-16/+1
* net/smc: Reset conn->lgr when link group registration failsWen Gu2022-01-271-5/+7
* net/smc: fix kernel panic caused by race of smc_sockDust Li2022-01-051-5/+20
* net/smc: don't send CDC/LLC message if link not readyDust Li2022-01-051-1/+1
* net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li2021-12-081-4/+3
* net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul2021-12-011-17/+18
* net/smc: Make sure the link_id is uniqueWen Gu2021-11-251-1/+2
* net/smc: improved fix wait on already cleared linkKarsten Graul2021-10-081-9/+11
* net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul2021-09-211-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-2/+2
|\
| * net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce2021-08-091-2/+2
* | net/smc: Allow SMC-D 1MB DMB allocationsStefan Raspl2021-08-091-15/+16
|/
* net/smc: Make SMC statistics network namespace awareGuvenc Gulce2021-06-161-5/+5
* net/smc: Add SMC statistics supportGuvenc Gulce2021-06-161-1/+12
* net/smc: avoid possible duplicate dmb unregistrationKarsten Graul2021-06-031-15/+0
* net/smc: use memcpy instead of snprintf to avoid out of bounds readGuvenc Gulce2021-01-121-6/+11
* smc: fix out of bound access in smc_nl_get_sys_info()Jakub Kicinski2021-01-121-1/+2
* net/smc: Add support for obtaining SMCR device listGuvenc Gulce2020-12-011-1/+1
* net/smc: Add SMC-D Linkgroup diagnostic supportGuvenc Gulce2020-12-011-0/+130
* net/smc: Introduce SMCR get link commandGuvenc Gulce2020-12-011-4/+87
* net/smc: Introduce SMCR get linkgroup commandGuvenc Gulce2020-12-011-0/+85
* net/smc: Add support for obtaining system informationGuvenc Gulce2020-12-011-0/+60
* net/smc: Add diagnostic information to link structureGuvenc Gulce2020-12-011-0/+10
* net/smc: Add link counters for IB device portsGuvenc Gulce2020-12-011-0/+13
* net/smc: Add connection counters for linksGuvenc Gulce2020-12-011-2/+14
* net/smc: fix matching of existing link groupsKarsten Graul2020-11-191-1/+2
* net/smc: fix suppressed return codeKarsten Graul2020-10-261-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-151-2/+3
|\
| * net/smc: fix invalid return code in smcd_new_buf_create()Karsten Graul2020-10-151-1/+2
| * net/smc: fix valid DMBE buffer sizesKarsten Graul2020-10-151-1/+1
* | net/smc: introduce CLC first contact extensionUrsula Braun2020-09-281-0/+1
* | net/smc: determine accepted ISM devicesUrsula Braun2020-09-281-11/+12
* | net/smc: prepare for more proposed ISM devicesUrsula Braun2020-09-281-10/+13
* | net/smc: use separate work queues for different worker typesKarsten Graul2020-09-101-2/+11
* | net/smc: immediate freeing in smc_lgr_cleanup_early()Ursula Braun2020-09-101-19/+4
* | net/smc: common routine for CLC accept and confirmUrsula Braun2020-09-101-2/+2
* | net/smc: introduce better field namesUrsula Braun2020-09-101-8/+8
|/
* net/smc: reset sndbuf_desc if freedUrsula Braun2020-09-031-0/+1
* net/smc: set rx_off for SMCR explicitlyUrsula Braun2020-09-031-0/+2
* net/smc: unique reason code for exceeded max dmb countKarsten Graul2020-07-271-2/+2
* net/smc: fix dmb buffer shortageKarsten Graul2020-07-201-2/+2
* net/smc: remove freed buffer from listKarsten Graul2020-07-191-1/+5
* net/smc: do not call dma sync for unmapped memoryKarsten Graul2020-07-191-8/+7
* net/smc: move add link processing for new device into llc layerKarsten Graul2020-07-191-73/+7
* net/smc: clear link during SMC client link down processingKarsten Graul2020-07-191-1/+3