summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \
| * | network: do not configure routes when dropping addressesYu Watanabe2019-07-172-0/+10
* | | Merge pull request #13076 from keszybz/pr/13062Zbigniew Jędrzejewski-Szmek2019-07-161-10/+10
|\ \ \ | |/ / |/| |
| * | tree-wide: use lowercase table headersZbigniew Jędrzejewski-Szmek2019-07-161-10/+10
* | | Merge pull request #12925 from yuwata/network-generatorLennart Poettering2019-07-165-0/+1998
|\ \ \ | |_|/ |/| |
| * | test: add simple tests for network-generatorYu Watanabe2019-07-142-0/+444
| * | network-generator: introduce new tool systemd-network-generatorYu Watanabe2019-07-144-0/+1554
* | | wait-online: change log levelYu Watanabe2019-07-161-1/+1
* | | Merge pull request #13058 from yuwata/network-enter-failedYu Watanabe2019-07-169-73/+133
|\ \ \
| * | | network: make link enter failed state when a configuration failsYu Watanabe2019-07-159-73/+133
| | |/ | |/|
* | | tree-wide: drop duplicated blank linesYu Watanabe2019-07-152-2/+0
|/ /
* | Merge pull request #13054 from yuwata/network-dhcp-use-domains-8174Yu Watanabe2019-07-152-4/+14
|\ \
| * | network: honor IPv6AcceptRA.UseDomains= settingYu Watanabe2019-07-141-4/+8
| * | network:dhcp4: request domain search list if UseDomains=yesYu Watanabe2019-07-141-0/+6
* | | network: show known route protocol name nicely in debugging logsYu Watanabe2019-07-152-3/+28
|/ /
* | network: do not change to configuring state needlesslyYu Watanabe2019-07-141-9/+14
|/
* tree-wide: some more [static] related fixesLennart Poettering2019-07-121-0/+2
* network: also show route protocol in debugging logsYu Watanabe2019-07-123-7/+27
* network: use string table for route protocolYu Watanabe2019-07-121-6/+11
* network: use string table to parse route table or scopeYu Watanabe2019-07-121-14/+15
* network: show route scope, table, and type in debugging logsYu Watanabe2019-07-123-4/+86
* network: update log messageYu Watanabe2019-07-121-9/+9
* network: make Route.Type= support local, broadcast, anycast, multicast, nat, ...Yu Watanabe2019-07-122-0/+24
* network: use string table to parse route typeYu Watanabe2019-07-122-13/+21
* Merge pull request #12971 from yuwata/network-reassign-static-routesYu Watanabe2019-07-123-17/+45
|\
| * network: re-assign static routes when dynamic address is updatedYu Watanabe2019-07-112-0/+4
| * network: process address reply messageYu Watanabe2019-07-113-9/+33
| * network: rework route_scope_from_address()Yu Watanabe2019-07-111-2/+2
| * network: route_configure() do nothing when it returns 0Yu Watanabe2019-07-111-6/+6
* | network: fdb: use ether_addr_from_string()Yu Watanabe2019-07-111-11/+3
* | network: fdb: do not allocate separated memory for lladdrYu Watanabe2019-07-112-16/+8
* | network: drop invalid [Neighbor] section earlierYu Watanabe2019-07-113-6/+22
* | network: rename Neighbor.MACAddress= to Neighbor.LinkLayerAddress=Yu Watanabe2019-07-113-29/+90
* | network: NDA_LLADDR attribute can also take struct in_addrYu Watanabe2019-07-113-3/+3
|/
* Merge pull request #13018 from yuwata/network-tunnel-follow-up-13016Lennart Poettering2019-07-111-20/+12
|\
| * network: ip6tnl and vti6 does not support the case both Local= and Remote= ar...Yu Watanabe2019-07-111-20/+12
* | Merge pull request #13006 from yuwata/network-split-dhcp-12917Lennart Poettering2019-07-116-32/+132
|\ \ | |/ |/|
| * network: rename [DHCP] section to [DHCPv4]Yu Watanabe2019-07-103-33/+121
| * networkd: DHCPv6 - separate DHCPv6 options from DHCPv4 optionsSusant Sahani2019-07-104-4/+16
* | network: add AssignToLoopback= setting to [Tunnel] sectionYu Watanabe2019-07-113-10/+12
* | network: simplify the condition about xfrmYu Watanabe2019-07-111-10/+3
* | network: support gre tunnel or friends with Local=any Remote=anyYu Watanabe2019-07-111-8/+14
* | Merge pull request #12926 from keszybz/urlify-logsLennart Poettering2019-07-111-2/+2
|\ \
| * | tree-wide: use PROJECT_FILE instead of __FILE__Zbigniew Jędrzejewski-Szmek2019-07-041-2/+2
* | | Merge pull request #12965 from keszybz/auto-eraseLennart Poettering2019-07-102-26/+15
|\ \ \
| * | | Use _cleanup(free_and_erasep) where appropriateZbigniew Jędrzejewski-Szmek2019-07-102-26/+15
* | | | Merge pull request #13005 from keszybz/fix-gcc-warningLennart Poettering2019-07-101-2/+3
|\ \ \ \