summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net/smc: retrieve v2 gid from IB deviceKarsten Graul2021-10-161-1/+3
* net/smc: add listen processing for SMC-Rv2Karsten Graul2021-10-161-18/+46
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-9/+11
|\
| * net/smc: improved fix wait on already cleared linkKarsten Graul2021-10-081-9/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-231-0/+2
|\|
| * net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul2021-09-211-0/+2
* | net/smc: keep static copy of system EIDKarsten Graul2021-09-141-8/+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