aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-03net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by serverD. Wythe1-1/+2
2022-03-03net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe1-1/+1
2022-02-28net/smc: Fix cleanup when register ULP failsTony Lu1-1/+3
2022-02-25net/smc: fix connection leakD. Wythe1-2/+8
2022-02-24net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco2-22/+22
2022-02-11net/smc: Avoid overwriting the copies of clcsock callback functionsWen Gu1-3/+7
2022-02-07net/smc: use GFP_ATOMIC allocation in smc_pnet_add_eth()Eric Dumazet1-1/+1
2022-02-06net/smc: fix ref_tracker issue in smc_pnet_add()Eric Dumazet1-3/+5
2022-02-02Partially revert "net/smc: Add netlink net namespace support"Dmitry V. Levin1-2/+0
2022-01-31net/smc: Forward wakeup to smc socket waitqueue after fallbackWen Gu2-16/+137
2022-01-24net/smc: Transitional solution for clcsock race issueWen Gu1-12/+51
2022-01-16net/smc: Fix hung_task when removing SMC-R devicesWen Gu1-16/+1
2022-01-15net/smc: Remove unused function declarationWen Gu1-4/+0
2022-01-13net/smc: Resolve the race between SMC-R link access and clearWen Gu2-12/+44
2022-01-13net/smc: Introduce a new conn->lgr validity check helperWen Gu6-12/+24
2022-01-13net/smc: Resolve the race between link group access and terminationWen Gu3-11/+53
2022-01-12net/smc: fix possible NULL deref in smc_pnet_add_eth()Eric Dumazet1-1/+2
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-9/+13
2022-01-06net/smc: Reset conn->lgr when link group registration failsWen Gu3-9/+13
2022-01-02net/smc: add comments for smc_link_{usable|sendable}Dust Li1-1/+16
2022-01-02net/smc: remove redundant re-assignment of pointer linkColin Ian King1-1/+0
2022-01-02net/smc: Introduce TCP ULP supportTony Lu1-7/+86
2022-01-02net/smc: Add net namespace for tracepointsTony Lu1-7/+16
2022-01-02net/smc: Print net namespace in logTony Lu2-9/+14
2022-01-02net/smc: Add netlink net namespace supportTony Lu2-7/+12
2022-01-02net/smc: Introduce net namespace support for linkgroupTony Lu4-12/+42
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-0/+3
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-81/+72
2021-12-30net/smc: Use the bitmap API when applicableChristophe JAILLET1-14/+5
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski2-0/+3
2021-12-28net/smc: fix kernel panic caused by race of smc_sockDust Li8-76/+57
2021-12-28net/smc: don't send CDC/LLC message if link not readyDust Li5-5/+11
2021-12-27net/smc: fix using of uninitialized completionsKarsten Graul1-2/+4
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2021-12-16net/smc: Prevent smc_release() from long blockingD. Wythe1-1/+3
2021-12-07net/smc: add net device tracker to struct smc_pnetentryEric Dumazet1-4/+5
2021-12-06net/smc: Clear memory when release and reuse bufferTony Lu1-4/+9
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+9
2021-12-02net/smc: Keep smc_close_final rc during active closeTony Lu1-2/+6
2021-12-02net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li1-4/+3
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-22/+37
2021-11-26net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu1-1/+7
2021-11-24net/smc: Fix loop in smc_listenGuo DaXing1-1/+3
2021-11-24net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul1-17/+18
2021-11-23net/smc: Ensure the active closing peer first closes clcsockTony Lu1-0/+6
2021-11-23net/smc: Clean up local struct sock variablesTony Lu1-2/+2
2021-11-22net/smc: Avoid warning of possible recursive lockingWen Gu1-1/+1
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+16
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet1-1/+1
2021-11-15net/smc: Make sure the link_id is uniqueWen Gu1-1/+2