summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: add configuration option to mark devices as unmanagedth/device-manage-confThomas Haller2017-09-264-6/+66
* man: fix example for device section in NetworkManager.conf's manualThomas Haller2017-09-261-1/+1
* core: merge branch 'th/policy-routing-pt1-rh1436531'Thomas Haller2017-09-2627-342/+820
|\
| * libnm,core: add TABLE attribute for routes settingsThomas Haller2017-09-2615-39/+189
| * libnm,cli: add IP setting "route-table-sync"Thomas Haller2017-09-2612-0/+151
| * cli: show additional route attributes in IP4_CONFIG outputThomas Haller2017-09-261-42/+57
| * cli: refactor printing IP6 device infoThomas Haller2017-09-262-67/+124
| * libnm-core: sort attribute names for nm_ip_route_get_attribute_names()Thomas Haller2017-09-261-0/+1
| * core: inject route list to delete for nm_platform_ip_route_sync()Thomas Haller2017-09-264-34/+86
| * device: do full update_ext_ip_config() during merge-and-applyThomas Haller2017-09-261-63/+50
| * device: refactor update-ip-config for deviceThomas Haller2017-09-261-149/+152
| * shared: move nm_dedup_multi_obj_ref() to header as inlineThomas Haller2017-09-262-17/+16
| * platform: handle route table RT_TABLE_UNSPEC speciallyThomas Haller2017-09-263-18/+81
|/
* cli: merge branch 'th/cli-interactive-mode-crash-bgo788104'Thomas Haller2017-09-261-51/+41
|\
| * cli: use cleanup attribute in editor_menu_main()Thomas Haller2017-09-261-50/+37
| * cli: fix crash in interactive mode for "describe ."Thomas Haller2017-09-261-1/+4
|/
* device: reset @con_ip6_config on failure before RABeniamino Galvani2017-09-261-1/+3
* ifcfg-rh: trivial: rename write_bonding_setting() to write_bond_setting()Beniamino Galvani2017-09-251-2/+2
* ifcfg-rh: write DEVICE only onceBeniamino Galvani2017-09-254-40/+4
* contrib/scripts: update coloring for platform messages in NM-log (2)Thomas Haller2017-09-251-1/+1
* build: cleanup style for toplevel Makefile.amThomas Haller2017-09-251-7/+7
* contrib/scripts: update coloring for platform messages in NM-logThomas Haller2017-09-251-1/+1
* platform: cleanup logging for adding linkThomas Haller2017-09-252-4/+1
* {vpn,remote}-connection: disconnect signal handlers when disposedIain Lane2017-09-222-5/+5
* manager: Disconnect from signals on the proxy when we're disposedIain Lane2017-09-221-2/+2
* device: avoid touching IPv6 on "external" connections without IPv6 confFrancesco Giudici2017-09-221-1/+2
* build: add missing header file to MakefileBeniamino Galvani2017-09-221-0/+1
* dhcp: use systemd defines for DHCP optionsThomas Haller2017-09-211-36/+34
* systemd: merge branch systemd into masterThomas Haller2017-09-2112-79/+374
|\
| * systemd: update code from upstream (2017-09-21)Thomas Haller2017-09-219-77/+369
* | examples: linker requires that library dependencies follow useLucas Rangit Magasweran2017-09-218-8/+8
* | core: avoid maybe-uninitialized compiler warning with nmp_cache_iter_for_each()Thomas Haller2017-09-211-8/+6
* | contrib/rpm: update spec file with upstream source URLThomas Haller2017-09-201-0/+3
* | cli: wifi: connect with PSK when the AP supports WPA-PSK and WPA-EAPBeniamino Galvani2017-09-201-2/+2
* | core: merge branch 'bg/manager-parent-warnings-rh1490157'Beniamino Galvani2017-09-207-16/+27
|\ \
| * | vlan: improve error message on missing parent ifindexBeniamino Galvani2017-09-201-1/+1
| * | manager: downgrade error message for missing dependenciesBeniamino Galvani2017-09-207-10/+20
| * | manager: try other connections only after the device is realizedBeniamino Galvani2017-09-201-5/+6
|/ /
* | core: fix handling IPv6 device-route and use correct route metricThomas Haller2017-09-197-13/+134
* | man: fix docu of AUTOCONNECT_SLAVES variable in nm-settings-ifcfg-rhThomas Haller2017-09-191-1/+1
* | ifcfg-rh: merge branch 'th/ifcfg-route-parse'Thomas Haller2017-09-1815-976/+1228
|\ \
| * | ifcfg-rh: refactor parsing of route options to be strictThomas Haller2017-09-183-381/+476
| * | ifcfg-rh: write lock route attribute with zero valueThomas Haller2017-09-181-1/+11
| * | ifcfg-rh: refactor code to avoid unnecessary copiesThomas Haller2017-09-181-541/+448
| * | ifcfg-rh/trivial: rename function that are only for testingThomas Haller2017-09-183-6/+6
| * | shared: add nm_utils_strsplit_set() helperThomas Haller2017-09-183-0/+176
| * | shared: add nm_utils_parse_inaddr_prefix_bin() helperThomas Haller2017-09-182-20/+55
| * | shared: add NMIPAddr structThomas Haller2017-09-185-24/+24
| * | shared: add nm-glib.h compat implementation for g_variant_new_printf()Thomas Haller2017-09-182-4/+33
|/ /
* | bluetooth: drop unused function declarationBeniamino Galvani2017-09-181-2/+0