summaryrefslogtreecommitdiff
path: root/net/mctp/device.c
Commit message (Expand)AuthorAgeFilesLines
* mctp: Remove device type check at unregisterMatt Johnston2022-12-191-13/+1
* mctp: defer the kfree of object mdev->addrsLin Ma2022-04-261-1/+1
* mctp: Avoid warning if unregister notifies twiceMatt Johnston2022-02-251-4/+4
* mctp: Fix warnings reported by clang-analyzerMatt Johnston2022-02-231-1/+1
* mctp: make __mctp_dev_get() take a refcount holdMatt Johnston2022-02-231-3/+18
* mctp: replace mctp_address_ok with more fine-grained helpersJeremy Kerr2022-02-181-1/+1
* net: don't include ndisc.h from ipv6.hJakub Kicinski2022-02-041-0/+1
* mctp: emit RTM_NEWADDR and RTM_DELADDRMatt Johnston2021-12-201-5/+48
* mctp: Pass flow data & flow release events to driversJeremy Kerr2021-10-291-0/+51
* mctp: Warn if pointer is set for a wrong dev typeMatt Johnston2021-09-291-7/+24
* mctp: Add refcounts to mctp_devJeremy Kerr2021-09-291-9/+16
* mctp: Allow MCTP on tun devicesMatt Johnston2021-09-291-2/+5
* mctp: Allow per-netns default networksMatt Johnston2021-07-291-1/+1
* mctp: Add neighbour implementationMatt Johnston2021-07-291-0/+1
* mctp: Add initial routing frameworkJeremy Kerr2021-07-291-0/+8
* mctp: Add device handling and netlink interfaceJeremy Kerr2021-07-291-0/+414