summaryrefslogtreecommitdiff
path: root/src/network/networkd-route.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-13sd-netlink: rename from sd-rtnlTom Gundersen1-26/+26
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-3/+0
2015-02-09networkd: support route scopesTom Gundersen1-0/+41
2014-12-08networkd: route - ignore unknown address familyTom Gundersen1-1/+7
2014-12-04networkd: add support for source routingTom Gundersen1-9/+40
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt1-72/+36
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-18/+18
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-18/+18
2014-11-27networkd: route - allow routes without a gatewayGavin Li1-14/+18
2014-09-08networkd: add preferred source to dhcp4 gateway routeEmil Renner Berthing1-0/+22
2014-08-12networkd: split out networkd-link.hTom Gundersen1-0/+1
2014-08-11networkd: monopolize in_addr utility functions in shared/in-addr-util.hLennart Poettering1-19/+19
2014-07-28networkd: route/address - use trivial hash functionsTom Gundersen1-5/+5
2014-07-23networkd: set route protocolDan Williams1-3/+7
2014-07-15networkd: remove unused variableThomas Hindoe Paaboel Andersen1-1/+0
2014-07-14networkd: make metric of routes configurableSusant Sahani1-0/+36
2014-07-03networkd: netdev - take ref immediately after calling outTom Gundersen1-0/+4
2014-05-16networkd: rename Address and Route list fieldsTom Gundersen1-2/+2
2014-03-21libsystemd-network: move network-utils from src/sharedTom Gundersen1-1/+1
2014-03-03sd-network: IPv4 link-local support [v2]Umut Tezduyar Lindskog1-0/+85
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering1-2/+2
2014-02-18sd-rtnl-message: store reference to the bus in the messageTom Gundersen1-1/+2
2014-02-13rtnl: rename constructors from the form sd_rtnl_xxx_yyy_new() to sd_rtnl_xxx_...Lennart Poettering1-1/+1
2014-02-13rtnl: drop "sd_" prefix from cleanup macrosLennart Poettering1-1/+1
2014-01-30net-util: verify the address familyTom Gundersen1-2/+6
2014-01-05networkd: refuse to use .network files with missing Address/Gateway keyTom Gundersen1-2/+2
2014-01-01networkd: distinguish between static and dynamic addresses/routesTom Gundersen1-8/+23
2013-12-17networkd: add support for Route sectionsTom Gundersen1-17/+30
2013-12-16rtnl: replace message_append by typesafe versionsTom Gundersen1-6/+14
2013-12-16rtnl: simplify route_new()Tom Gundersen1-3/+7
2013-11-28networkd: fix several Address entries in [Network] sectionTom Gundersen1-0/+6
2013-11-26networkd: minor fixesTom Gundersen1-2/+0
2013-11-25networkd: add support for [Address] sectionsTom Gundersen1-5/+97
2013-11-25conf-parser: distinguish between multiple sections with the same nameTom Gundersen1-0/+1
2013-11-17networkd: make all calls asyncTom Gundersen1-5/+7
2013-11-13rtnl: rename rtnl_bus_send_with_reply_and_block() to rtnl_bus_call()Tom Gundersen1-1/+1
2013-11-09networkd: add a basic network daemonTom Gundersen1-0/+129