summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
* net/smc: Remove redundant refcount increaseYacan Liu2022-09-081-1/+0
* tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima2022-07-291-1/+1
* net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc...Guangguan Wang2022-06-141-1/+1
* net/smc: postpone sk_refcnt increment in connect()liuyacan2022-06-091-1/+1
* net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang2022-05-181-2/+2
* net/smc: sync err code when tcp connection was refusedliuyacan2022-05-091-0/+2
* net/smc: Fix sock leak when release after smc_shutdown()Tony Lu2022-04-271-1/+3
* net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()Karsten Graul2022-04-201-2/+3
* net/smc: send directly on setting TCP_NODELAYDust Li2022-04-131-2/+2
* net/smc: correct settings of RMB window update limitDust Li2022-04-131-1/+1
* net/smc: Send directly when TCP_CORK is clearedTony Lu2022-04-133-12/+18
* 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 connection leakD. Wythe2022-03-081-2/+8
* net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco2022-03-022-22/+22
* net/smc: Avoid overwriting the copies of clcsock callback functionsWen Gu2022-02-231-3/+7
* net/smc: Forward wakeup to smc socket waitqueue after fallbackWen Gu2022-02-082-16/+137
* net/smc: Transitional solution for clcsock race issueWen Gu2022-02-011-12/+51
* 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-273-9/+13
* net/smc: fix kernel panic caused by race of smc_sockDust Li2022-01-058-76/+57
* net/smc: don't send CDC/LLC message if link not readyDust Li2022-01-055-5/+11
* net/smc: fix using of uninitialized completionsKarsten Graul2022-01-051-2/+4
* net/smc: Prevent smc_release() from long blockingD. Wythe2021-12-221-1/+3
* net/smc: Keep smc_close_final rc during active closeTony Lu2021-12-081-2/+6
* net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li2021-12-081-4/+3
* net/smc: Avoid warning of possible recursive lockingWen Gu2021-12-081-1/+1
* net/smc: Transfer remaining wait queue entries during fallbackWen Gu2021-12-081-0/+14
* net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu2021-12-011-1/+7
* net/smc: Fix loop in smc_listenGuo DaXing2021-12-011-1/+3
* net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul2021-12-011-17/+18
* net/smc: Ensure the active closing peer first closes clcsockTony Lu2021-12-011-0/+6
* net/smc: Make sure the link_id is uniqueWen Gu2021-11-251-1/+2
* net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li2021-11-181-7/+11
* net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu2021-10-281-1/+1
* net/smc: Fix smc_link->llc_testlink_time overflowTony Lu2021-10-281-1/+1
* net/smc: improved fix wait on already cleared linkKarsten Graul2021-10-085-41/+85
* net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul2021-09-211-0/+2
* net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul2021-09-211-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-136-10/+38
|\
| * net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce2021-08-093-3/+5
| * net/smc: fix wait on already cleared linkKarsten Graul2021-08-094-7/+33
* | net/smc: Allow SMC-D 1MB DMB allocationsStefan Raspl2021-08-091-15/+16
* | net: Remove redundant if statementsYajun Deng2021-08-052-4/+2
|/
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* net/smc: Ensure correct state of the socket in send pathGuvenc Gulce2021-06-251-2/+3
* net/smc: Fix ENODATA tests in smc_nl_get_fback_stats()Dan Carpenter2021-06-211-3/+3
* net/smc: Make SMC statistics network namespace awareGuvenc Gulce2021-06-166-108/+143
* net/smc: Add netlink support for SMC fallback statisticsGuvenc Gulce2021-06-164-1/+99
* net/smc: Add netlink support for SMC statisticsGuvenc Gulce2021-06-163-0/+286