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