summary refs log tree commit diff
path: root/net/smc
AgeCommit message (Expand)Author
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
2022-01-15net/smc: Remove unused function declarationWen Gu
2022-01-13net/smc: Resolve the race between SMC-R link access and clearWen Gu
2022-01-13net/smc: Introduce a new conn->lgr validity check helperWen Gu
2022-01-13net/smc: Resolve the race between link group access and terminationWen Gu
2022-01-12net/smc: fix possible NULL deref in smc_pnet_add_eth()Eric Dumazet
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-06net/smc: Reset conn->lgr when link group registration failsWen Gu
2022-01-02net/smc: add comments for smc_link_{usable|sendable}Dust Li
2022-01-02net/smc: remove redundant re-assignment of pointer linkColin Ian King
2022-01-02net/smc: Introduce TCP ULP supportTony Lu
2022-01-02net/smc: Add net namespace for tracepointsTony Lu
2022-01-02net/smc: Print net namespace in logTony Lu
2022-01-02net/smc: Add netlink net namespace supportTony Lu
2022-01-02net/smc: Introduce net namespace support for linkgroupTony Lu
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-30net/smc: Use the bitmap API when applicableChristophe JAILLET
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-28net/smc: fix kernel panic caused by race of smc_sockDust Li
2021-12-28net/smc: don't send CDC/LLC message if link not readyDust Li
2021-12-27net/smc: fix using of uninitialized completionsKarsten Graul
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-16net/smc: Prevent smc_release() from long blockingD. Wythe
2021-12-07net/smc: add net device tracker to struct smc_pnetentryEric Dumazet
2021-12-06net/smc: Clear memory when release and reuse bufferTony Lu
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-02net/smc: Keep smc_close_final rc during active closeTony Lu
2021-12-02net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li