summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: fix device detection due to bug in NM_DEVICE_DEFINE_LINK_TYPES()Thomas Haller2020-01-281-1/+1
* core: cleanup setting IP address in NMDeviceIPTunnelThomas Haller2020-01-281-58/+59
* all: use nm_utils_ipaddr_is_valid() instead of nm_utils_ipaddr_valid()Thomas Haller2020-01-287-18/+18
* shared: use static array indices in function parameter declarations of _nm_ut...Thomas Haller2020-01-282-2/+3
* all: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop()Thomas Haller2020-01-2824-152/+152
* platform: use IN6_IS_ADDR_UNSPECIFIED() to check for set IPv6 address in _nl_...Thomas Haller2020-01-281-6/+6
* core: improve implementation of NM_DEVICE_DEFINE_LINK_TYPES() macroThomas Haller2020-01-281-7/+6
* nm-device: add new pending action to keep the device busy when in between statesac/fix_startup_completeAntonio Cardace2020-01-272-0/+10
* dhcp: don't add server-id option to the parameter request listBeniamino Galvani2020-01-251-1/+1
* device: minor cleanup NMDevice's _set_state_full() for unrefing activation re...Thomas Haller2020-01-201-7/+4
* shared: remove nm_dbus_connection_signal_subscribe_object_manager() helperThomas Haller2020-01-161-7/+7
* core/bluetooth: don't use nm_dbus_connection_signal_subscribe_object_manager()Thomas Haller2020-01-161-13/+46
* ifcfg-rh: avoid creaing route file twice in make_ip4_setting()Thomas Haller2020-01-161-16/+17
* ifcfg-rh: expose constructor for shvarFile that doesn't read content from fileThomas Haller2020-01-162-26/+46
* ifcfg-rh: split reading file and parsing from read_route_file() functionThomas Haller2020-01-161-21/+46
* ifcfg-rh: split reading file and parsing in utils_has_route_file_new_syntax()...Thomas Haller2020-01-162-4/+19
* ifcfg-rh: don't use GRegex in utils_has_route_file_new_syntax()Thomas Haller2020-01-161-14/+34
* ifcfg-rh/tests: add test for utils_has_route_file_new_syntax()Thomas Haller2020-01-161-0/+37
* core: remove code for unused NM_WIFI_P2P_PEER_GROUPS propertyThomas Haller2020-01-152-45/+0
* core: drop "Groups" property from WifiP2PPeer D-Bus APIThomas Haller2020-01-151-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
* platform: generate IFA_BROADCAST address based on the peer IFA_ADDRESSThomas Haller2020-01-141-3/+4
* platform: track IFA_BROADCAST address in NMPlatformIP4AddressThomas Haller2020-01-147-37/+113
* core,libnm: add VRF supportBeniamino Galvani2020-01-146-2/+423
* platform: add VRF supportBeniamino Galvani2020-01-149-0/+174
* ifcfg-rh: add support for VRF slavesBeniamino Galvani2020-01-144-1/+24
* session-monitor: don't use GIOChannel to watch plain file descriptorThomas Haller2020-01-131-9/+13
* lndp: don't use GIOChannel to watch plain file descriptor for socketThomas Haller2020-01-131-14/+19
* platform: don't use GIOChannel to watch plain file descriptor for netlink socketThomas Haller2020-01-131-21/+17
* acd: don't use GIOChannel to watch plain file descriptor for event fdThomas Haller2020-01-131-13/+21
* dhcp/nettools: don't use GIOChannel to watch plain file descriptor for event fdThomas Haller2020-01-131-7/+11
* bluez: don't use GIOChannel to watch plain file descriptor for rfcommThomas Haller2020-01-131-11/+12
* bluez: don't use GIOChannel to watch plain file descriptorThomas Haller2020-01-131-41/+48
* all: use nm_g_unix_fd_source_new() instead of g_unix_fd_source_new()Thomas Haller2020-01-131-2/+6
* platform: use NM_MAKE_STRV() in NMLinuxPlatform:constucted()Thomas Haller2020-01-131-1/+1
* core: set MAC address for IP tunnels when creating deviceThomas Haller2020-01-092-7/+41
* platform: support setting MAC address during nm_platform_link_gre_add()Thomas Haller2020-01-093-3/+10
* platform: drop NMPlatformLnkMacvtap typedefThomas Haller2020-01-094-7/+5
* platform: implement link_macvlan_add via nm_platform_link_add()Thomas Haller2020-01-093-89/+31
* platform: implement link_macsec_add via nm_platform_link_add()Thomas Haller2020-01-093-101/+43
* platform: implement link_ipip_add via nm_platform_link_add()Thomas Haller2020-01-093-83/+32
* platform: implement link_ip6gre_add via nm_platform_link_add()Thomas Haller2020-01-093-108/+48
* platform: implement link_ip6tnl_add via nm_platform_link_add()Thomas Haller2020-01-093-97/+45
* platform: implement link_6lowpan_add via nm_platform_link_add()Thomas Haller2020-01-093-74/+9
* platform: implement link_vxlan_add via nm_platform_link_add()Thomas Haller2020-01-094-140/+66