summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: ndisc: do not accept too many DNS servers or domainsYu Watanabe2022-10-031-13/+16
* network: ndisc: drop addresses and friends when RA with zero lifetime is rece...Yu Watanabe2022-10-033-24/+30
* network: make sec_to_usec() map 0sec -> 0usecYu Watanabe2022-10-031-4/+7
* network: ndisc: also introduce timer event source to drop outdated settingsYu Watanabe2022-10-034-1/+80
* network: ndisc: drop outdated settings before processing RA messageYu Watanabe2022-10-031-12/+71
* network: ndisc: address_get() returns 0 on successYu Watanabe2022-10-031-1/+1
* network: introduce {address,route}_remove_and_drop()Yu Watanabe2022-10-034-0/+29
* network: ndisc: ignore prefix option with link-local prefixYu Watanabe2022-10-031-0/+8
* network: ndisc: read prefix earlierYu Watanabe2022-10-031-4/+6
* network: fix use-after-freeYu Watanabe2022-10-031-0/+2
* network: don't forget old RAs when a new one arrivesThomas Hebb2022-10-039-130/+14
* Merge pull request #24805 from yuwata/sd-networkLennart Poettering2022-09-272-27/+16
|\
| * sd-network: drop fallback valuesYu Watanabe2022-09-271-5/+5
| * networkctl: use table_add_string_line() at one more placeYu Watanabe2022-09-271-14/+7
| * networkctl: handle all errors in sd_network_link_get_setup_state() as "unmana...Yu Watanabe2022-09-271-8/+4
* | Merge pull request #24757 from yuwata/sd-device-get-child-firstLennart Poettering2022-09-261-22/+9
|\ \ | |/ |/|
| * network: use FOREACH_DEVICE_CHILD_WITH_SUFFIX() macroYu Watanabe2022-09-231-22/+8
| * network: fix assertion triggered by passing wrong ifindexYu Watanabe2022-09-231-1/+2
* | networkctl: re-order entries in status commandYu Watanabe2022-09-231-69/+71
* | networkctl: use "-" for empty LLDP entriesYu Watanabe2022-09-231-5/+6
|/
* shared/format-table: use enum instead of Table.empty_stringZbigniew Jędrzejewski-Szmek2022-09-221-2/+1
* networkctl: use "-" for empty fieldsZbigniew Jędrzejewski-Szmek2022-09-211-1/+1
* meson: add libatomic dependencyHeinrich Schuchardt2022-09-151-2/+2
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-1360-346/+167
* tree-wide: Mark some constants as unsignedJan Janssen2022-08-302-3/+3
* tree-wide: Use correct format specifiersJan Janssen2022-08-307-13/+13
* network: NetLabel integrationTopi Miettinen2022-08-2912-1/+219
* network: drop unused timestampYu Watanabe2022-08-283-12/+0
* network: introduce TCPCongestionControlAlgorithm=Yu Watanabe2022-08-263-0/+57
* network: drop an unused variableFrantisek Sumsal2022-08-201-3/+1
* Merge pull request #24356 from keszybz/sd-netlink-apiYu Watanabe2022-08-205-7/+7
|\
| * sd-netlink: rename sd_netlink_message_request_dump to sd_netlink_message_set_...Zbigniew Jędrzejewski-Szmek2022-08-195-7/+7
* | network: unref existing sd_ipv4acd object when not necessaryYu Watanabe2022-08-181-10/+24
* | network: update setting for IPv4ACD or IPv6DAD in existing Address objectsYu Watanabe2022-08-181-0/+1
* | network: fix DHCPv4 address renewal with IPv4ACDYu Watanabe2022-08-186-44/+46
|/
* network/tuntap: save tun or tap file descriptor in fd storeYu Watanabe2022-08-167-15/+152
* network/tuntap: introduce KeepCarrier= settingYu Watanabe2022-08-163-0/+20
* network/tuntap: code cleanupsYu Watanabe2022-08-161-62/+39
* network/bridge: fix UseBPDU= and AllowPortToBeRoot=Yu Watanabe2022-08-131-2/+2
* network: replace usage of sd_bus_call_method_async() to bus_call_method_async...williamsumendap2022-08-122-8/+5
* config-parser: Add list of drop-in files as return argument of config_parse_manyRichard Phibel2022-08-122-2/+4
* tree-wide: fix typoYu Watanabe2022-08-101-1/+1
* network/teql: wait for corresponding teql interface to be availableYu Watanabe2022-08-091-0/+16
* network/qdisc: introduce is_ready() in qdisc vtableYu Watanabe2022-08-092-3/+11
* tree-wide: use bus locator (#24252)gtwang012022-08-091-4/+3
* dhcp4: stop client before updating MAC addressYu Watanabe2022-08-051-2/+20
* network: also check SR-IOV PF port and other VF ports before configuringYu Watanabe2022-08-055-5/+83
* network: manage SR-IOV PF and VF portsYu Watanabe2022-08-054-0/+231
* network: split out link_is_ready_to_create_stacked_netdev()Yu Watanabe2022-08-051-12/+19
* network: check link state with link_is_ready_to_configure() before configurin...Yu Watanabe2022-08-057-14/+8