summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: downgrade warning about IPv6 MTU if IPv6 is disabledbg/ipv6-mtu-warning-rh1840989Beniamino Galvani2020-07-231-6/+17
* libnm-core: support 'clsact' qdiscBeniamino Galvani2020-07-232-2/+10
* core: fix selecting of best-default-route to consider only unicast routesThomas Haller2020-07-211-1/+2
* core: only expose "type unicast" routes on D-BusThomas Haller2020-07-212-0/+6
* man: update nmcli.xml wordingCharlie Getzen2020-07-211-1/+1
* merge: branch 'bg/sleep-unmanaged-rh1855563'Beniamino Galvani2020-07-212-9/+27
|\
| * policy: block connection from autoconnect in case of failed dependencyBeniamino Galvani2020-07-211-8/+25
| * manager: fix race condition when resuming from sleepBeniamino Galvani2020-07-211-1/+2
|/
* cloud-setup: always replace addresses, routes and rules in _nmc_mangle_connec...Thomas Haller2020-07-201-15/+9
* device: fix setting %NULL iface in nm_device_update_from_platform_link()Thomas Haller2020-07-201-2/+3
* core: use nm_streq*() instead of strcmp() in "nm-device.c" and "nm-manager.c"Thomas Haller2020-07-202-20/+21
* device: mark ifindex/iface fields of NMDevicePrivate as constThomas Haller2020-07-191-27/+39
* all: add trailing semicolon to NM_DEFINE_SINGLETON_REGISTER()Thomas Haller2020-07-191-1/+2
* all: add trailing semicolon to NM_UTILS_LOOKUP_DEFINE()/NM_GOBJECT_PROPERTIES...Thomas Haller2020-07-194-9/+10
* all: add trailing semicolon to NM_AUTO_DEFINE_FCN_*() usesThomas Haller2020-07-1915-47/+47
* shared: add _NM_DUMMY_STRUCT_FOR_TRAILING_SEMICOLON defineThomas Haller2020-07-191-0/+4
* shared: make nm_utils_strdup_reset() self-assignment safeThomas Haller2020-07-191-1/+4
* po: RHEL 8.3 translations - fr,ja,zh-CNBeniamino Galvani2020-07-174-10467/+11629
* core: fix check on master active-connection failureBeniamino Galvani2020-07-171-3/+3
* contrib/rpm: prefer keyfile settings plugin from Fedora 33 and newerThomas Haller2020-07-161-0/+4
* team: perform cleanup immediately when connecting to teamd failsbg/rh1856723Beniamino Galvani2020-07-161-0/+1
* libnm: trace log the call and the completion event for D-Bus methodsThomas Haller2020-07-151-3/+20
* libnm: support "stdout" flag for LIBNM_CLIENT_DEBUG for logging to stdoutThomas Haller2020-07-152-9/+31
* libnm: add trace logging for D-Bus callsThomas Haller2020-07-151-0/+12
* core: merge branch 'ac/vrf_local_route_fix'Antonio Cardace2020-07-157-24/+63
|\
| * core: fix generation of dependent local routes for VRFsac/vrf_local_route_fixAntonio Cardace2020-07-157-24/+63
|/
* bond: avoid setting "active_slave" option without interface enslavedThomas Haller2020-07-141-5/+38
* cloud-setup: don't require delimiter in 'nmcs_utils_hwaddr_normalize'Sayed Shah2020-07-141-2/+1
* contrib: improve code comments to release.sh scriptsThomas Haller2020-07-131-1/+6
* release: bump version to 1.27.1 (development)1.27.1-devThomas Haller2020-07-13192-3266/+4980
|\
| * contrib: add "major-post" step for release.sh scriptThomas Haller2020-07-131-1/+23
| * NEWS: updateThomas Haller2020-07-131-0/+1
| * contrib: support "major" release in release.sh scriptThomas Haller2020-07-131-21/+42
| * NEWS: updateThomas Haller2020-07-131-0/+10
| * NEWS: updateBeniamino Galvani2020-07-131-5/+2
| * libnm: fix -Werror=maybe-uninitialized warning _setting_bond_validate_option()Thomas Haller2020-07-131-0/+2
| * cli: fix leak in do_device_modify() and minor cleanupThomas Haller2020-07-131-13/+29
| * cli: fix accessing argv with zero elements in nmc_process_connection_properti...Thomas Haller2020-07-131-2/+7
| * cloud-setup: fix nmcs_utils_poll argument orderingFrazer Clews2020-07-131-1/+1
| * shared: move nm_close(), nm_auto_close, nm_steal_fd(), nm_steal_int() to nm-s...Thomas Haller2020-07-122-75/+80
| * bond: merge branch 'th/bond-normalize'Thomas Haller2020-07-1110-278/+395
| |\
| | * tui: fix default values for bond options in nmtuiThomas Haller2020-07-111-57/+64
| | * libnm: add _nm_setting_bond_mode_from_string() to nm-libnm-core-internThomas Haller2020-07-114-36/+37
| | * tui: fix alternating miimon/arp_interval settings for bond options in nmtuiThomas Haller2020-07-111-5/+22
| | * cli: fix alternating miimon/arp_interval settings for bond options in nmcliThomas Haller2020-07-116-38/+75
| | * bond: log only skipped bond options if they are set in the profileThomas Haller2020-07-101-5/+9
| | * libnm,core: fix handling miimon and arp_interval as conflicting kernel optionsThomas Haller2020-07-101-30/+26
| | * libnm: don't fail assertion for _bond_get_option_normalized() with invalid bo...Thomas Haller2020-07-101-1/+5
| | * device/bond: rework setting of arp_ip_target bond optionsThomas Haller2020-07-101-20/+66
| | * libnm: cleanup validating bond option "arp_ip_target"Thomas Haller2020-07-101-87/+79