summaryrefslogtreecommitdiff
path: root/src/network/networkd-netdev-ipvlan.c
AgeCommit message (Collapse)Author
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
This should be handled fine now by .dir-locals.el, so need to carry that stuff in every file.
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-25ipvlan: fix assertSusant Sahani
2015-06-13sd-netlink: rename from sd-rtnlTom Gundersen
2015-06-11networkd: improve loggingSusant Sahani
Replace strerror() usage with log_netdev_error_errno()
2015-02-23remove unused includesThomas 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.
2015-01-19networkd: netdev - add ipvlan supportTom Gundersen