| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2021-12-31 | 2 | -0/+3 |
|\ |
|
| * | net: Don't include filter.h from net/sock.h | Jakub Kicinski | 2021-12-29 | 2 | -0/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-12-30 | 10 | -81/+72 |
|\ \ |
|
| * | | net/smc: fix kernel panic caused by race of smc_sock | Dust Li | 2021-12-28 | 8 | -76/+57 |
| * | | net/smc: don't send CDC/LLC message if link not ready | Dust Li | 2021-12-28 | 5 | -5/+11 |
| * | | net/smc: fix using of uninitialized completions | Karsten Graul | 2021-12-27 | 1 | -2/+4 |
* | | | net/smc: Use the bitmap API when applicable | Christophe JAILLET | 2021-12-30 | 1 | -14/+5 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-12-17 | 1 | -1/+3 |
|\| |
| |/
|/| |
|
| * | net/smc: Prevent smc_release() from long blocking | D. Wythe | 2021-12-16 | 1 | -1/+3 |
* | | net/smc: add net device tracker to struct smc_pnetentry | Eric Dumazet | 2021-12-08 | 1 | -4/+5 |
* | | net/smc: Clear memory when release and reuse buffer | Tony Lu | 2021-12-07 | 1 | -4/+9 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-12-02 | 2 | -6/+9 |
|\| |
|
| * | net/smc: Keep smc_close_final rc during active close | Tony Lu | 2021-12-02 | 1 | -2/+6 |
| * | net/smc: fix wrong list_del in smc_lgr_cleanup_early | Dust Li | 2021-12-02 | 1 | -4/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-11-26 | 3 | -22/+37 |
|\| |
|
| * | net/smc: Don't call clcsock shutdown twice when smc shutdown | Tony Lu | 2021-11-26 | 1 | -1/+7 |
| * | net/smc: Fix loop in smc_listen | Guo DaXing | 2021-11-25 | 1 | -1/+3 |
| * | net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk() | Karsten Graul | 2021-11-25 | 1 | -17/+18 |
| * | net/smc: Ensure the active closing peer first closes clcsock | Tony Lu | 2021-11-23 | 1 | -0/+6 |
| * | net/smc: Clean up local struct sock variables | Tony Lu | 2021-11-23 | 1 | -2/+2 |
| * | net/smc: Avoid warning of possible recursive locking | Wen Gu | 2021-11-22 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-11-18 | 2 | -1/+16 |
|\| |
|
| * | net/smc: Make sure the link_id is unique | Wen Gu | 2021-11-15 | 1 | -1/+2 |
| * | net/smc: Transfer remaining wait queue entries during fallback | Wen Gu | 2021-11-15 | 1 | -0/+14 |
* | | net: drop nopreempt requirement on sock_prot_inuse_add() | Eric Dumazet | 2021-11-16 | 1 | -1/+1 |
|/ |
|
* | net/smc: fix sk_refcnt underflow on linkdown and fallback | Dust Li | 2021-11-10 | 1 | -7/+11 |
* | net/smc: Print function name in smcr_link_down tracepoint | Tony Lu | 2021-11-05 | 1 | -1/+1 |
* | net/smc: Introduce tracepoint for smcr link down | Tony Lu | 2021-11-01 | 3 | -2/+38 |
* | net/smc: Introduce tracepoints for tx and rx msg | Tony Lu | 2021-11-01 | 4 | -0/+45 |
* | net/smc: Introduce tracepoint for fallback | Tony Lu | 2021-11-01 | 4 | -0/+59 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-10-28 | 2 | -2/+2 |
|\ |
|
| * | net/smc: Correct spelling mistake to TCPF_SYN_RECV | Wen Gu | 2021-10-28 | 1 | -1/+1 |
| * | net/smc: Fix smc_link->llc_testlink_time overflow | Tony Lu | 2021-10-28 | 1 | -1/+1 |
* | | net/smc: stop links when their GID is removed | Karsten Graul | 2021-10-16 | 1 | -0/+53 |
* | | net/smc: add netlink support for SMC-Rv2 | Karsten Graul | 2021-10-16 | 1 | -25/+73 |
* | | net/smc: extend LLC layer for SMC-Rv2 | Karsten Graul | 2021-10-16 | 7 | -115/+531 |
* | | net/smc: add v2 support to the work request layer | Karsten Graul | 2021-10-16 | 5 | -21/+199 |
* | | net/smc: retrieve v2 gid from IB device | Karsten Graul | 2021-10-16 | 4 | -30/+95 |
* | | net/smc: add v2 format of CLC decline message | Karsten Graul | 2021-10-16 | 2 | -10/+55 |
* | | net/smc: add listen processing for SMC-Rv2 | Karsten Graul | 2021-10-16 | 4 | -66/+165 |
* | | net/smc: add SMC-Rv2 connection establishment | Karsten Graul | 2021-10-16 | 6 | -61/+267 |
* | | net/smc: prepare for SMC-Rv2 connection | Karsten Graul | 2021-10-16 | 4 | -35/+113 |
* | | net/smc: save stack space and allocate smc_init_info | Karsten Graul | 2021-10-16 | 1 | -30/+53 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-10-15 | 5 | -41/+85 |
|\| |
|
| * | net/smc: improved fix wait on already cleared link | Karsten Graul | 2021-10-08 | 5 | -41/+85 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-09-23 | 2 | -1/+4 |
|\| |
|
| * | net/smc: fix 'workqueue leaked lock' in smc_conn_abort_work | Karsten Graul | 2021-09-21 | 1 | -0/+2 |
| * | net/smc: add missing error check in smc_clc_prfx_set() | Karsten Graul | 2021-09-21 | 1 | -1/+2 |
* | | net/smc: add generic netlink support for system EID | Karsten Graul | 2021-09-14 | 3 | -0/+80 |
* | | net/smc: keep static copy of system EID | Karsten Graul | 2021-09-14 | 5 | -18/+17 |