summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* keyfile: add helper functions to record loaded UUID filesth/keyfile-loaded-uuidThomas Haller2018-11-295-18/+369
* keyfile: cleanup nm_keyfile_utils_ignore_filename()Thomas Haller2018-11-292-34/+55
* keyfile/tests: add tests for ignoring keyfile filenamesThomas Haller2018-11-291-0/+2
* dbus: register object manager object before requesting dbus nameSebastien Fabre2018-11-291-12/+14
* dhcp: merge branch 'th/internal-dhcp6-iaid'Thomas Haller2018-11-296-30/+76
|\
| * dhcp: disable systemd's dhcp_identifier_set_iaid()Thomas Haller2018-11-291-12/+5
| * dhcp: always explicitly set IAID of internal DHCPv6 clientThomas Haller2018-11-292-2/+12
| * core: add nm_utils_create_dhcp_iaid() utilThomas Haller2018-11-293-15/+55
| * dhcp6-client: handle IAID with value zeroThomas Haller2018-11-291-1/+4
|/
* wifi: improve description of D-Bus' RequestScan()Damien Cassou2018-11-281-1/+1
* platform,shared: merge branch 'th/monotonic-timestamp-cleanup'Thomas Haller2018-11-283-54/+98
|\
| * shared: thread safe initialization of nm_utils_get_monotonic_timestamp*()Thomas Haller2018-11-282-52/+98
| * platform/tests: fix assertion for unit test for address lifetimeThomas Haller2018-11-281-2/+0
|/
* doc,all: fix spelling of Open vSwitch (instead of OpenVSwitch)Thomas Haller2018-11-287-21/+21
* initrd: actually use the constructed filenameLubomir Rintel2018-11-271-1/+1
* clients: Fix typo in _dump_team_link_watcher outputPatrick Talbert2018-11-231-1/+1
* team: make teamd log to syslogBeniamino Galvani2018-11-231-2/+23
* systemd: merge branch systemd into masterThomas Haller2018-11-2342-841/+1143
|\
| * systemd: update code from upstream (2018-11-23)Thomas Haller2018-11-2339-834/+924
* | man: advise against configuring "monitor-connection-files" in NetworkManager....Thomas Haller2018-11-231-0/+9
* | core: use nm_g_object_set_property() for setting properties from D-BusThomas Haller2018-11-221-1/+5
* | lldp: fix parsing of vlan-name attributeBeniamino Galvani2018-11-222-4/+5
* | libnm/doc: document NMActiveConnection::state-changed signalThomas Haller2018-11-211-1/+6
* | merge: branch 'lr/ac-sort'Lubomir Rintel2018-11-215-4061/+4279
|\ \
| * | cli/connections: improve sort by active connectionsLubomir Rintel2018-11-211-4/+2
| * | cli: deduplicate active connections sortLubomir Rintel2018-11-214-4079/+4272
| * | cli/connections: export nmc_active_connection_cmp()Lubomir Rintel2018-11-212-4/+6
| * | cli/devices: sort hotspots above in nmcli outputLubomir Rintel2018-11-211-1/+26
|/ /
* | libnm/remote-connection: fix "flags" property getterLubomir Rintel2018-11-211-1/+1
* | cli: merge branch 'bg/cli-editor-save-rh1546805'Beniamino Galvani2018-11-202-3/+51
|\ \
| * | cli: wait for changed signal after updating a connectionBeniamino Galvani2018-11-201-2/+43
| * | cli: editor: reload secrets after updating connectionBeniamino Galvani2018-11-201-1/+2
| * | libnm-core: macsec: don't require a cak in verify()Beniamino Galvani2018-11-201-0/+6
|/ /
* | keep-alive: check GetNameOwner lazy and only when we rely on the informationThomas Haller2018-11-201-15/+38
* | dhcp: drop unused variableLubomir Rintel2018-11-191-1/+0
* | keep-alive: avoid race with with D-Bus client disconnecting earlyBenjamin Berg2018-11-191-2/+54
* | all: rename "bind" option for AddAndActivateConnection2 to "bind-activation"Thomas Haller2018-11-193-7/+5
* | all: merge branch 'benzea/dbus-service-specific-connection'Thomas Haller2018-11-1916-17/+734
|\ \
| * | libnm: drop "_async" suffix from nm_client_add_and_activate_connection_options()Thomas Haller2018-11-193-20/+20
| * | libnm: add missing NM_AVAILABLE_IN_1_16 macros for new APIth/pr/37Thomas Haller2018-11-181-0/+2
| * | manager: prefer nm_streq over strcmp in impl_manager_add_and_activate_connect...Thomas Haller2018-11-181-13/+11
| * | manager: fix checking for bind-lifetime setting in add-and-activateThomas Haller2018-11-181-6/+7
| * | manager: allow add-and-activate option "bind" with non-volatile profilesThomas Haller2018-11-182-6/+2
| * | policy: don't check for valid error in active_connection_keep_alive_changed()Thomas Haller2018-11-171-14/+12
| * | keep-alive: minor cleanup of nm_keep_alive_set_dbus_client_watch()Thomas Haller2018-11-171-20/+26
| * | keep-alive: cleanup tracking visible state of connectionThomas Haller2018-11-171-12/+29
| * | keep-alive: cache the alive-state and only emit the signal when it changedThomas Haller2018-11-171-15/+39
| * | keep-alive: various style fixesThomas Haller2018-11-172-32/+49
| * | keep-alive: drop unused error argumentThomas Haller2018-11-173-7/+5
| * | libnm: Add support to pass options to AddAndActivateConnectionBenjamin Berg2018-11-176-8/+141