summaryrefslogtreecommitdiff
path: root/src/network/networkd-link.c
AgeCommit message (Expand)Author
2014-08-13sd-network: rename state INITALIZING to PENDING and expose as any other stateTom Gundersen
2014-08-12sd-network: split the operstate 'unknown' into 'down' and 'up'Tom Gundersen
2014-08-12networkd: link - split out dhcp4 handlingTom Gundersen
2014-08-12networkd: link - fix IN_SET usageTom Gundersen
2014-08-12networkd: link - split out ipv4ll handlingTom Gundersen
2014-08-12networkd: link - make check for whether addresses/routes are being configured...Tom Gundersen
2014-08-12networkd: split out networkd-link.hTom Gundersen
2014-08-12networkd: update manager_save() to use fflush_and_check() to simplify things ...Lennart Poettering
2014-08-12networkd: fix buildLennart Poettering
2014-08-11networkd: monopolize in_addr utility functions in shared/in-addr-util.hLennart Poettering
2014-08-04sd-dhcp-server: always send out ROUTER and SUBNET_MASKTom Gundersen
2014-08-04networkd: add and expose per-link LLMNR config optionTom Gundersen
2014-08-01networkd: track the MTU of each linkTom Gundersen
2014-08-01Revert "networkd: don't assume udev_device_new_from_device_id sets errno"Tom Gundersen
2014-07-30networkd: don't assume udev_device_new_from_device_id sets errnoTom Gundersen
2014-07-30networkd: improve error message when udev device can not be foundTom Gundersen
2014-07-30networkd: ipv4ll - configure link-local address independently of DHCPv4Tom Gundersen
2014-07-30resolved: when answer A or AAAA questions, order responses by whether address...Lennart Poettering
2014-07-29networkd: fix reporting errors from hostnamedMichael Marineau
2014-07-28networkd: unify handling of stacked netdevsTom Gundersen
2014-07-28networkd: store ifindex as intTom Gundersen
2014-07-28sd-dhcp-client: drop event DHCP_EVENT_NO_LEASETom Gundersen
2014-07-25networkd: ipv4ll - drop unnecessary get_address()Tom Gundersen
2014-07-23networkd: merge DNS and NTP entries when exportingTom Gundersen
2014-07-23networkd: set route protocolDan Williams
2014-07-21networkd: netdev - split NetDev struct into per-kind structsTom Gundersen
2014-07-18sd-rtnl: make string returned by sd_rtnl_message_read_string() constLennart Poettering
2014-07-17sd-network: fixup apiTom Gundersen
2014-07-17sd-network: remove redundant array size parameter from functions that return ...Lennart Poettering
2014-07-15sd-dhcp-client: make request broadcasts opt-inTom Gundersen
2014-07-14networkd: link - fix memory leakTom Gundersen
2014-07-14networkd: netdev - introduce vtable for netdev kindsTom Gundersen
2014-07-14networkd: netdev - rename 'enslave' to 'join'Tom Gundersen
2014-07-14networkd: dhcp add vendor class indentifier option 60Susant Sahani
2014-07-14networkd: return 1 from successful event handlersTom Gundersen
2014-07-10networkd: always prefer dhcp routes over ipv4ll routesLennart Poettering
2014-07-03networkd: properly track addresses when first addedTom Gundersen
2014-07-03networkd: link - improve link tracking loggingTom Gundersen
2014-07-03networkd: netdev - take ref immediately after calling outTom Gundersen
2014-07-02util: generalize is_localhost() and use it everywhere where applicableLennart Poettering
2014-07-01networkd: send hostname to dhcp serverEugene Yakubovich
2014-07-01networkd: link - don't fail if master netdev already existsTom Gundersen
2014-07-01networkd: link - ignore missing MAC addressTom Gundersen
2014-07-01networkd: link - drop assert from _free()Tom Gundersen
2014-07-01networkd: link - improve refcountingTom Gundersen
2014-06-30networkd: dhcp - use same metric for all DHCP-related routesTom Gundersen
2014-06-29networkd: dhcp - update the lifetime of an existing addressTom Gundersen
2014-06-29networkd: improve DHCP error loggingTom Gundersen
2014-06-29networkd: set static addresses immediatelyTom Gundersen
2014-06-29Add support for DHCP static route optionsEugene Yakubovich