summaryrefslogtreecommitdiff
path: root/src/network/networkd-network.c
AgeCommit message (Expand)Author
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-09-08networkd: allow specification of DHCP route metricAngus Gibson
2014-08-19networkd: fix use-after-freeTom Gundersen
2014-08-15networkd: print nice warnings if people configure invalid domain namesLennart Poettering
2014-08-15networkd: fix minor memory leakLennart Poettering
2014-08-15networkd: remove "*" from domains listLennart Poettering
2014-08-15sd-network: add support for wildcard domainsTom Gundersen
2014-08-15networkd: add support for Domains= to .network filesTom Gundersen
2014-08-15networkd: don't respect domainname from DHCP by defaultTom Gundersen
2014-08-12networkd: disable ipv4ll default routes by defaultTom Gundersen
2014-08-12networkd: split out networkd-link.hTom Gundersen
2014-08-04networkd: add and expose per-link LLMNR config optionTom Gundersen
2014-07-28networkd: route/address - use trivial hash functionsTom Gundersen
2014-07-28networkd: unify handling of stacked netdevsTom Gundersen
2014-07-25networkd: ipv4ll - default to setting up ipv4ll routesTom Gundersen
2014-07-23networkd: merge DNS and NTP entries when exportingTom Gundersen
2014-07-21networkd: netdev - split NetDev struct into per-kind structsTom Gundersen
2014-07-16Be more careful when checking for empty filesZbigniew Jędrzejewski-Szmek
2014-07-16Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek
2014-07-15Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek
2014-07-14networkd: netdev - introduce vtable for netdev kindsTom Gundersen
2014-07-14networkd: dhcp add vendor class indentifier option 60Susant Sahani
2014-07-04networkd: accept section DHCP in systemd.network filesSteven Noonan
2014-07-01networkd: send hostname to dhcp serverEugene Yakubovich
2014-06-29Add support for DHCP static route optionsEugene Yakubovich
2014-06-16networkd: unref tunnelSusant Sahani
2014-06-16networkd: introduce vxlanSusant Sahani
2014-06-13networkd: link - left-align debug messagesTom Gundersen
2014-06-02networkd: introduce vti tunnelSusant Sahani
2014-05-19networkd/sd-network: expose statically configured NTP serversTom Gundersen
2014-05-19resolved: add daemon to manage resolv.confTom Gundersen
2014-05-16networkd: network - store DNS servers in List rather than SetTom Gundersen
2014-05-16networkd: rename Address and Route list fieldsTom Gundersen
2014-05-15networkd: logging - align messagesTom Gundersen
2014-05-15networkd: rename NetDev variable for consistency with LinkTom Gundersen
2014-05-12networkd: introduce ipip tunnelSusant Sahani
2014-05-10networkd: network - fix leakTom Gundersen
2014-05-09networkd: network - do reference counting on netdevsTom Gundersen
2014-05-09networkd: network - merge all netdev parsing into one functionTom Gundersen
2014-04-19network: implement masking of .link, .network and .netdev filesTom Gundersen
2014-04-19networkd: tie links to rtnl rather than udevTom Gundersen
2014-04-05Fix a few return codes in error pathsZbigniew Jędrzejewski-Szmek
2014-03-24networkd: fix a couple of memory leaksLennart Poettering
2014-03-21libsystemd-network: move network-utils from src/sharedTom Gundersen
2014-03-14networkd: allow more than one static DNS serverTom Gundersen
2014-03-09network: link - simplify code a bit and remove some debug loggingTom Gundersen
2014-02-25networkd: add basic support for MACVLANsTom Gundersen
2014-02-21net-util: match on the driver as exposed by ethtool if DRIVER not setTom Gundersen