summaryrefslogtreecommitdiffstats
path: root/net/smc
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-15net/smc: Transfer remaining wait queue entries during fallbackWen Gu1-0/+14
2021-11-10net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li1-7/+11
2021-11-05net/smc: Print function name in smcr_link_down tracepointTony Lu1-1/+1
2021-11-01net/smc: Introduce tracepoint for smcr link downTony Lu3-2/+38
2021-11-01net/smc: Introduce tracepoints for tx and rx msgTony Lu4-0/+45
2021-11-01net/smc: Introduce tracepoint for fallbackTony Lu4-0/+59
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2021-10-28net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu1-1/+1
2021-10-28net/smc: Fix smc_link->llc_testlink_time overflowTony Lu1-1/+1
2021-10-16net/smc: stop links when their GID is removedKarsten Graul1-0/+53
2021-10-16net/smc: add netlink support for SMC-Rv2Karsten Graul1-25/+73
2021-10-16net/smc: extend LLC layer for SMC-Rv2Karsten Graul7-115/+531
2021-10-16net/smc: add v2 support to the work request layerKarsten Graul5-21/+199
2021-10-16net/smc: retrieve v2 gid from IB deviceKarsten Graul4-30/+95
2021-10-16net/smc: add v2 format of CLC decline messageKarsten Graul2-10/+55
2021-10-16net/smc: add listen processing for SMC-Rv2Karsten Graul4-66/+165
2021-10-16net/smc: add SMC-Rv2 connection establishmentKarsten Graul6-61/+267
2021-10-16net/smc: prepare for SMC-Rv2 connectionKarsten Graul4-35/+113
2021-10-16net/smc: save stack space and allocate smc_init_infoKarsten Graul1-30/+53
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-41/+85
2021-10-08net/smc: improved fix wait on already cleared linkKarsten Graul5-41/+85
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+4
2021-09-21net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul1-0/+2
2021-09-21net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul1-1/+2
2021-09-14net/smc: add generic netlink support for system EIDKarsten Graul3-0/+80
2021-09-14net/smc: keep static copy of system EIDKarsten Graul5-18/+17
2021-09-14net/smc: add support for user defined EIDsKarsten Graul7-31/+320