summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
* net/smc: add net device tracker to struct smc_pnetentryEric Dumazet2021-12-071-4/+5
* net/smc: Clear memory when release and reuse bufferTony Lu2021-12-061-4/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-022-6/+9
|\
| * net/smc: Keep smc_close_final rc during active closeTony Lu2021-12-021-2/+6
| * net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li2021-12-021-4/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-263-22/+37
|\|
| * net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu2021-11-261-1/+7
| * net/smc: Fix loop in smc_listenGuo DaXing2021-11-241-1/+3
| * net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul2021-11-241-17/+18
| * net/smc: Ensure the active closing peer first closes clcsockTony Lu2021-11-231-0/+6
| * net/smc: Clean up local struct sock variablesTony Lu2021-11-231-2/+2
| * net/smc: Avoid warning of possible recursive lockingWen Gu2021-11-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-182-1/+16
|\|
| * net/smc: Make sure the link_id is uniqueWen Gu2021-11-151-1/+2
| * net/smc: Transfer remaining wait queue entries during fallbackWen Gu2021-11-151-0/+14
* | net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet2021-11-161-1/+1
|/
* net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li2021-11-101-7/+11
* net/smc: Print function name in smcr_link_down tracepointTony Lu2021-11-051-1/+1
* net/smc: Introduce tracepoint for smcr link downTony Lu2021-11-013-2/+38
* net/smc: Introduce tracepoints for tx and rx msgTony Lu2021-11-014-0/+45
* net/smc: Introduce tracepoint for fallbackTony Lu2021-11-014-0/+59
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-282-2/+2
|\
| * net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu2021-10-281-1/+1
| * net/smc: Fix smc_link->llc_testlink_time overflowTony Lu2021-10-281-1/+1
* | net/smc: stop links when their GID is removedKarsten Graul2021-10-161-0/+53
* | net/smc: add netlink support for SMC-Rv2Karsten Graul2021-10-161-25/+73
* | net/smc: extend LLC layer for SMC-Rv2Karsten Graul2021-10-167-115/+531
* | net/smc: add v2 support to the work request layerKarsten Graul2021-10-165-21/+199
* | net/smc: retrieve v2 gid from IB deviceKarsten Graul2021-10-164-30/+95
* | net/smc: add v2 format of CLC decline messageKarsten Graul2021-10-162-10/+55
* | net/smc: add listen processing for SMC-Rv2Karsten Graul2021-10-164-66/+165
* | net/smc: add SMC-Rv2 connection establishmentKarsten Graul2021-10-166-61/+267
* | net/smc: prepare for SMC-Rv2 connectionKarsten Graul2021-10-164-35/+113
* | net/smc: save stack space and allocate smc_init_infoKarsten Graul2021-10-161-30/+53
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-145-41/+85
|\|
| * net/smc: improved fix wait on already cleared linkKarsten Graul2021-10-085-41/+85
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-232-1/+4
|\|
| * net/smc: fix 'workqueue leaked lock' in smc_conn_abort_workKarsten Graul2021-09-211-0/+2
| * net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul2021-09-211-1/+2
* | net/smc: add generic netlink support for system EIDKarsten Graul2021-09-143-0/+80
* | net/smc: keep static copy of system EIDKarsten Graul2021-09-145-18/+17
* | net/smc: add support for user defined EIDsKarsten Graul2021-09-147-31/+320
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-136-10/+38
|\
| * net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce2021-08-093-3/+5
| * net/smc: fix wait on already cleared linkKarsten Graul2021-08-094-7/+33
* | net/smc: Allow SMC-D 1MB DMB allocationsStefan Raspl2021-08-091-15/+16
* | net: Remove redundant if statementsYajun Deng2021-08-052-4/+2
|/
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* net/smc: Ensure correct state of the socket in send pathGuvenc Gulce2021-06-251-2/+3
* net/smc: Fix ENODATA tests in smc_nl_get_fback_stats()Dan Carpenter2021-06-211-3/+3