Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack | |
This should be handled fine now by .dir-locals.el, so need to carry that stuff in every file. | |||
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen | |
This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use. | |||
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. |