summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11232 from yuwata/fix-9130-alternativeYu Watanabe2019-01-081-20/+14
|\
| * network: always check link is ready when address is updatedYu Watanabe2018-12-231-10/+9
| * network: decrease and fix indentationYu Watanabe2018-12-221-10/+5
* | Merge pull request #11250 from yuwata/dhcp-coding-style-fixesZbigniew Jędrzejewski-Szmek2019-01-031-1/+1
|\ \
| * | network: fix indentationYu Watanabe2018-12-231-1/+1
| |/
* | network: set *_configured flags to false before requesting addresses or freindsYu Watanabe2019-01-021-2/+13
* | network: rename link_set_routing_policy_rule() to link_request_set_routing_po...Yu Watanabe2019-01-021-2/+2
* | network: do not ignore errors on link_request_set_neighbors() and link_set_ro...Yu Watanabe2019-01-021-3/+7
* | Do not start server if it is already runnning (#11245)rogerjames992018-12-281-7/+8
|/
* networkd: permit DNS "DefaultRoute" configuration in .network filesLennart Poettering2018-12-214-4/+10
* networkd: small simplificationLennart Poettering2018-12-211-8/+4
* Merge pull request #11167 from yuwata/sd-resolve-typesafeLennart Poettering2018-12-171-32/+20
|\
| * netdev: use typesafe resolve_getaddrinfo() in wireguard.cYu Watanabe2018-12-171-27/+15
| * netdev: sort headersYu Watanabe2018-12-171-5/+5
* | Merge pull request #11142 from ssahani/bond-dynamic-tlbYu Watanabe2018-12-173-1/+11
|\ \ | |/ |/|
| * networkd: Bond - AllSlavesActive fix parserSusant Sahani2018-12-151-1/+1
| * netdev bond: add support to configure tlb_dynamic_lbSusant Sahani2018-12-153-0/+10
* | locale-util: prefix special glyph enum values with SPECIAL_GLYPH_Lennart Poettering2018-12-141-2/+2
|/
* tree-wide: Remove O_CLOEXEC from fdopenChris Down2018-12-121-3/+3
* network: fix handling of uninitialized and zero IAID settingThomas Haller2018-12-106-8/+49
* Merge pull request #10897 from keszybz/etc-fstab-parsingLennart Poettering2018-12-101-1/+1
|\
| * resolve: reject host names with leading or trailing dashes in /etc/hostsZbigniew Jędrzejewski-Szmek2018-12-101-1/+1
* | networkd: Static neighbor supportWilliam A. Kennington III2018-12-108-0/+325
* | networkd: Use only a generic CONFIGURING stateWilliam A. Kennington III2018-12-102-23/+18
* | networkd: Track address configurationWilliam A. Kennington III2018-12-102-2/+11
* | wait-online: define main through macroYu Watanabe2018-12-081-28/+21
* | network: define main through macroYu Watanabe2018-12-081-55/+31
* | Merge pull request #11063 from yuwata/update-missing-v3Yu Watanabe2018-12-064-2/+4
|\ \
| * | tree-wide: drop missing.h from headers and use relevant missing_*.hYu Watanabe2018-12-062-2/+2
| * | util: drop missing.h from socket-util.hYu Watanabe2018-12-062-0/+2
* | | Merge pull request #10988 from ssahani/IFLA_BRPORT_MCAST_TO_UCASTYu Watanabe2018-12-064-0/+9
|\ \ \
| * | | networkd: bridge add support to configure multicast_to_unicastSusant Sahani2018-12-034-0/+9
* | | | networkd: RPDB rule - add support to configure inverted rule.Susant Sahani2018-12-063-0/+49
| |/ / |/| |
* | | Merge pull request #11021 from ssahani/isatapYu Watanabe2018-12-053-0/+14
|\ \ \ | |_|/ |/| |
| * | networkd: Add support to configure ISATAP tunnelSusant Sahani2018-12-033-0/+14
* | | util: drop missing.h from util.hYu Watanabe2018-12-043-0/+3
| |/ |/|
* | Merge pull request #10920 from yuwata/hashmap-destructorLennart Poettering2018-12-036-67/+22
|\ \
| * | tree-wide: make hash_ops typesafeYu Watanabe2018-12-026-67/+22
* | | Merge pull request #10976 from yuwata/typesafe-netlink-callLennart Poettering2018-12-0323-243/+193
|\ \ \
| * | | network: use typesafe netlink_call_async() macro where applicableYu Watanabe2018-12-0223-158/+113
| * | | network: rename ndisc_route_handler() to ndisc_netlink_message_handler()Yu Watanabe2018-12-021-5/+5
| * | | network: add assertionsYu Watanabe2018-12-022-0/+2
| * | | network: use route_remove_handler() as the default callback of route_remove()Yu Watanabe2018-12-025-31/+27
| * | | network: use address_remove_handler() as the default callback of address_remo...Yu Watanabe2018-12-025-24/+24
| * | | network: set default callbacks for routing_policy_rule_configure() and routin...Yu Watanabe2018-12-023-7/+7
| * | | network: move address_label_handler() to networkd-address-label.cYu Watanabe2018-12-022-29/+30
| * | | network: simplify dhcp6_get_prefix_delegation()Yu Watanabe2018-12-021-7/+3
| |/ /
* | | network: drop unnecessary buffersYu Watanabe2018-12-032-66/+43
* | | Merge pull request #10992 from yuwata/follow-up-10948Lennart Poettering2018-12-033-11/+6
|\ \ \
| * | | network: make IPProtocol= also accept IP protocol numberYu Watanabe2018-12-021-7/+2