summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* network,sd-hwdb: voidify fchmod()Yu Watanabe2021-05-281-1/+1
* Merge pull request #19703 from yuwata/network-ndisc-valid-timeYu Watanabe2021-05-271-22/+20
|\
| * network: ndisc: update log messageYu Watanabe2021-05-271-2/+2
| * network: ndisc: always honor valid timeYu Watanabe2021-05-271-20/+18
* | network: dhcp-server: introduce [DHCPServerStaticLease] sectionborna-blazevic2021-05-277-1/+257
* | networkctl: politely refuse being called from a different netns than the netw...Lennart Poettering2021-05-261-0/+43
* | networkd: add bus property exposing network namepace ID we run inLennart Poettering2021-05-261-0/+29
* | Merge pull request #19716 from yuwata/sd-netlink-NETLINK_GET_STRICT_CHKYu Watanabe2021-05-253-22/+24
|\ \
| * | network: set ifindex when dump addresses on an interfaceYu Watanabe2021-05-251-3/+5
| * | sd-netlink: do not set route type and table by default for RTM_GETROUTE or fr...Yu Watanabe2021-05-251-14/+12
| * | sd-netlink: do not set action for RTM_GETRULE messageYu Watanabe2021-05-251-5/+3
| * | sd-netlink: do not enable dump flag by default for RTM_GETADDR messageYu Watanabe2021-05-251-0/+4
* | | network: add several assertions in conf parsersYu Watanabe2021-05-252-9/+20
* | | network: allow to set Group=0 in [Link] sectionYu Watanabe2021-05-254-2/+41
|/ /
* | network: IPv6LinkLocalAddressGenerationMode=none disables IPv6LL addressingYu Watanabe2021-05-231-0/+2
* | network: make link_configure() staticYu Watanabe2021-05-232-2/+1
|/
* network: nexthop: add Group= setting to configure multipath route with group ...Yu Watanabe2021-05-224-103/+420
* network: nexthop: IFF_UP flag is required for nexthops which attached to a linkYu Watanabe2021-05-221-3/+10
* network: make nexthop_add(), nexthop_configure() and friends return 0 on successYu Watanabe2021-05-225-40/+27
* network: route: make stored multipath route weight equivalent to hop of nexthopYu Watanabe2021-05-221-1/+6
* Merge pull request #19672 from yuwata/strextendLennart Poettering2021-05-212-9/+12
|\
| * networkctl: use strextend()Yu Watanabe2021-05-201-5/+4
| * network: route: make log_route_debug() show weight for multipath routeYu Watanabe2021-05-201-4/+8
* | network: fix an infinite loopYu Watanabe2021-05-211-0/+6
* | network: bridge-fdb: add support to specify outgoing interfaceSusant Sahani2021-05-203-1/+94
* | network: use queue to configure bridge FDBYu Watanabe2021-05-206-18/+70
* | network: bridgeFDB: rename FdbEntry -> BridgeFDBYu Watanabe2021-05-207-83/+81
|/
* Merge pull request #19653 from poettering/greedy-realloc-moreLennart Poettering2021-05-194-17/+21
|\
| * alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-194-17/+21
* | Merge pull request #19603 from yuwata/network-link-get-by-nameLennart Poettering2021-05-195-33/+89
|\ \
| * | network: route: check validity of interface name in MultiPathRoute=Yu Watanabe2021-05-191-0/+6
| * | network: route: parse earlier if device specifier in MultiPathRoute= is ifindexYu Watanabe2021-05-191-11/+14
| * | network: introduce link_get_by_name()Yu Watanabe2021-05-194-22/+69
* | | Merge pull request #19656 from yuwata/network-trivial-cleanupsLennart Poettering2021-05-1911-108/+40
|\ \ \ | |_|/ |/| |
| * | network: drop redundant conditionYu Watanabe2021-05-191-1/+1
| * | network: drop unnecessary call of manager_rtnl_process_address()Yu Watanabe2021-05-192-6/+2
| * | network: drop unused "callback" arguments in route_remove() and address_remove()Yu Watanabe2021-05-198-54/+33
| * | network: dhcp4: re-request DHCP4 address and routes immediatelyYu Watanabe2021-05-192-49/+6
| |/
* | network: show online state in networkctl status outputAlvin Šipraga2021-05-191-5/+42
* | network: add an online state for links and managerAlvin Šipraga2021-05-199-3/+80
|/
* Merge pull request #19611 from yuwata/network-dhcp-server-introduce-server-ad...Yu Watanabe2021-05-1912-135/+214
|\
| * network: dhcp-server: introduce ServerAddress= settingYu Watanabe2021-05-186-22/+134
| * network: address: introduce link_get_ipv4/ipv6_address()Yu Watanabe2021-05-183-16/+39
| * network: use UINT32_C() macroYu Watanabe2021-05-181-1/+1
| * network: introduce address_set_broadcast()Yu Watanabe2021-05-183-22/+38
| * network: use config_parse_in_addr_non_null()Yu Watanabe2021-05-185-74/+2
* | network: fix Link reference counter issueYu Watanabe2021-05-181-118/+122
* | network: also drop requests when link enters linger stateYu Watanabe2021-05-181-11/+13
* | network: merge link_drop() and link_detach_from_manager()Yu Watanabe2021-05-181-15/+12
* | network: fix possible message counter double decrementYu Watanabe2021-05-185-0/+15
|/