summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: allow to configure multiple IPv6 null addresses with different prefi...Yu Watanabe2023-09-181-1/+13
* network: rename address_prefix() -> address_ipv4_prefix()Yu Watanabe2023-09-181-15/+24
* network: drop _fallthrough_ in address_{hash,compare}_func()Yu Watanabe2023-09-181-4/+9
* Merge pull request #29119 from yuwata/network-dhcp-server-allow-null-server-a...Luca Boccassi2023-09-176-88/+87
|\
| * network: allow to set null address for [DHCPServer] ServerAddress=Yu Watanabe2023-09-081-2/+2
| * network: find DHCP server address only on loading .network fileYu Watanabe2023-09-085-82/+83
| * network: call network_adjust_dhcp_server() from network_drop_invalid_addresses()Yu Watanabe2023-09-083-5/+3
* | Merge pull request #29116 from yuwata/network-sriov-debugLuca Boccassi2023-09-091-32/+30
|\ \
| * | network/sr-iov: move common parts to link_set_sr_iov_ifindices()Yu Watanabe2023-09-081-38/+30
| * | network/sr-iov: ignore -EINVAL in reading dev_port sysfs attributeYu Watanabe2023-09-081-0/+6
* | | Revert "tree-wide: Mount file descriptors via /proc/<pid>/fd"Lennart Poettering2023-09-083-7/+4
| |/ |/|
* | Merge pull request #29123 from yuwata/conf-parser-cleanups-for-config-sectionMike Yuan2023-09-081-2/+6
|\ \
| * | conf-parser: check overflow in hashmap_find_free_section_line()Yu Watanabe2023-09-081-2/+6
| |/
* | network: drop duplicated checkYu Watanabe2023-09-071-5/+0
* | network: drop duplicated address_set_broadcast()Yu Watanabe2023-09-075-9/+6
|/
* Merge pull request #29094 from yuwata/network-dbus-docYu Watanabe2023-09-061-2/+7
|\
| * network: reorder bus implementationsYu Watanabe2023-09-051-2/+7
* | Merge pull request #29091 from yuwata/sd-dhcp-client-use-usecLuca Boccassi2023-09-056-53/+25
|\ \
| * | sd-dhcp-client: introduce sd_dhcp_lease_has_6rd() helper functionYu Watanabe2023-09-055-18/+7
| * | dhcp: introduce sd_dhcp_lease_get_timestamp()Yu Watanabe2023-09-053-25/+12
| * | sd-dhcp-client: store lifetime and friends in usec_tYu Watanabe2023-09-054-18/+14
| |/
* | network/ndisc: split out ndisc_router_process_icmp6_ratelimit()Yu Watanabe2023-09-051-10/+29
* | network/ndisc: refuse too many PREF64 prefixesYu Watanabe2023-09-051-1/+9
* | network/ndisc: drop outdated PREF64 prefixesYu Watanabe2023-09-051-0/+14
|/
* network: make the build happy on i*86 againFrantisek Sumsal2023-09-041-2/+2
* network: Fix memory leak PREF64 (#29064)Susant Sahani2023-09-041-5/+6
* Merge pull request #29023 from pelaufer/dhcp-prefix-dbusYu Watanabe2023-09-041-2/+149
|\
| * Add dhcp client prefix lease information to networkd json outputpelaufer2023-09-021-2/+149
* | network: ndisc - Allow to parse PREF64 prefixSusant Sahani2023-09-046-0/+155
* | network: sd-radv - Allow to configure Mobile IPv6 Home AgentSusant Sahani2023-09-044-0/+64
* | Merge pull request #28896 from pelaufer/dhcp_dbus_notifyYu Watanabe2023-09-0410-2/+198
|\ \
| * | Adding dhcp client and dhcp6 client dbus status interfacepelaufer2023-09-029-1/+197
| * | Adding dhcp client and dhcp6 client state interfacepelaufer2023-09-021-1/+1
| |/
* | Merge pull request #28988 from keszybz/sd128-arbitrary-valuesLuca Boccassi2023-09-031-8/+3
|\ \
| * | various: use id128_from_string_not_null()Zbigniew Jędrzejewski-Szmek2023-09-021-8/+3
* | | network/ndisc: drop captive portals with zero lifetime earlierYu Watanabe2023-09-021-1/+16
* | | Revert "network: ndisc - drop routes of lifetime 0"Yu Watanabe2023-09-021-36/+4
| |/ |/|
* | Merge pull request #24570 from topimiettinen/nft-sets-v2Yu Watanabe2023-09-015-0/+145
|\ \ | |/ |/|
| * network: firewall integration with NFT setsTopi Miettinen2023-08-265-0/+145
* | Merge pull request #28328 from yuwata/network-ndisc-limit-captive-portalLuca Boccassi2023-08-281-4/+30
|\ \
| * | network/ndisc: use the first captive portal in each RAYu Watanabe2023-08-241-4/+14
| * | network/ndisc: do not store too many captive portals provided through RAYu Watanabe2023-08-241-0/+16
* | | network: sd-radv - Introduce pref64 support (RFC8781)Susant Sahani2023-08-255-0/+206
* | | Merge pull request #28917 from yuwata/network-address-poolZbigniew Jędrzejewski-Szmek2023-08-241-21/+33
|\ \ \
| * | | inetwork/address-pool: also check queued addressesYu Watanabe2023-08-221-1/+11
| * | | network/address-pool: split-out address_intersect()Yu Watanabe2023-08-221-22/+24
* | | | Merge pull request #28918 from yuwata/network-dhcp-custom-duidZbigniew Jędrzejewski-Szmek2023-08-245-37/+91
|\ \ \ \
| * | | | network/dhcp: make DUIDType= take an arbitrary integerYu Watanabe2023-08-241-3/+11
| * | | | network/dhcp: fix maximal DUID data sizeYu Watanabe2023-08-243-8/+25
| * | | | network: introduce per DUID type settersYu Watanabe2023-08-242-17/+52