summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18990 from yuwata/network-dhcpv6-use-domainsZbigniew Jędrzejewski-Szmek2021-03-316-22/+67
|\
| * network: also introduce UseDomains= for [DHCPv6] sectionYu Watanabe2021-03-146-16/+61
| * network: use userdata instead data in conf parsersYu Watanabe2021-03-141-6/+6
* | Merge pull request #18989 from yuwata/ordered-set-put-strdupZbigniew Jędrzejewski-Szmek2021-03-314-51/+33
|\ \
| * | network: use string_hash_ops_freeYu Watanabe2021-03-142-9/+9
| * | ordered-set: make ordered_set_put_strdup() allocate OrderedSet objectYu Watanabe2021-03-142-42/+24
| |/
* | Merge pull request #19076 from yuwata/firewall-util-modernizationsLuca Boccassi2021-03-241-4/+0
|\ \
| * | network: allocate FirewallContext lazilyYu Watanabe2021-03-231-4/+0
* | | network: fix ipv6 tunnel encapsulation limit (#19087)hide2021-03-241-1/+1
|/ /
* | Wrong index in error messageSam Lunt2021-03-191-2/+2
* | tree-wide: coccinelle fixesFrantisek Sumsal2021-03-181-2/+1
|/
* Merge pull request #18891 from keszybz/size_t-cast-removalLennart Poettering2021-03-061-6/+2
|\
| * network-wait-online: use sd_event_add_time_relative()Zbigniew Jędrzejewski-Szmek2021-03-051-6/+2
* | Merge pull request #18852 from yuwata/tree-wide-use-UINT64_MAXZbigniew Jędrzejewski-Szmek2021-03-058-16/+16
|\ \ | |/
| * tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-055-10/+10
| * table: drop last SIZE_MAX from table_set_sort() and table_set_display()Yu Watanabe2021-03-051-1/+1
| * tree-wide: use usec_add() and usec_sub_unsigned()Yu Watanabe2021-03-052-5/+5
* | network: use null_or_empty_path()Yu Watanabe2021-03-052-24/+12
|/
* network: do not remove LLDP state file on failureYu Watanabe2021-03-031-9/+4
* network: use conservative_rename() at one more placeYu Watanabe2021-03-031-3/+3
* network: remove DHCP lease and LLDP state file on link_free()Yu Watanabe2021-03-031-4/+3
* network: move manager_{rtnl,udev}_process_link() to networkd-link.[ch]Yu Watanabe2021-03-033-152/+150
* network: drop unnecessary {}Yu Watanabe2021-03-031-2/+1
* network: minor style fixesYu Watanabe2021-03-031-5/+8
* network: use unlink_and_freep() cleanup functionsYu Watanabe2021-03-032-33/+34
* network: move state file related functions to networkd-state-file.[ch]Yu Watanabe2021-03-0310-681/+709
* network: Implement B.A.T.M.A.N. Advanced interface typeAnnika Wickert2021-02-2510-3/+300
* network: nexthop: drop unnecessary nexthopsYu Watanabe2021-02-233-0/+188
* network: nexthop: read protocol in received netlink messageYu Watanabe2021-02-232-1/+13
* Merge pull request #18704 from keszybz/fallback-hostame-overrideZbigniew Jędrzejewski-Szmek2021-02-232-3/+3
|\
| * shared/conf-parser: allow more than one location of the main config fileZbigniew Jędrzejewski-Szmek2021-02-212-3/+3
* | network: route: shorten code a bitYu Watanabe2021-02-231-39/+17
* | network: nexthop: add Blackhole= setting in [NextHop] sectionYu Watanabe2021-02-236-58/+173
* | network: nexthop: add OnLink= settingYu Watanabe2021-02-214-3/+69
* | network: fix typoYu Watanabe2021-02-202-2/+2
* | network: make Broadcast= accept boolean valueYu Watanabe2021-02-202-2/+43
* | network: add nexthop ID in debugging logsYu Watanabe2021-02-191-2/+3
* | network: add NextHop= setting in [Route] sectionYu Watanabe2021-02-195-14/+149
* | network: also manage nexthops by IDYu Watanabe2021-02-193-4/+17
* | Merge pull request #18646 from yuwata/network-ip-masquerade-follow-upsZbigniew Jędrzejewski-Szmek2021-02-195-23/+55
|\ \
| * | network: warn when any positive boolean string is specified for IPMasquerade=Yu Watanabe2021-02-193-12/+53
| * | network: address: reuse Address:ip_masquerade_done for IPv6 caseYu Watanabe2021-02-192-11/+2
* | | network: nexthop: update ID of nexthop created without specifiying IDYu Watanabe2021-02-191-8/+67
* | | network: configure nexthop before routes that requires gatewayYu Watanabe2021-02-194-40/+119
|/ /
* | Merge pull request #18659 from poettering/permyriadificationYu Watanabe2021-02-191-4/+5
|\ \
| * | util: move percent/permille/permyriad parser into percent-util.[ch]Lennart Poettering2021-02-181-0/+1
| * | tree-wide: parse permyriads wherever we canLennart Poettering2021-02-181-4/+4
| |/
* | Recommend drop-ins over modifications to the main config fileZbigniew Jędrzejewski-Szmek2021-02-191-8/+9
|/
* network: rename UseFQDN= -> UseHostname=Yu Watanabe2021-02-184-4/+5
* Merge pull request #18685 from poettering/network-type-tweaksLennart Poettering2021-02-188-30/+30
|\