summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
* tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima2022-07-181-1/+1
* net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc...Guangguan Wang2022-05-281-1/+1
* net/smc: set ini->smcrv2.ib_dev_v2 to NULL if SMC-Rv2 is unavailableliuyacan2022-05-251-0/+1
* Revert "net/smc: fix listen processing for SMC-Rv2"liuyacan2022-05-241-27/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-231-18/+28
|\
| * net/smc: fix listen processing for SMC-Rv2liuyacan2022-05-231-17/+27
| * net/smc: postpone sk_refcnt increment in connect()liuyacan2022-05-231-1/+1
* | net/smc: rdma write inline if qp has sufficient inline spaceGuangguan Wang2022-05-171-5/+12
* | net/smc: send cdc msg inline if qp has sufficient inline spaceGuangguan Wang2022-05-172-1/+5
* | net/smc: align the connect behaviour with TCPGuangguan Wang2022-05-161-4/+46
|/
* net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang2022-05-121-2/+2
* net/smc: Fix slab-out-of-bounds issue in fallbackWen Gu2022-04-252-23/+59
* net/smc: Only save the original clcsock callback functionsWen Gu2022-04-253-20/+67
* net/smc: sync err code when tcp connection was refusedliuyacan2022-04-251-0/+2
* net/smc: Fix sock leak when release after smc_shutdown()Tony Lu2022-04-151-1/+3
* net/smc: Fix af_ops of child socket pointing to released memoryKarsten Graul2022-04-111-2/+12
* net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()Karsten Graul2022-04-111-2/+3
* net/smc: use memcpy instead of snprintf to avoid out of bounds readKarsten Graul2022-04-111-2/+4
* net/smc: Send out the remaining data in sndbuf before closeWen Gu2022-03-281-0/+3
* net/smc: fix a memory leak in smc_sysctl_net_exit()Eric Dumazet2022-03-261-0/+5
* net/smc: fix -Wmissing-prototypes warning when CONFIG_SYSCTL not setDust Li2022-03-091-2/+2
* net/smc: fix compile warning for smc_sysctlDust Li2022-03-074-31/+15
* Revert "net/smc: don't req_notify until all CQEs drained"Dust Li2022-03-061-28/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-032-5/+14
|\
| * 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: Fix cleanup when register ULP failsTony Lu2022-02-281-1/+3
| * net/smc: fix connection leakD. Wythe2022-02-251-2/+8
* | net: smc: fix different types in min()Jakub Kicinski2022-03-011-2/+2
* | net/smc: don't send in the BH context if sock_owned_by_userDust Li2022-03-013-5/+34
* | net/smc: don't req_notify until all CQEs drainedDust Li2022-03-011-21/+28
* | net/smc: correct settings of RMB window update limitDust Li2022-03-011-1/+1
* | net/smc: send directly on setting TCP_NODELAYDust Li2022-03-011-2/+2
* | net/smc: add sysctl for autocorkingDust Li2022-03-012-1/+11
* | net/smc: add autocorking supportDust Li2022-03-013-15/+105
* | net/smc: add sysctl interface for SMCDust Li2022-03-014-1/+113
* | net/smc: Call trace_smc_tx_sendmsg when data corkedTony Lu2022-02-281-9/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-242-22/+22
|\|
| * net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco2022-02-242-22/+22
* | net/smc: unlock on error paths in __smc_setsockopt()Dan Carpenter2022-02-191-4/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-3/+7
|\|
| * net/smc: Avoid overwriting the copies of clcsock callback functionsWen Gu2022-02-111-3/+7
* | net/smc: return ETIMEDOUT when smc_connect_clc() timeoutD. Wythe2022-02-161-1/+7
* | net/smc: Add comment for smc_tx_pendingTony Lu2022-02-141-1/+6
* | net/smc: Add global configure for handshake limitation by netlinkD. Wythe2022-02-114-0/+66
* | net/smc: Dynamic control handshake limitation by socket optionsD. Wythe2022-02-112-1/+69
* | net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe2022-02-111-0/+17
* | net/smc: Limit backlog connectionsD. Wythe2022-02-112-1/+50
* | net/smc: Make smc_tcp_listen_work() independentD. Wythe2022-02-111-2/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-101-3/+5
|\|