summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)AuthorFilesLines
2022-04-27net/smc: Fix sock leak when release after smc_shutdown()Tony Lu1-1/+3
2022-04-20net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()Karsten Graul1-2/+3
2022-04-13net/smc: send directly on setting TCP_NODELAYDust Li1-2/+2
2022-04-13net/smc: correct settings of RMB window update limitDust Li1-1/+1
2022-04-13net/smc: Send directly when TCP_CORK is clearedTony Lu3-12/+18
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-03-08net/smc: fix connection leakD. Wythe1-2/+8
2022-03-02net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco2-22/+22
2022-02-23net/smc: Avoid overwriting the copies of clcsock callback functionsWen Gu1-3/+7
2022-02-08net/smc: Forward wakeup to smc socket waitqueue after fallbackWen Gu2-16/+137
2022-02-01net/smc: Transitional solution for clcsock race issueWen Gu1-12/+51
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 Gu3-9/+13
2022-01-05net/smc: fix kernel panic caused by race of smc_sockDust Li8-76/+57
2022-01-05net/smc: don't send CDC/LLC message if link not readyDust Li5-5/+11
2022-01-05net/smc: fix using of uninitialized completionsKarsten Graul1-2/+4
2021-12-22net/smc: Prevent smc_release() from long blockingD. Wythe1-1/+3
2021-12-08net/smc: Keep smc_close_final rc during active closeTony Lu1-2/+6
2021-12-08net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li1-4/+3
2021-12-08net/smc: Avoid warning of possible recursive lockingWen Gu1-1/+1
2021-12-08net/smc: Transfer remaining wait queue entries during fallbackWen Gu1-0/+14
2021-12-01net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu1-1/+7
2021-12-01net/smc: Fix loop in smc_listenGuo DaXing1-1/+3
2021-12-01net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul1-17/+18
2021-12-01net/smc: Ensure the active closing peer first closes clcsockTony Lu1-0/+6
2021-11-25net/smc: Make sure the link_id is uniqueWen Gu1-1/+2
2021-11-18net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li1-7/+11
2021-10-28net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu1-1/+1
2021-10-28net/smc: Fix smc_link->llc_testlink_time overflowTony Lu1-1/+1
2021-10-08net/smc: improved fix wait on already cleared linkKarsten Graul5-41/+85
2021-09-21net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul1-0/+2
2021-09-21net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul1-1/+2
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-10/+38
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 Gulce3-3/+5
2021-08-09net/smc: fix wait on already cleared linkKarsten Graul4-7/+33
2021-08-05net: Remove redundant if statementsYajun Deng2-4/+2
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-06-25net/smc: Ensure correct state of the socket in send pathGuvenc Gulce1-2/+3
2021-06-21net/smc: Fix ENODATA tests in smc_nl_get_fback_stats()Dan Carpenter1-3/+3
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce6-108/+143
2021-06-16net/smc: Add netlink support for SMC fallback statisticsGuvenc Gulce4-1/+99
2021-06-16net/smc: Add netlink support for SMC statisticsGuvenc Gulce3-0/+286
2021-06-16net/smc: Add SMC statistics supportGuvenc Gulce7-21/+395
2021-06-03net/smc: no need to flush smcd_dev's event_wq before destroying itJulian Wiedmann1-1/+0
2021-06-03net/smc: avoid possible duplicate dmb unregistrationKarsten Graul1-15/+0
2021-05-27Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+10
2021-05-18net/smc: remove device from smcd_dev_list after failed device_add()Julian Wiedmann1-1/+10
2021-05-13net/smc: properly handle workqueue allocation failureAnirudh Rayabharam1-2/+8