Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-27net/smc: Enable module load on netlink usageStefan Raspl
2022-07-18net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu
2022-07-18net/smc: remove redundant dma sync opsGuangguan Wang
2022-05-26net/smc: set ini->smcrv2.ib_dev_v2 to NULL if SMC-Rv2 is unavailableliuyacan
2022-05-24Revert "net/smc: fix listen processing for SMC-Rv2"liuyacan
2022-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-23net/smc: fix listen processing for SMC-Rv2liuyacan
2022-05-23net/smc: postpone sk_refcnt increment in connect()liuyacan
2022-05-16net/smc: align the connect behaviour with TCPGuangguan 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-12net/smc: Fix af_ops of child socket pointing to released memoryKarsten Graul
2022-03-07net/smc: fix compile warning for smc_sysctlDust Li
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-01net/smc: don't send in the BH context if sock_owned_by_userDust Li
2022-03-01net/smc: send directly on setting TCP_NODELAYDust Li
2022-03-01net/smc: add sysctl interface for SMCDust Li
2022-02-28net/smc: Fix cleanup when register ULP failsTony Lu
2022-02-25net/smc: fix connection leakD. Wythe
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-17net/smc: return ETIMEDOUT when smc_connect_clc() timeoutD. Wythe
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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-31net/smc: Cork when sendpage with MSG_SENDPAGE_NOTLAST flagTony 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-13net/smc: Introduce a new conn->lgr validity check helperWen Gu
2022-01-10Merge 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: Introduce TCP ULP supportTony Lu
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-16net/smc: Prevent smc_release() from long blockingD. Wythe
2021-11-27Merge 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-25net/smc: Fix loop in smc_listenGuo DaXing
2021-11-22net/smc: Avoid warning of possible recursive lockingWen Gu
2021-11-19Merge 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: Transfer remaining wait queue entries during fallbackWen Gu
2021-11-10net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li
2021-11-01net/smc: Introduce tracepoint for fallbackTony Lu