| Commit message (Expand) | Author | Age | Files | Lines |
* | net/smc: De-tangle ism and smc device initialization | Stefan Raspl | 2023-01-25 | 1 | -18/+22 |
* | genetlink: start to validate reserved header bytes | Jakub Kicinski | 2022-08-29 | 1 | -1/+2 |
* | net: rename reference+tracking helpers | Jakub Kicinski | 2022-06-10 | 1 | -3/+4 |
* | net/smc: Fix NULL pointer dereference in smc_pnet_find_ib() | Karsten Graul | 2022-04-12 | 1 | -2/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-02-25 | 1 | -21/+21 |
|\ |
|
| * | net/smc: Use a mutex for locking "struct smc_pnettable" | Fabio M. De Francesco | 2022-02-24 | 1 | -21/+21 |
* | | net/smc: Add global configure for handshake limitation by netlink | D. Wythe | 2022-02-11 | 1 | -0/+3 |
|/ |
|
* | net/smc: use GFP_ATOMIC allocation in smc_pnet_add_eth() | Eric Dumazet | 2022-02-07 | 1 | -1/+1 |
* | net/smc: fix ref_tracker issue in smc_pnet_add() | Eric Dumazet | 2022-02-06 | 1 | -3/+5 |
* | net/smc: fix possible NULL deref in smc_pnet_add_eth() | Eric Dumazet | 2022-01-12 | 1 | -1/+2 |
* | net/smc: Introduce net namespace support for linkgroup | Tony Lu | 2022-01-02 | 1 | -5/+16 |
* | net/smc: add net device tracker to struct smc_pnetentry | Eric Dumazet | 2021-12-08 | 1 | -4/+5 |
* | net/smc: retrieve v2 gid from IB device | Karsten Graul | 2021-10-16 | 1 | -15/+26 |
* | net: Remove redundant if statements | Yajun Deng | 2021-08-05 | 1 | -2/+1 |
* | net/smc: Add diagnostic information to smc ib-device | Guvenc Gulce | 2020-12-02 | 1 | -0/+2 |
* | net/smc: determine proposed ISM devices | Ursula Braun | 2020-09-29 | 1 | -1/+1 |
* | net/smc: introduce list of pnetids for Ethernet devices | Ursula Braun | 2020-09-29 | 1 | -7/+138 |
* | net/smc: prepare for more proposed ISM devices | Ursula Braun | 2020-09-29 | 1 | -4/+4 |
* | net/smc: remove constant and introduce helper to check for a pnet id | Karsten Graul | 2020-09-29 | 1 | -8/+12 |
* | net/smc: improve server ISM device determination | Ursula Braun | 2020-09-11 | 1 | -1/+4 |
* | net/smc: switch smcd_dev_list spinlock to mutex | Ursula Braun | 2020-07-08 | 1 | -8/+8 |
* | net/smc: fix sleep bug in smc_pnet_find_roce_resource() | Ursula Braun | 2020-07-08 | 1 | -10/+11 |
* | net/smc: mark smc_pnet_policy as const | Dmitry Vyukov | 2020-05-27 | 1 | -1/+1 |
* | net/smc: log important pnetid and state change events | Karsten Graul | 2020-05-05 | 1 | -3/+44 |
* | net/smc: introduce smc_pnet_find_alt_roce() | Karsten Graul | 2020-05-02 | 1 | -2/+13 |
* | net/smc: rework pnet table to support SMC-R failover | Karsten Graul | 2020-04-29 | 1 | -227/+312 |
* | net/smc: allow unprivileged users to read pnet table | Hans Wippel | 2020-01-21 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-09 | 1 | -2/+0 |
|\ |
|
| * | net/smc: fix ethernet interface refcounting | Ursula Braun | 2019-11-07 | 1 | -2/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-02 | 1 | -1/+1 |
|\| |
|
| * | net: remove unnecessary variables and callback | Taehee Yoo | 2019-10-24 | 1 | -1/+1 |
* | | net/smc: no new connections on disappearing devices | Ursula Braun | 2019-10-10 | 1 | -1/+4 |
|/ |
|
* | genetlink: optionally validate strictly/dumps | Johannes Berg | 2019-04-27 | 1 | -0/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-04-17 | 1 | -1/+2 |
|\ |
|
| * | net/smc: fix return code from FLUSH command | Karsten Graul | 2019-04-11 | 1 | -1/+2 |
* | | net/smc: consolidate function parameters | Karsten Graul | 2019-04-12 | 1 | -26/+21 |
* | | genetlink: make policy common to family | Johannes Berg | 2019-03-22 | 1 | -4/+1 |
|/ |
|
* | net/smc: allow pnetid-less configuration | Ursula Braun | 2019-02-28 | 1 | -1/+41 |
* | net/smc: allow PCI IDs as ib device names in the pnet table | Hans Wippel | 2019-02-21 | 1 | -2/+4 |
* | net/smc: add pnet table namespace support | Hans Wippel | 2019-02-21 | 1 | -43/+102 |
* | net/smc: add smcd support to the pnet table | Hans Wippel | 2019-02-21 | 1 | -7/+80 |
* | net/smc: rework pnet table | Hans Wippel | 2019-02-21 | 1 | -192/+247 |
* | net/smc: allow 16 byte pnetids in netlink policy | Hans Wippel | 2019-02-01 | 1 | -1/+1 |
* | smc: generic netlink family should be __ro_after_init | Johannes Berg | 2018-09-20 | 1 | -1/+1 |
* | net/smc: use correct vlan gid of RoCE device | Ursula Braun | 2018-07-26 | 1 | -9/+21 |
* | net/smc: add pnetid support for SMC-D and ISM | Hans Wippel | 2018-06-30 | 1 | -0/+41 |
* | net/smc: add pnetid support | Ursula Braun | 2018-06-30 | 1 | -19/+90 |
* | net/smc: determine port attributes independent from pnet table | Ursula Braun | 2018-06-30 | 1 | -5/+2 |
* | net/smc: check for missing nlattrs in SMC_PNETID messages | Eric Biggers | 2018-05-14 | 1 | -31/+40 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |