Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-27 | log: rearrange log function naming | Lennart Poettering | |
- 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. | |||
2014-07-21 | networkd: netdev - split NetDev struct into per-kind structs | Tom Gundersen | |
Similarly to how unit types work. | |||
2014-07-17 | networkd: fix colud typo | Zbigniew Jędrzejewski-Szmek | |
sztanpet> if your already there, might fixing "Colud" to Could in 53af3b7 | |||
2014-07-14 | networkd: netdev - introduce vtable for netdev kinds | Tom Gundersen | |
Split each netdev kind into its own .h/.c. |