summaryrefslogtreecommitdiff
path: root/net/smc/smc_core.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-13net/smc: correct settings of RMB window update limitDust Li1-1/+1
2022-03-08net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by serverD. Wythe1-1/+2
2022-03-08net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe1-1/+1
2022-01-27net/smc: Fix hung_task when removing SMC-R devicesWen Gu1-16/+1
2022-01-27net/smc: Reset conn->lgr when link group registration failsWen Gu1-5/+7
2022-01-05net/smc: fix kernel panic caused by race of smc_sockDust Li1-5/+20
2022-01-05net/smc: don't send CDC/LLC message if link not readyDust Li1-1/+1
2021-12-08net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li1-4/+3
2021-12-01net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul1-17/+18
2021-11-25net/smc: Make sure the link_id is uniqueWen Gu1-1/+2
2021-10-08net/smc: improved fix wait on already cleared linkKarsten Graul1-9/+11
2021-09-21net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul1-0/+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-13net/smc: use memcpy instead of snprintf to avoid out of bounds readGuvenc Gulce1-6/+11
2021-01-13smc: fix out of bound access in smc_nl_get_sys_info()Jakub Kicinski1-1/+2
2020-12-02net/smc: Add support for obtaining SMCR device listGuvenc Gulce1-1/+1
2020-12-02net/smc: Add SMC-D Linkgroup diagnostic supportGuvenc Gulce1-0/+130
2020-12-02net/smc: Introduce SMCR get link commandGuvenc Gulce1-4/+87
2020-12-02net/smc: Introduce SMCR get linkgroup commandGuvenc Gulce1-0/+85
2020-12-02net/smc: Add support for obtaining system informationGuvenc Gulce1-0/+60
2020-12-02net/smc: Add diagnostic information to link structureGuvenc Gulce1-0/+10
2020-12-02net/smc: Add link counters for IB device portsGuvenc Gulce1-0/+13
2020-12-02net/smc: Add connection counters for linksGuvenc Gulce1-2/+14
2020-11-19net/smc: fix matching of existing link groupsKarsten Graul1-1/+2
2020-10-27net/smc: fix suppressed return codeKarsten Graul1-2/+5
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2020-10-15net/smc: fix invalid return code in smcd_new_buf_create()Karsten Graul1-1/+2
2020-10-15net/smc: fix valid DMBE buffer sizesKarsten Graul1-1/+1
2020-09-29net/smc: introduce CLC first contact extensionUrsula Braun1-0/+1
2020-09-29net/smc: determine accepted ISM devicesUrsula Braun1-11/+12
2020-09-29net/smc: prepare for more proposed ISM devicesUrsula Braun1-10/+13
2020-09-11net/smc: use separate work queues for different worker typesKarsten Graul1-2/+11
2020-09-11net/smc: immediate freeing in smc_lgr_cleanup_early()Ursula Braun1-19/+4
2020-09-11net/smc: common routine for CLC accept and confirmUrsula Braun1-2/+2
2020-09-11net/smc: introduce better field namesUrsula Braun1-8/+8
2020-09-04net/smc: reset sndbuf_desc if freedUrsula Braun1-0/+1
2020-09-04net/smc: set rx_off for SMCR explicitlyUrsula Braun1-0/+2
2020-07-27net/smc: unique reason code for exceeded max dmb countKarsten Graul1-2/+2
2020-07-21net/smc: fix dmb buffer shortageKarsten Graul1-2/+2
2020-07-20net/smc: remove freed buffer from listKarsten Graul1-1/+5
2020-07-20net/smc: do not call dma sync for unmapped memoryKarsten Graul1-8/+7
2020-07-20net/smc: move add link processing for new device into llc layerKarsten Graul1-73/+7
2020-07-20net/smc: clear link during SMC client link down processingKarsten Graul1-1/+3
2020-07-08net/smc: switch smcd_dev_list spinlock to mutexUrsula Braun1-4/+4
2020-07-08net/smc: fix sleep bug in smc_pnet_find_roce_resource()Ursula Braun1-2/+3