summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)Author
2022-05-12net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang
2022-04-25net/smc: Fix slab-out-of-bounds issue in fallbackWen Gu
2022-04-25net/smc: Only save the original clcsock callback functionsWen Gu
2022-04-25net/smc: sync err code when tcp connection was refusedliuyacan
2022-04-15net/smc: Fix sock leak when release after smc_shutdown()Tony Lu
2022-04-11net/smc: Fix af_ops of child socket pointing to released memoryKarsten Graul
2022-04-11net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()Karsten Graul
2022-04-11net/smc: use memcpy instead of snprintf to avoid out of bounds readKarsten Graul
2022-03-28net/smc: Send out the remaining data in sndbuf before closeWen Gu
2022-03-26net/smc: fix a memory leak in smc_sysctl_net_exit()Eric Dumazet
2022-03-09net/smc: fix -Wmissing-prototypes warning when CONFIG_SYSCTL not setDust Li
2022-03-07net/smc: fix compile warning for smc_sysctlDust Li
2022-03-06Revert "net/smc: don't req_notify until all CQEs drained"Dust Li
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-03net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by serverD. Wythe
2022-03-03net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe
2022-03-01net: smc: fix different types in min()Jakub Kicinski
2022-03-01net/smc: don't send in the BH context if sock_owned_by_userDust Li
2022-03-01net/smc: don't req_notify until all CQEs drainedDust Li
2022-03-01net/smc: correct settings of RMB window update limitDust Li
2022-03-01net/smc: send directly on setting TCP_NODELAYDust Li
2022-03-01net/smc: add sysctl for autocorkingDust Li
2022-03-01net/smc: add autocorking supportDust Li
2022-03-01net/smc: add sysctl interface for SMCDust Li
2022-02-28net/smc: Call trace_smc_tx_sendmsg when data corkedTony Lu
2022-02-28net/smc: Fix cleanup when register ULP failsTony Lu
2022-02-25net/smc: fix connection leakD. Wythe
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-24net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco
2022-02-19net/smc: unlock on error paths in __smc_setsockopt()Dan Carpenter
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-16net/smc: return ETIMEDOUT when smc_connect_clc() timeoutD. Wythe
2022-02-14net/smc: Add comment for smc_tx_pendingTony Lu
2022-02-11net/smc: Add global configure for handshake limitation by netlinkD. Wythe
2022-02-11net/smc: Dynamic control handshake limitation by socket optionsD. Wythe
2022-02-11net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe
2022-02-11net/smc: Limit backlog connectionsD. Wythe
2022-02-11net/smc: Make smc_tcp_listen_work() independentD. Wythe
2022-02-11net/smc: Avoid overwriting the copies of clcsock callback functionsWen Gu
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-07net/smc: use GFP_ATOMIC allocation in smc_pnet_add_eth()Eric Dumazet
2022-02-06net/smc: fix ref_tracker issue in smc_pnet_add()Eric Dumazet
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-02Partially revert "net/smc: Add netlink net namespace support"Dmitry V. Levin
2022-01-31net/smc: Cork when sendpage with MSG_SENDPAGE_NOTLAST flagTony Lu
2022-01-31net/smc: Remove corked dealyed workTony Lu
2022-01-31net/smc: Send directly when TCP_CORK is clearedTony Lu
2022-01-31net/smc: Forward wakeup to smc socket waitqueue after fallbackWen Gu
2022-01-24net/smc: Transitional solution for clcsock race issueWen Gu
2022-01-16net/smc: Fix hung_task when removing SMC-R devicesWen Gu