summaryrefslogtreecommitdiffstats
path: root/net/mctp/device.c
AgeCommit message (Expand)AuthorLines
2022-04-26mctp: defer the kfree of object mdev->addrsLin Ma-1/+1
2022-02-25mctp: Avoid warning if unregister notifies twiceMatt Johnston-4/+4
2022-02-23mctp: Fix warnings reported by clang-analyzerMatt Johnston-1/+1
2022-02-23mctp: make __mctp_dev_get() take a refcount holdMatt Johnston-3/+18
2022-02-18mctp: replace mctp_address_ok with more fine-grained helpersJeremy Kerr-1/+1
2022-02-04net: don't include ndisc.h from ipv6.hJakub Kicinski-0/+1
2021-12-20mctp: emit RTM_NEWADDR and RTM_DELADDRMatt Johnston-5/+48
2021-10-29mctp: Pass flow data & flow release events to driversJeremy Kerr-0/+51
2021-09-29mctp: Warn if pointer is set for a wrong dev typeMatt Johnston-7/+24
2021-09-29mctp: Add refcounts to mctp_devJeremy Kerr-9/+16
2021-09-29mctp: Allow MCTP on tun devicesMatt Johnston-2/+5
2021-07-29mctp: Allow per-netns default networksMatt Johnston-1/+1
2021-07-29mctp: Add neighbour implementationMatt Johnston-0/+1
2021-07-29mctp: Add initial routing frameworkJeremy Kerr-0/+8
2021-07-29mctp: Add device handling and netlink interfaceJeremy Kerr-0/+414