summaryrefslogtreecommitdiff
path: root/src/network/networkd-netdev-macvlan.c
Commit message (Collapse)AuthorAgeFilesLines
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-1/+2
|
* networkd: add support for macvtapSusant Sahani2015-07-271-3/+23
| | | | | | This patch add support for macvtap. see http://virt.kernelnewbies.org/MacVTap
* sd-netlink: rename from sd-rtnlTom Gundersen2015-06-131-2/+2
|
* networkd: macvlan improve loggingSusant Sahani2015-06-111-7/+3
| | | | Replace strerror() usage with log_netdev_error_errno()
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
| | | | | | 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.
* log: rearrange log function namingLennart Poettering2014-11-271-1/+1
| | | | | | | | | | - 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-211-71/+17
| | | | Similarly to how unit types work.
* networkd: fix colud typoZbigniew Jędrzejewski-Szmek2014-07-171-1/+1
| | | | sztanpet> if your already there, might fixing "Colud" to Could in 53af3b7
* networkd: netdev - introduce vtable for netdev kindsTom Gundersen2014-07-141-0/+130
Split each netdev kind into its own .h/.c.