summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ovs: discard link updates when deactivatingBeniamino Galvani2020-02-173-0/+25
* ovs: rework asynchronous deactivation of ovs interfacesBeniamino Galvani2020-02-171-27/+59
* all: use nm_utils_ifname_valid_kernel() instead of nm_utils_is_valid_iface_na...Antonio Cardace2020-02-176-20/+20
* nm-device-factory: remove ifname check as it prevents activating OVS connectionsAntonio Cardace2020-02-171-8/+0
* nm-dhcp-client: use nm_assert() to check ifnameAntonio Cardace2020-02-171-2/+2
* ndisc: implement "ipv6.ra-timeout" propertyThomas Haller2020-02-177-9/+65
* ndisc: rename NM_NDISC_RA_TIMEOUT signal to NM_NDISC_RA_TIMEOUT_SIGNALThomas Haller2020-02-174-8/+8
* ndisc: improve logging message with nm_ndisc_start() and minor cleanupThomas Haller2020-02-171-14/+20
* libnm,cli,ifcfg-rh: add ipv6.ra-timeout configuration optionThomas Haller2020-02-172-0/+7
* ifcfg-rh: belatedly add support for "ipv6.dhcp-timeout" settingThomas Haller2020-02-172-3/+11
* ifcfg-rh: fix potential crash with variadic argument make_ip6_setting()Thomas Haller2020-02-171-1/+1
* ifcfg-rh: inline unnecessary function write_ip6_setting_dhcp_hostname()Thomas Haller2020-02-171-25/+18
* device: don't schedule grace timeout if dhcp-timeout is infinityThomas Haller2020-02-173-33/+67
* device/trivial: rename get_dhcp_timeout() virtual function to have a unique nameThomas Haller2020-02-174-8/+8
* dhcp: nettools: move to failed state if event dispatch failsBeniamino Galvani2020-02-111-2/+12
* team: ignore bus name appearance when killing teamdBeniamino Galvani2020-02-111-0/+6
* team: ignore bus name appearance if we can't determine process idBeniamino Galvani2020-02-111-5/+8
* platform: fix GCC warning about zero-length array in nmp_utils_ethtool_get_pe...Thomas Haller2020-02-101-3/+6
* platform: fix GCC warning about zero-length array in ethtool_get_stringset()Thomas Haller2020-02-101-1/+4
* Revert "platform: fix GCC warning about zero-lenght array (2)"Thomas Haller2020-02-101-16/+15
* Revert "platform: fix GCC warning about zero-lenght array (1)"Thomas Haller2020-02-101-12/+11
* ovs: wait that link disappears before continuing with deactivationBeniamino Galvani2020-02-051-0/+115
* platform: fix GCC warning about zero-lenght array (2)Beniamino Galvani2020-02-031-15/+16
* platform: fix GCC warning about zero-lenght array (1)Beniamino Galvani2020-02-031-11/+12
* all: remove wrong CURL option initializationBeniamino Galvani2020-02-031-1/+0
* ndisc: remove upper bound for IPv6 autoconfiguration timeoutBeniamino Galvani2020-01-301-1/+1
* device: accept new leases in NM_DEVICE_IP_STATE_DONEBeniamino Galvani2020-01-301-2/+13
* dhcp: introduce EXTENDED state for renewalsBeniamino Galvani2020-01-306-22/+31
* dhcp: derive the grace period duration from the timeout propertyBeniamino Galvani2020-01-301-9/+33
* device: change return type of get_dhcp_timeout()Beniamino Galvani2020-01-301-1/+1
* device: move code aroundBeniamino Galvani2020-01-301-35/+35
* supplicant: fix memory corruption with wrong argument to NM_SUPPLICANT_INTERF...Thomas Haller2020-01-301-1/+1
* manager: check for master existence before realizing the deviceBeniamino Galvani2020-01-291-13/+13
* manager: skip activation of a virtual device if master is missingBeniamino Galvani2020-01-291-0/+14
* nm-device: add new pending action to keep the device busy when in between statesAntonio Cardace2020-01-292-0/+10
* dhcp: don't add server-id option to the parameter request listBeniamino Galvani2020-01-251-1/+1
* initrd/cmdline: minor style cleanupsThomas Haller2020-01-142-2/+3
* initrd/cmdline: obey rd.iscsi.ibftLubomir Rintel2020-01-142-43/+63
* initrd/ibft-reader: don't set con.interface-name in iBFT connectionsLubomir Rintel2020-01-143-0/+28
* dhcp: nettools: handle 'retracted' event as 'expired'Beniamino Galvani2020-01-091-1/+1
* device/wifi: fix memleak parsing SSID arguments for "RequestScan"Thomas Haller2020-01-081-1/+2
* platform/linux: add support for /31 prefixes on IPv4 point-to-point linksAntonio Cardace2020-01-071-0/+1
* core: add and indicate NM_CAPABILITY_OVS capability on D-BusThomas Haller2019-12-242-1/+2
* dhcp: nettools: start from init-reboot phase when reusing addressBeniamino Galvani2019-12-231-1/+3
* dhcp: nettools: fix parsing of classless routes optionBeniamino Galvani2019-12-231-1/+4
* dhcp: test parsing of domain-search optionBeniamino Galvani2019-12-233-14/+94
* dhcp: nettools: check return value of g_file_set_contents()Beniamino Galvani2019-12-181-6/+8
* dhcp: nettools: fix parsing of search domains optionBeniamino Galvani2019-12-171-2/+2
* all: fix wrong "gs_free GError *" declarationsThomas Haller2019-12-162-4/+4
* manager: create a virtual device only if the connection can autoconnectBeniamino Galvani2019-12-151-1/+2