aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_pnet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-1/+2
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-3/+4
2022-04-11net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()Karsten Graul1-2/+3
2022-02-24Merge 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-07net/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-01net/smc: Add diagnostic information to smc ib-deviceGuvenc Gulce1-0/+2
2020-09-28net/smc: determine proposed ISM devicesUrsula Braun1-1/+1
2020-09-28net/smc: introduce list of pnetids for Ethernet devicesUrsula Braun1-7/+138
2020-09-28net/smc: prepare for more proposed ISM devicesUrsula Braun1-4/+4
2020-09-28net/smc: remove constant and introduce helper to check for a pnet idKarsten Graul1-8/+12
2020-09-10net/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-26net/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-01net/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-06net/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-24net: remove unnecessary variables and callbackTaehee Yoo1-1/+1
2019-10-09net/smc: no new connections on disappearing devicesUrsula Braun1-1/+4
2019-04-27genetlink: 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
2019-02-28net/smc: allow pnetid-less configurationUrsula Braun1-1/+41
2019-02-21net/smc: allow PCI IDs as ib device names in the pnet tableHans Wippel1-2/+4
2019-02-21net/smc: add pnet table namespace supportHans Wippel1-43/+102
2019-02-21net/smc: add smcd support to the pnet tableHans Wippel1-7/+80
2019-02-21net/smc: rework pnet tableHans Wippel1-192/+247
2019-02-01net/smc: allow 16 byte pnetids in netlink policyHans Wippel1-1/+1
2018-09-20smc: generic netlink family should be __ro_after_initJohannes Berg1-1/+1
2018-07-25net/smc: use correct vlan gid of RoCE deviceUrsula Braun1-9/+21
2018-06-30net/smc: add pnetid support for SMC-D and ISMHans Wippel1-0/+41
2018-06-30net/smc: add pnetid supportUrsula Braun1-19/+90
2018-06-30net/smc: determine port attributes independent from pnet tableUrsula Braun1-5/+2
2018-05-14net/smc: check for missing nlattrs in SMC_PNETID messagesEric Biggers1-31/+40
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-21net/smc: adjust net_device refcountUrsula Braun1-1/+3