summaryrefslogtreecommitdiffstats
path: root/net/smc
AgeCommit message (Expand)AuthorLines
2021-12-02net/smc: Keep smc_close_final rc during active closeTony Lu-2/+6
2021-12-02net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li-4/+3
2021-11-26net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu-1/+7
2021-11-24net/smc: Fix loop in smc_listenGuo DaXing-1/+3
2021-11-24net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul-17/+18
2021-11-23net/smc: Ensure the active closing peer first closes clcsockTony Lu-0/+6
2021-11-23net/smc: Clean up local struct sock variablesTony Lu-2/+2
2021-11-22net/smc: Avoid warning of possible recursive lockingWen Gu-1/+1
2021-11-15net/smc: Make sure the link_id is uniqueWen Gu-1/+2
2021-11-15net/smc: Transfer remaining wait queue entries during fallbackWen Gu-0/+14
2021-11-10net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li-7/+11
2021-11-05net/smc: Print function name in smcr_link_down tracepointTony Lu-1/+1
2021-11-01net/smc: Introduce tracepoint for smcr link downTony Lu-2/+38
2021-11-01net/smc: Introduce tracepoints for tx and rx msgTony Lu-0/+45
2021-11-01net/smc: Introduce tracepoint for fallbackTony Lu-0/+59
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2021-10-28net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu-1/+1
2021-10-28net/smc: Fix smc_link->llc_testlink_time overflowTony Lu-1/+1
2021-10-16net/smc: stop links when their GID is removedKarsten Graul-0/+53
2021-10-16net/smc: add netlink support for SMC-Rv2Karsten Graul-25/+73
2021-10-16net/smc: extend LLC layer for SMC-Rv2Karsten Graul-115/+531
2021-10-16net/smc: add v2 support to the work request layerKarsten Graul-21/+199
2021-10-16net/smc: retrieve v2 gid from IB deviceKarsten Graul-30/+95
2021-10-16net/smc: add v2 format of CLC decline messageKarsten Graul-10/+55
2021-10-16net/smc: add listen processing for SMC-Rv2Karsten Graul-66/+165
2021-10-16net/smc: add SMC-Rv2 connection establishmentKarsten Graul-61/+267
2021-10-16net/smc: prepare for SMC-Rv2 connectionKarsten Graul-35/+113
2021-10-16net/smc: save stack space and allocate smc_init_infoKarsten Graul-30/+53
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-41/+85
2021-10-08net/smc: improved fix wait on already cleared linkKarsten Graul-41/+85
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+4
2021-09-21net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul-0/+2
2021-09-21net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul-1/+2
2021-09-14net/smc: add generic netlink support for system EIDKarsten Graul-0/+80
2021-09-14net/smc: keep static copy of system EIDKarsten Graul-18/+17
2021-09-14net/smc: add support for user defined EIDsKarsten Graul-31/+320
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-10/+38
2021-08-09net/smc: Allow SMC-D 1MB DMB allocationsStefan Raspl-15/+16
2021-08-09net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce-3/+5
2021-08-09net/smc: fix wait on already cleared linkKarsten Graul-7/+33
2021-08-05net: Remove redundant if statementsYajun Deng-4/+2
2021-06-29net: sock: introduce sk_error_reportAlexander Aring-1/+1
2021-06-25net/smc: Ensure correct state of the socket in send pathGuvenc Gulce-2/+3
2021-06-21net/smc: Fix ENODATA tests in smc_nl_get_fback_stats()Dan Carpenter-3/+3
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce-108/+143
2021-06-16net/smc: Add netlink support for SMC fallback statisticsGuvenc Gulce-1/+99
2021-06-16net/smc: Add netlink support for SMC statisticsGuvenc Gulce-0/+286
2021-06-16net/smc: Add SMC statistics supportGuvenc Gulce-21/+395
2021-06-03net/smc: no need to flush smcd_dev's event_wq before destroying itJulian Wiedmann-1/+0
2021-06-03net/smc: avoid possible duplicate dmb unregistrationKarsten Graul-15/+0