summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
...
* | | | network: Do not disable IPv6 by writing to sysctlSusant Sahani2019-08-221-12/+13
|/ / /
* | | Merge pull request #13235 from yuwata/network-routing-policy-rule-family-13233Zbigniew Jędrzejewski-Szmek2019-08-1913-78/+217
|\ \ \
| * | | network: add RoutingPolicyRule.Family= settingYu Watanabe2019-08-165-2/+90
| * | | network: split out copying logic from routing_policy_rule_add_internal()Yu Watanabe2019-08-161-29/+42
| * | | network: rename AddressFamilyBoolean -> AddressFamilyYu Watanabe2019-08-1610-37/+37
| * | | network: add missing entry in serialization/deserializationYu Watanabe2019-08-162-7/+17
| * | | network: serialize/deserialize address familyYu Watanabe2019-08-162-8/+23
| * | | network: refuse the case To= and From= are in different address familyYu Watanabe2019-08-163-3/+16
* | | | Merge pull request #13345 from yuwata/network-fix-preferred-lifetime-zero-13341Zbigniew Jędrzejewski-Szmek2019-08-191-4/+1
|\ \ \ \
| * | | | network: do not check deprecated flag in address_is_ready()Yu Watanabe2019-08-191-4/+1
| |/ / /
* | | | Revert "shared/conf-parser,networkd: EXTRACT_UNQUOTE|EXTRACT_RETAIN_ESCAPE â†...Zbigniew JÄ™drzejewski-Szmek2019-08-191-1/+1
|/ / /
* | | networkctl: avoid outputting '(null)' for LLDP ports without descriptionLennart Poettering2019-08-161-1/+1
* | | Merge pull request #13302 from yuwata/network-set-put-fixesLennart Poettering2019-08-145-3/+21
|\ \ \
| * | | network: add missing link_ref()Yu Watanabe2019-08-112-0/+6
| * | | network: fix potential memleaks related to set_put()Yu Watanabe2019-08-114-3/+15
* | | | networkd: Keep track of static neighborsWilliam A. Kennington III2019-08-127-9/+500
|/ / /
* | | networkd: Routes should take the gateway into accountWilliam A. Kennington III2019-08-075-17/+28
* | | Merge pull request #13189 from yuwata/network-initrd-generator-unitZbigniew Jędrzejewski-Szmek2019-07-301-4/+4
|\ \ \
| * | | network-generator: rename generated unit filesYu Watanabe2019-07-301-4/+4
* | | | networkctl: TABLE_BPS requires uint64_tYu Watanabe2019-07-301-1/+1
* | | | networkctl : Add support to display vxlan propertiesSusant Sahani2019-07-301-0/+89
* | | | networkctl: Add support to display bridge propertiesSusant Sahani2019-07-301-1/+81
* | | | networkctl: merge multiple table_add_cell() by using table_add_many()Yu Watanabe2019-07-291-198/+106
|/ / /
* | | network: slightly update log messageYu Watanabe2019-07-261-2/+2
* | | network: rename IGMPVersion= -> MulticastIGMPVersion=Yu Watanabe2019-07-261-1/+1
* | | network: drop redundant Link::kind checkYu Watanabe2019-07-251-14/+7
* | | network: drop recently added settings from deprecated [DHCP] sectionYu Watanabe2019-07-251-3/+0
* | | networkd: bridge add support to set IGMP versionSusant Sahani2019-07-253-0/+53
* | | Merge pull request #13166 from yuwata/network-slcan-supportYu Watanabe2019-07-255-7/+25
|\ \ \
| * | | network: support slcanYu Watanabe2019-07-241-7/+20
| * | | tree-wide: drop netinet/ether.h from socket-util.h and sd-netlink.hYu Watanabe2019-07-245-0/+5
* | | | network: fix DHCP route rumber parsing.Susant Sahani2019-07-241-1/+2
|/ / /
* | | network: do not touch kernel-created multicast routeYu Watanabe2019-07-231-0/+9
| |/ |/|
* | Merge pull request #13070 from yuwata/network-set-route-to-dhcp-dnsZbigniew Jędrzejewski-Szmek2019-07-197-63/+261
|\ \
| * | network: add DHCPv4.RoutesToDNS= settingYu Watanabe2019-07-193-2/+6
| * | network: set routes to dns servers provided by DHCPv4Yu Watanabe2019-07-191-1/+95
| * | network: store routes provided by DHCPv4 in SetYu Watanabe2019-07-193-62/+63
| * | network: introduce route_full_hash_opsYu Watanabe2019-07-192-0/+99
| |/
* | network: Added neighbor lladdr support for IPv618482019-07-192-21/+13
|/
* network: update state file after dhcp6 eventsYu Watanabe2019-07-171-0/+2
* network: fix use after free()Yu Watanabe2019-07-171-1/+1
* network: drop unnecessary line breaksYu Watanabe2019-07-171-2/+0
* network: drop fallback mechanism to assign DHCPv6 addresses with IFA_F_NOPREF...Yu Watanabe2019-07-173-14/+1
* Merge pull request #13092 from keszybz/coverity-fixesLennart Poettering2019-07-171-1/+8
|\
| * test-networkd-conf: add missing assertZbigniew Jędrzejewski-Szmek2019-07-171-1/+8
* | network: implement DBus methods to set DNS related propertiesYu Watanabe2019-07-1710-56/+865
* | network: introduce GetLinkByName and GetLinkByIndex bus methodsYu Watanabe2019-07-172-0/+79
* | network: implement ListLinks DBus methodYu Watanabe2019-07-172-0/+46
* | network: move manager dbus prototypes to networkd-manager-bus.hYu Watanabe2019-07-175-3/+13
* | Merge pull request #13069 from yuwata/network-do-not-set-routes-when-carrier-...Yu Watanabe2019-07-172-0/+10
|\ \