summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21436 from yuwata/network-bus-introspectZbigniew Jędrzejewski-Szmek2021-11-1910-34/+58
|\
| * network: support --bus-introspect optionYu Watanabe2021-11-181-0/+10
| * network: use BusObjectImplementationYu Watanabe2021-11-189-34/+48
* | Merge pull request #21435 from yuwata/network-cleanups-for-alternative-namesYu Watanabe2021-11-191-1/+8
|\ \
| * | network: skip re-generating map from alternative names to linkYu Watanabe2021-11-181-0/+3
| * | network: do not clear map from alternative names to link when IFLA_PROP_LIST ...Yu Watanabe2021-11-181-1/+5
| |/
* / network: always try to reconfigure when carrier gainedYu Watanabe2021-11-191-1/+1
|/
* shared/json: use int64_t instead of intmax_tZbigniew Jędrzejewski-Szmek2021-11-182-3/+3
* network: accept all values provided by kernelYu Watanabe2021-11-171-13/+2
* shared: clean up mkdir.h/label.h situationLennart Poettering2021-11-161-1/+1
* network: tuntap: drop unnecessary minusYu Watanabe2021-11-161-5/+5
* network: address: explicitly mention that the address is localhostYu Watanabe2021-11-161-2/+2
* network: address: use route_scope_from_string()Yu Watanabe2021-11-161-13/+7
* Merge pull request #21344 from yuwata/network-ignore-carrier-loss-timespanYu Watanabe2021-11-166-26/+142
|\
| * network: make IgnoreCarrierLoss= also take timespanYu Watanabe2021-11-156-19/+134
| * network: do not recall link_handle_bound_by_list() or so when the interface i...Yu Watanabe2021-11-141-9/+10
* | Merge pull request #21235 from bacher09/slava/supress_ifgroupYu Watanabe2021-11-166-15/+103
|\ \
| * | network: Add SuppressInterfaceGroup= into routing policySlava Bacherikov2021-11-153-7/+90
| * | network: change link group type to int32Slava Bacherikov2021-11-153-8/+13
| |/
* | Merge pull request #21277 from yuwata/permanent-hw-addrLuca Boccassi2021-11-153-49/+64
|\ \
| * | networkctl: read permanent hardware address from netlink messageYu Watanabe2021-11-131-1/+2
| * | network: also logs iftype, kind, and permanent hardware addressYu Watanabe2021-11-131-1/+6
| * | network: read permanent hardware address from netlink messageYu Watanabe2021-11-131-3/+12
| * | ethtool-util: introduce ethtool_get_permanent_hw_addr()Yu Watanabe2021-11-133-28/+14
| * | networkctl: introduce dump_hw_address()Yu Watanabe2021-11-131-20/+34
* | | Merge pull request #21359 from yuwata/network-split-routeYu Watanabe2021-11-1511-400/+470
|\ \ \
| * | | network: include route or nexthop flags in the debug logsYu Watanabe2021-11-142-6/+8
| * | | network: introduce route_flags_to_string_alloc()Yu Watanabe2021-11-142-0/+28
| * | | network: split networkd-route.[ch]Yu Watanabe2021-11-1411-394/+434
| | |/ | |/|
* / | network: make Token=prefixstable optionally take secret keyYu Watanabe2021-11-141-22/+70
|/ /
* | network: manage route and nexthop flagsYu Watanabe2021-11-134-19/+33
* | network: mention that errors will be ignoredYu Watanabe2021-11-131-3/+3
|/
* network: neighbor: accept an empty string assignmentYu Watanabe2021-11-111-5/+17
* network: neighbor: use "struct hw_addr_data" to store link layer addressYu Watanabe2021-11-113-83/+13
* network: cake: fix copy-and-paste errorYu Watanabe2021-11-101-1/+1
* ether-addr-util: introduce {hw,ether}_addr_hash_ops_freeYu Watanabe2021-11-091-1/+1
* conf-parser: rename config_parse_hwaddr() -> config_parse_ether_addr()Yu Watanabe2021-11-093-70/+70
* ether-addr-util: replace ether_addr_from_string() with parse_ether_addr()Yu Watanabe2021-11-098-10/+10
* Merge pull request #21269 from yuwata/network-netdev-cleanupsYu Watanabe2021-11-0910-310/+197
|\
| * network/netdev: sort netdev kindsYu Watanabe2021-11-093-106/+112
| * network/bridge: drop if_bridge.h from bridge.hYu Watanabe2021-11-094-10/+16
| * network/netdev: fix typoYu Watanabe2021-11-091-1/+1
| * network: bareudp: use fill_message_createYu Watanabe2021-11-091-60/+4
| * network: geneve: use fill_message_createYu Watanabe2021-11-091-72/+4
| * network/netdev: update commentYu Watanabe2021-11-091-1/+1
| * network/netdev: reduce indentationYu Watanabe2021-11-091-60/+59
* | Merge pull request #21271 from yuwata/ether-addr-util-helper-functionsZbigniew Jędrzejewski-Szmek2021-11-092-2/+2
|\ \
| * | ether-addr-util: make hw_addr_is_null() return true also for all zero addressYu Watanabe2021-11-092-2/+2
| |/
* | Merge pull request #21272 from yuwata/netif-util-splitZbigniew Jędrzejewski-Szmek2021-11-093-5/+6
|\ \
| * | netif-util: rename link_get_type_string() -> net_get_type_string()Yu Watanabe2021-11-092-3/+3