summaryrefslogtreecommitdiff
path: root/src/network/networkd-netdev-vlan.c
Commit message (Collapse)AuthorAge
* log: rearrange log function namingLennart Poettering2014-11-27
| | | | | | | | | | - Rename log_meta() → log_internal(), to follow naming scheme of most other log functions that are usually invoked through macros, but never directly. - Rename log_info_object() to log_object_info(), simply because the object should be before any other parameters, to follow OO-style programming style.
* networkd: netdev - split NetDev struct into per-kind structsTom Gundersen2014-07-21
| | | | Similarly to how unit types work.
* networkd: fix colud typoZbigniew Jędrzejewski-Szmek2014-07-17
| | | | sztanpet> if your already there, might fixing "Colud" to Could in 53af3b7
* networkd: netdev - introduce vtable for netdev kindsTom Gundersen2014-07-14
Split each netdev kind into its own .h/.c.