summaryrefslogtreecommitdiff
path: root/net/smc/smc_pnet.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2025-09-23dibs: Create class dibsJulian Ruess1-4/+12
2025-09-23dibs: Move struct device to dibs_devJulian Ruess1-8/+5
2025-09-18smc: Fix use-after-free in __pnet_find_base_ndev().Kuniyuki Iwashima1-21/+22
2025-09-03net/smc: Replace use of strncpy on NUL-terminated string with strscpyJames Flowers1-1/+1
2025-06-24net/smc: replace strncpy with strscpyPranav Tyagi1-1/+1
2025-03-14net/smc: use the correct ndev to find pnetid by pnetid tableGuangguan Wang1-3/+5
2024-11-07net/smc: Fix lookup of netdev by using ib_device_get_netdev()Wenjia Zhang1-3/+1
2024-10-15net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetidLi RongQing1-1/+1
2024-09-10net/smc: add sysctl for smc_limit_hsD. Wythe1-3/+0
2024-03-05net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet1-0/+10
2023-12-26net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu1-2/+2
2023-01-25net/smc: De-tangle ism and smc device initializationStefan Raspl1-18/+22
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-1/+2
2022-06-10net: rename reference+tracking helpersJakub Kicinski1-3/+4
2022-04-12net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()Karsten Graul1-2/+3
2022-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-21/+21
2022-02-24net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco1-21/+21
2022-02-11net/smc: Add global configure for handshake limitation by netlinkD. Wythe1-0/+3
2022-02-07net/smc: use GFP_ATOMIC allocation in smc_pnet_add_eth()Eric Dumazet1-1/+1
2022-02-06net/smc: fix ref_tracker issue in smc_pnet_add()Eric Dumazet1-3/+5
2022-01-12net/smc: fix possible NULL deref in smc_pnet_add_eth()Eric Dumazet1-1/+2
2022-01-02net/smc: Introduce net namespace support for linkgroupTony Lu1-5/+16
2021-12-08net/smc: add net device tracker to struct smc_pnetentryEric Dumazet1-4/+5
2021-10-16net/smc: retrieve v2 gid from IB deviceKarsten Graul1-15/+26
2021-08-05net: Remove redundant if statementsYajun Deng1-2/+1
2020-12-02net/smc: Add diagnostic information to smc ib-deviceGuvenc Gulce1-0/+2
2020-09-29net/smc: determine proposed ISM devicesUrsula Braun1-1/+1
2020-09-29net/smc: introduce list of pnetids for Ethernet devicesUrsula Braun1-7/+138
2020-09-29net/smc: prepare for more proposed ISM devicesUrsula Braun1-4/+4
2020-09-29net/smc: remove constant and introduce helper to check for a pnet idKarsten Graul1-8/+12
2020-09-11net/smc: improve server ISM device determinationUrsula Braun1-1/+4
2020-07-08net/smc: switch smcd_dev_list spinlock to mutexUrsula Braun1-8/+8
2020-07-08net/smc: fix sleep bug in smc_pnet_find_roce_resource()Ursula Braun1-10/+11
2020-05-27net/smc: mark smc_pnet_policy as constDmitry Vyukov1-1/+1
2020-05-05net/smc: log important pnetid and state change eventsKarsten Graul1-3/+44
2020-05-02net/smc: introduce smc_pnet_find_alt_roce()Karsten Graul1-2/+13
2020-04-29net/smc: rework pnet table to support SMC-R failoverKarsten Graul1-227/+312
2020-01-21net/smc: allow unprivileged users to read pnet tableHans Wippel1-1/+1
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+0
2019-11-07net/smc: fix ethernet interface refcountingUrsula Braun1-2/+0
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-10-25net: remove unnecessary variables and callbackTaehee Yoo1-1/+1
2019-10-10net/smc: no new connections on disappearing devicesUrsula Braun1-1/+4
2019-04-28genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+4
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2019-04-12net/smc: consolidate function parametersKarsten Graul1-26/+21
2019-04-11net/smc: fix return code from FLUSH commandKarsten Graul1-1/+2
2019-03-22genetlink: make policy common to familyJohannes Berg1-4/+1