summaryrefslogtreecommitdiff
path: root/src/network/networkd-route.c
Commit message (Expand)AuthorAgeFilesLines
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-3/+0
* networkd: support route scopesTom Gundersen2015-02-091-0/+41
* networkd: route - ignore unknown address familyTom Gundersen2014-12-081-1/+7
* networkd: add support for source routingTom Gundersen2014-12-041-9/+40
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-72/+36
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-18/+18
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-18/+18
* networkd: route - allow routes without a gatewayGavin Li2014-11-271-14/+18
* networkd: add preferred source to dhcp4 gateway routeEmil Renner Berthing2014-09-081-0/+22
* networkd: split out networkd-link.hTom Gundersen2014-08-121-0/+1
* networkd: monopolize in_addr utility functions in shared/in-addr-util.hLennart Poettering2014-08-111-19/+19
* networkd: route/address - use trivial hash functionsTom Gundersen2014-07-281-5/+5
* networkd: set route protocolDan Williams2014-07-231-3/+7
* networkd: remove unused variableThomas Hindoe Paaboel Andersen2014-07-151-1/+0
* networkd: make metric of routes configurableSusant Sahani2014-07-141-0/+36
* networkd: netdev - take ref immediately after calling outTom Gundersen2014-07-031-0/+4
* networkd: rename Address and Route list fieldsTom Gundersen2014-05-161-2/+2
* libsystemd-network: move network-utils from src/sharedTom Gundersen2014-03-211-1/+1
* sd-network: IPv4 link-local support [v2]Umut Tezduyar Lindskog2014-03-031-0/+85
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-2/+2
* sd-rtnl-message: store reference to the bus in the messageTom Gundersen2014-02-181-1/+2
* rtnl: rename constructors from the form sd_rtnl_xxx_yyy_new() to sd_rtnl_xxx_...Lennart Poettering2014-02-131-1/+1
* rtnl: drop "sd_" prefix from cleanup macrosLennart Poettering2014-02-131-1/+1
* net-util: verify the address familyTom Gundersen2014-01-301-2/+6
* networkd: refuse to use .network files with missing Address/Gateway keyTom Gundersen2014-01-051-2/+2
* networkd: distinguish between static and dynamic addresses/routesTom Gundersen2014-01-011-8/+23
* networkd: add support for Route sectionsTom Gundersen2013-12-171-17/+30
* rtnl: replace message_append by typesafe versionsTom Gundersen2013-12-161-6/+14
* rtnl: simplify route_new()Tom Gundersen2013-12-161-3/+7
* networkd: fix several Address entries in [Network] sectionTom Gundersen2013-11-281-0/+6
* networkd: minor fixesTom Gundersen2013-11-261-2/+0
* networkd: add support for [Address] sectionsTom Gundersen2013-11-251-5/+97
* conf-parser: distinguish between multiple sections with the same nameTom Gundersen2013-11-251-0/+1
* networkd: make all calls asyncTom Gundersen2013-11-171-5/+7
* rtnl: rename rtnl_bus_send_with_reply_and_block() to rtnl_bus_call()Tom Gundersen2013-11-131-1/+1
* networkd: add a basic network daemonTom Gundersen2013-11-091-0/+129