aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc
AgeCommit message (Expand)Author
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-02-28net/smc: Fix cleanup when register ULP failsTony Lu
2022-02-25net/smc: fix connection leakD. Wythe
2022-02-24net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco
2022-02-11net/smc: Avoid overwriting the copies of clcsock callback functionsWen Gu
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-02Partially revert "net/smc: Add netlink net namespace support"Dmitry V. Levin
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
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-26net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu
2021-11-24net/smc: Fix loop in smc_listenGuo DaXing
2021-11-24net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul
2021-11-23net/smc: Ensure the active closing peer first closes clcsockTony Lu
2021-11-23net/smc: Clean up local struct sock variablesTony Lu
2021-11-22net/smc: Avoid warning of possible recursive lockingWen Gu
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet
2021-11-15net/smc: Make sure the link_id is uniqueWen Gu