summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* network: add missing entries in routing_policy_rule_{hash,compare}_func()Yu Watanabe2019-06-194-141/+105
* Merge pull request #12805 from yuwata/test-network-cleanupsZbigniew Jędrzejewski-Szmek2019-06-182-3/+4
|\
| * network: do not configure routing policy rule if it is already configuredYu Watanabe2019-06-181-2/+3
| * network: make routing_policy_rule_get() require ManagerYu Watanabe2019-06-181-1/+1
* | udev: introduce NAMING_STABLE_VIRTUAL_MACS (retroactively)Zbigniew Jędrzejewski-Szmek2019-06-171-1/+1
|/
* network: read link specific sysctl valueYu Watanabe2019-06-158-29/+27
* Merge pull request #12794 from yuwata/network-configure-without-carrierZbigniew Jędrzejewski-Szmek2019-06-151-14/+17
|\
| * network: skip to check dynamic addresses when ConfigureWithoutCarrier=yesYu Watanabe2019-06-141-14/+17
* | networkctl: fix use of uninitialized valueYu Watanabe2019-06-131-1/+1
|/
* network: ignore requested ipv6 fdb entry when ipv6 is disabled by sysctlYu Watanabe2019-06-121-1/+6
* network: ignore requested ipv6 routing policy rule when ipv6 is disabled by s...Yu Watanabe2019-06-122-3/+8
* network: ignore requested ipv6 route when ipv6 is disabled by sysctlYu Watanabe2019-06-123-9/+14
* network: ignore requested ipv6 addresses when ipv6 is disabled by sysctlYu Watanabe2019-06-123-5/+10
* network: assign new DHCP address before removing old lease addressYu Watanabe2019-06-073-24/+126
* network: ignore callback calls when link is in failed stateYu Watanabe2019-06-071-2/+11
* network: drop unnecessary link_enter_failed() callsYu Watanabe2019-06-071-10/+4
* network: check earlier the existence of lifetime in leaseYu Watanabe2019-06-071-6/+6
* network: make all failures in route configuration fatalYu Watanabe2019-06-071-8/+9
* Merge pull request #12738 from yuwata/network-routing-policy-cleanupZbigniew Jędrzejewski-Szmek2019-06-063-10/+10
|\
| * network: check stored object is euivalent to what we want to removeYu Watanabe2019-06-061-2/+4
| * network: remove unused argument in routing_policy_rule_configure()Yu Watanabe2019-06-043-3/+3
| * network: fix double free on error pathYu Watanabe2019-06-041-5/+3
* | network: make KeepConfiguration=static drop DHCP addresses and routesYu Watanabe2019-06-061-1/+42
* | network: add KeepConfiguration=dhcp-on-stopYu Watanabe2019-06-065-17/+23
* | networkd: add support to keep configurationSusant Sahani2019-06-065-7/+52
* | Merge pull request #12733 from keszybz/sd-bus-error-reportingZbigniew Jędrzejewski-Szmek2019-06-041-3/+5
|\ \ | |/ |/|
| * networkctl: log quietly if we fail to get bit ratesZbigniew Jędrzejewski-Szmek2019-06-041-3/+5
* | network: fix UBSAN issueYu Watanabe2019-06-041-1/+1
* | networkctl: re-cast value stored in Set with INT_TO_PTR()Yu Watanabe2019-06-041-2/+3
|/
* networkctl: drop unnecessary use of table_add_cell_full()Yu Watanabe2019-06-031-39/+41
* networkctl: show link bit ratesYu Watanabe2019-06-011-6/+117
* network: monitor link bit ratesYu Watanabe2019-06-0110-8/+226
* networkctl: optionally show link statisticsYu Watanabe2019-06-011-3/+62
* networkctl: shorten Minimum/Maximum to min/maxZbigniew Jędrzejewski-Szmek2019-06-011-2/+2
* networkctl: do not show zero maximum MTUYu Watanabe2019-05-311-12/+18
* Merge pull request #12705 from keszybz/varlink-json-fix-and-two-cleanupsYu Watanabe2019-05-312-8/+7
|\
| * networkd: shorter two error statements a bitZbigniew Jędrzejewski-Szmek2019-05-301-7/+5
| * networkd: rewrite condition to make it easier to understandZbigniew Jędrzejewski-Szmek2019-05-301-1/+2
* | networkctl: fix memleakYu Watanabe2019-05-301-2/+2
|/
* tree-wide: replace if_indextoname() with format_ifname()Yu Watanabe2019-05-291-6/+8
* networkctl: use Table for 'lldp' commandYu Watanabe2019-05-291-15/+43
* networkctl: use Table for 'label' commandYu Watanabe2019-05-291-3/+25
* networkctl: use Table for 'status' commandYu Watanabe2019-05-291-131/+323
* networkctl: use Table for 'list' commandYu Watanabe2019-05-291-11/+51
* networkctl: use parse_ifindex_or_ifname()Yu Watanabe2019-05-291-6/+3
* networkctl: add support to delete virtual netdevsSusant Sahani2019-05-291-0/+61
* Merge pull request #12635 from yuwata/nlmon-supportYu Watanabe2019-05-2920-3/+76
|\
| * network: add nlmon supportYu Watanabe2019-05-286-2/+47
| * network: add NetDevVTable::generate_mac flagYu Watanabe2019-05-2816-1/+29
* | network: do not send DHCPRELEASE when CriticalConnection= is enabledYu Watanabe2019-05-281-2/+15