summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-05-29ifcfg-rh: support persisting 802-1x.pin and pin-flags propertyThomas Haller5-0/+19
2020-05-27ifcfg-rh: fix handling "802-1x.{phase2-,}ca-path" in ifcfg-rh settings pluginThomas Haller2-0/+13
2020-05-19core: signal parent-active only when the parent AC is activatedBeniamino Galvani1-1/+3
2020-05-19device: use the nm-shared firewalld zone in shared modeBeniamino Galvani1-1/+12
2020-05-15ip-tunnel: set cloned-mac-address only for layer2 tunnel devicesBeniamino Galvani1-1/+19
2020-05-08acd: fix char buffer argument to _acd_event_to_string_buf()Thomas Haller1-1/+1
2020-05-07acd: avoid alloca() inside an unbounded loopThomas Haller1-2/+16
2020-05-04platform: fix test failure when /proc is mounted read-onlyBeniamino Galvani1-24/+53
2020-04-28device: flush IP configuration of slaves during activationBeniamino Galvani1-12/+31
2020-04-28vpn: clear host part of IPv6 routes received from VPN pluginThomas Haller1-0/+2
2020-04-22bluetooth: disconnect signal on disposeBeniamino Galvani1-0/+1
2020-04-21dhcp-helper: retry in case of failure connecting to D-Bus unix socketBeniamino Galvani1-9/+36
2020-04-09ovsdb: retry calls in case of communication error with serverBeniamino Galvani1-26/+55
2020-04-02all: use wrappers for g_ascii_strtoll(), g_ascii_strtoull(), g_ascii_strtod()Thomas Haller1-1/+1
2020-04-02device/bluetooth: avoid g_ascii_strtoull() to parse capabilitiesThomas Haller1-1/+1
2020-04-02ifupdown: use _nm_utils_ascii_str_to_int64() for converting netmask to stringThomas Haller1-7/+4
2020-04-02ifcfg-rh/tests: add unit test for reading DEVTIMEOUT (connection.wait-device-...Thomas Haller2-0/+5
2020-04-02ifcfg: strip whitespaces around "DEVTIMEOUT"Thomas Haller1-2/+4
2020-04-02initrd: fix setting VLan ID in reader_parse_vlan()Thomas Haller1-1/+1
2020-03-26ovs: set the MTU in ovsdb when changing platform MTU of ovs-interfaceBeniamino Galvani3-4/+54
2020-03-26ovs: set MTU from connection when creating an internal interfaceBeniamino Galvani1-0/+12
2020-03-26ovs/ovsdb: support changing the MTU of an ovs interfaceBeniamino Galvani2-16/+64
2020-03-26platform: improve IPv6 address synchronizationBeniamino Galvani1-32/+63
2020-03-26platform: sort IPv6 addresses from platform during syncBeniamino Galvani1-3/+8
2020-03-26tests: replace NMTST_SWAP() by new NM_SWAP() macroThomas Haller3-4/+4
2020-03-23core: avoid assertion failure in _settings_connection_flags_changed() without...Thomas Haller1-7/+12
2020-03-17core: avoid unbound recursion in IPv6 connection sharingBeniamino Galvani1-28/+27
2020-03-04core: periodically cleanup unused device state files from /runThomas Haller1-1/+19
2020-03-04core: return ifindex from nm_manager_write_device_state()Thomas Haller2-14/+22
2020-03-04core/trivial: rename nm_config_device_state_prune_unseen() to nm_config_devic...Thomas Haller3-5/+5
2020-03-04core: cleanup nm_config_device_state_prune_unseen() and accept NMPlatform for...Thomas Haller3-18/+29
2020-03-04dhcp/nettools: first clear source before emitting event in dhcp4_event_cb()Thomas Haller1-1/+1
2020-03-03dhcp: clean source on dispatch failureBeniamino Galvani1-0/+1
2020-02-24ovs: fail port enslavement when the bridge device is not foundBeniamino Galvani1-0/+5
2020-02-24ovs: fail port enslavement when the bridge AC is not foundBeniamino Galvani1-2/+6
2020-02-22nm-logging: fix stack-use-after-scope error detected by asanAntonio Cardace1-18/+21
2020-02-22platform: avoid compiler warning in _NMP_OBJECT_TYPE_IS_OBJ_WITH_IFINDEX()Thomas Haller1-2/+8
2020-02-22all: unify spelling of "fall-through" comment for switch statementsThomas Haller8-18/+18
2020-02-19device: allow setting "arp_validate" with supported bond modesThomas Haller1-9/+2
2020-02-19Revert "core: create virtual device on settings changes in idle handler"Beniamino Galvani1-49/+2
2020-02-18ifcfg: fix writer when changing OVS slave to clear previous settingsThomas Haller1-0/+2
2020-02-17ovs: discard link updates when deactivatingBeniamino Galvani3-0/+25
2020-02-17ovs: rework asynchronous deactivation of ovs interfacesBeniamino Galvani1-27/+59
2020-02-17all: use nm_utils_ifname_valid_kernel() instead of nm_utils_is_valid_iface_na...Antonio Cardace6-20/+20
2020-02-17nm-device-factory: remove ifname check as it prevents activating OVS connectionsAntonio Cardace1-8/+0
2020-02-17nm-dhcp-client: use nm_assert() to check ifnameAntonio Cardace1-2/+2
2020-02-17ndisc: implement "ipv6.ra-timeout" propertyThomas Haller7-9/+65
2020-02-17ndisc: rename NM_NDISC_RA_TIMEOUT signal to NM_NDISC_RA_TIMEOUT_SIGNALThomas Haller4-8/+8
2020-02-17ndisc: improve logging message with nm_ndisc_start() and minor cleanupThomas Haller1-14/+20
2020-02-17libnm,cli,ifcfg-rh: add ipv6.ra-timeout configuration optionThomas Haller2-0/+7