summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* platform: fix routing rule test failurenm-1-32Beniamino Galvani2022-12-201-0/+5
* core: wait for carrier before resolving hostname via DNSBeniamino Galvani2022-12-162-3/+33
* device: restart DHCP when the MAC changesBeniamino Galvani2022-08-311-6/+9
* core: log when dynamic IP configuration is restarted and whyBeniamino Galvani2022-08-315-9/+11
* n-dhcp4/probe: forget lease after a NAKBeniamino Galvani2022-07-251-2/+1
* platform: support IPv6 mulitpath routes and fix cache inconsistencyThomas Haller2022-06-091-38/+123
* platform: rename variable "IS_IPv4" in platform codeThomas Haller2022-06-091-46/+44
* platform: fix parsing RTA_MULTIHOP netlink attribute to use no policyThomas Haller2022-06-091-2/+2
* glib-aux: workaround maybe-uninitialized warning with LTO in nm_uuid_generate...Thomas Haller2022-04-051-2/+8
* device: initialize nm_auto variable in _ethtool_features_reset()Thomas Haller2022-04-051-1/+1
* libnm/tests: fix maybe-uninitialized warning in "test-libnmc-setting"Thomas Haller2022-04-051-1/+1
* libnm/tests: fix maybe-uninitialized warning in "test-setting"Thomas Haller2022-04-051-1/+1
* n-dhcp4: discard NAKs from other servers in SELECTINGBeniamino Galvani2022-03-242-0/+20
* glib-aux: fix nm_ref_string_equal_str()Beniamino Galvani2022-01-271-1/+1
* device: ignore ndisc signal if device has no ifindexThomas Haller2022-01-101-0/+12
* core: don't reset assume state if the device is unmanaged by parentWen Liang2022-01-061-4/+6
* libnm: fix warning when setting wrong ethtool ternary valueBeniamino Galvani2022-01-051-1/+1
* glib-aux: fix assertion in nm_strdup_reset_take()Thomas Haller2022-01-051-1/+1
* nmcli: fix import WireGuard profile with DNS domain and address family disabledThomas Haller2022-01-051-1/+1
* core: reload config for active devicesFernando Fernandez Mancera2022-01-051-2/+3
* std-aux/trivial: fix coding styleThomas Haller2022-01-051-13/+13
* libnm: fix crash on failure of nm_vpn_plugin_info_new_from_file()Thomas Haller2022-01-051-1/+1
* dns: fix format string for printing size_t in send_updates()Thomas Haller2022-01-051-1/+1
* std-aux: work around "-Wunused-but-set-variable" warning with clang in nm_auto()Thomas Haller2022-01-051-11/+20
* format: reformat code with clang-format-12.0.1-1.fc34Thomas Haller2022-01-048-27/+27
* libnm: fix crash in _nm_ip_route_validate_all for invalid routeVojtech Bubela2021-11-041-1/+1
* initrd: handle ip=dhcp,dhcp6 speciallyBeniamino Galvani2021-11-022-1/+19
* core: better handle sd-resolved errors when resolving hostnamesBeniamino Galvani2021-10-291-1/+12
* libnm: add NMIPAddress and NMIPRoute dups backported symbols from 1.30.8Fernando Fernandez Mancera2021-10-052-0/+10
* libsystemd-network: disable event sources before unref themYu Watanabe2021-09-243-13/+11
* libnm: add required-timeout backported symbol from 1.30.8Beniamino Galvani2021-09-232-0/+10
* platform: preserve IPv6 multicast route added by kernelBeniamino Galvani2021-09-201-0/+39
* cloud-setup: use suppress_prefixlength rule to honor non-default-routes in th...Thomas Haller2021-09-161-0/+36
* cloud-setup: cleanup configuring addresses/routes/rules in _nmc_mangle_connec...Thomas Haller2021-09-161-29/+23
* cloud-setup: limit number of supported interfaces to avoid overlapping table ...Thomas Haller2021-09-161-0/+8
* cloud-setup: process iface-datas in sorted orderThomas Haller2021-09-161-15/+13
* cloud-setup: track sorted list of NMCSProviderGetConfigIfaceDataThomas Haller2021-09-162-1/+56
* cloud-setup: add "hwaddr" to NMCSProviderGetConfigIfaceData structThomas Haller2021-09-166-66/+68
* cloud-setup: skip configuring policy routing if there is only one interface/a...Thomas Haller2021-09-161-8/+33
* cloud-setup: count numbers of valid IPv4 addresses in get-config resultThomas Haller2021-09-162-1/+8
* cloud-setup: cache number of valid interfaces in get-config resultThomas Haller2021-09-163-23/+17
* cloud-setup: return structure for get_config() result instead of generic hash...Thomas Haller2021-09-163-30/+72
* nm-active-connection: Emit device-metered-changed if device changesPhilip Withnall2021-09-151-0/+7
* libnm: fix leak and return "failures" from nm_client_load_connections()gaoxingwang2021-09-151-1/+1
* style: fix indentationThomas Haller2021-09-081-1/+1
* std-aux: add "libnm-std-aux/nm-linux-compat.h" header to avoid build errorsThomas Haller2021-09-083-4/+28
* platform: fix build using our copy of header "linux-headers/ethtool.h"Thomas Haller2021-09-081-1/+4
* core: always reset ethtool autoneg/speed to fix reactivationThomas Haller2021-09-071-6/+0
* platform: also set advertised modes when disabling ethernet autonegThomas Haller2021-09-071-29/+44
* core: during reset of ethtool autoneg enable all modesThomas Haller2021-09-071-3/+14