Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-03-18 | mctp: Avoid warning if unregister notifies twice | Matt Johnston | 1 | -4/+4 |
2022-03-18 | mctp: Fix warnings reported by clang-analyzer | Matt Johnston | 1 | -1/+1 |
2022-03-18 | mctp: make __mctp_dev_get() take a refcount hold | Matt Johnston | 1 | -3/+18 |
2022-03-18 | mctp: replace mctp_address_ok with more fine-grained helpers | Jeremy Kerr | 1 | -1/+1 |
2022-03-18 | mctp: emit RTM_NEWADDR and RTM_DELADDR | Matt Johnston | 1 | -5/+48 |
2022-03-18 | mctp: Pass flow data & flow release events to drivers | Jeremy Kerr | 1 | -0/+51 |
2022-03-18 | mctp: Warn if pointer is set for a wrong dev type | Matt Johnston | 1 | -7/+24 |
2022-03-18 | mctp: Add refcounts to mctp_dev | Jeremy Kerr | 1 | -9/+16 |
2022-03-18 | mctp: Allow MCTP on tun devices | Matt Johnston | 1 | -2/+5 |
2021-07-29 | mctp: Allow per-netns default networks | Matt Johnston | 1 | -1/+1 |
2021-07-29 | mctp: Add neighbour implementation | Matt Johnston | 1 | -0/+1 |
2021-07-29 | mctp: Add initial routing framework | Jeremy Kerr | 1 | -0/+8 |
2021-07-29 | mctp: Add device handling and netlink interface | Jeremy Kerr | 1 | -0/+414 |