summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-29wifi/olpc-mesh: allow autoconnectLubomir Rintel1-1/+18
2018-11-29wifi/wext: fix double quotingLubomir Rintel1-1/+1
2018-11-29wifi: do not persist the mac address on AddAndActivateLubomir Rintel1-12/+0
2018-11-29meson/libnm.pc: set vpnservicedir path relative to ${prefix}Soapux1-1/+1
2018-11-29dnsmasq/shared: fix setting DNS nameserver and search for shared dnsmasqThomas Haller1-0/+2
2018-11-29device: merge branch 'th/device-set-mac-addr-no-down'Thomas Haller3-34/+81
2018-11-29device: avoid taking down link to change MAC addressThomas Haller1-25/+51
2018-11-29platform: add nm_platform_link_get_ifi_flags() helperThomas Haller2-9/+30
2018-11-29dbus: register object manager object before requesting dbus nameSebastien Fabre1-12/+14
2018-11-29dhcp: merge branch 'th/internal-dhcp6-iaid'Thomas Haller6-30/+76
2018-11-29dhcp: disable systemd's dhcp_identifier_set_iaid()Thomas Haller1-12/+5
2018-11-29dhcp: always explicitly set IAID of internal DHCPv6 clientThomas Haller2-2/+12
2018-11-29core: add nm_utils_create_dhcp_iaid() utilThomas Haller3-15/+55
2018-11-29dhcp6-client: handle IAID with value zeroThomas Haller1-1/+4
2018-11-28wifi: improve description of D-Bus' RequestScan()Damien Cassou1-1/+1
2018-11-28platform,shared: merge branch 'th/monotonic-timestamp-cleanup'Thomas Haller3-54/+98
2018-11-28shared: thread safe initialization of nm_utils_get_monotonic_timestamp*()Thomas Haller2-52/+98
2018-11-28platform/tests: fix assertion for unit test for address lifetimeThomas Haller1-2/+0
2018-11-28doc,all: fix spelling of Open vSwitch (instead of OpenVSwitch)Thomas Haller7-21/+21
2018-11-27initrd: actually use the constructed filenameLubomir Rintel1-1/+1
2018-11-23clients: Fix typo in _dump_team_link_watcher outputPatrick Talbert1-1/+1
2018-11-23team: make teamd log to syslogBeniamino Galvani1-2/+23
2018-11-23systemd: merge branch systemd into masterThomas Haller42-841/+1143
2018-11-23systemd: update code from upstream (2018-11-23)Thomas Haller39-834/+924
2018-11-23man: advise against configuring "monitor-connection-files" in NetworkManager....Thomas Haller1-0/+9
2018-11-22core: use nm_g_object_set_property() for setting properties from D-BusThomas Haller1-1/+5
2018-11-22lldp: fix parsing of vlan-name attributeBeniamino Galvani2-4/+5
2018-11-21libnm/doc: document NMActiveConnection::state-changed signalThomas Haller1-1/+6
2018-11-21merge: branch 'lr/ac-sort'Lubomir Rintel5-4061/+4279
2018-11-21cli/connections: improve sort by active connectionsLubomir Rintel1-4/+2
2018-11-21cli: deduplicate active connections sortLubomir Rintel4-4079/+4272
2018-11-21cli/connections: export nmc_active_connection_cmp()Lubomir Rintel2-4/+6
2018-11-21cli/devices: sort hotspots above in nmcli outputLubomir Rintel1-1/+26
2018-11-21libnm/remote-connection: fix "flags" property getterLubomir Rintel1-1/+1
2018-11-20cli: merge branch 'bg/cli-editor-save-rh1546805'Beniamino Galvani2-3/+51
2018-11-20cli: wait for changed signal after updating a connectionBeniamino Galvani1-2/+43
2018-11-20cli: editor: reload secrets after updating connectionBeniamino Galvani1-1/+2
2018-11-20libnm-core: macsec: don't require a cak in verify()Beniamino Galvani1-0/+6
2018-11-20keep-alive: check GetNameOwner lazy and only when we rely on the informationThomas Haller1-15/+38
2018-11-19dhcp: drop unused variableLubomir Rintel1-1/+0
2018-11-19keep-alive: avoid race with with D-Bus client disconnecting earlyBenjamin Berg1-2/+54
2018-11-19all: rename "bind" option for AddAndActivateConnection2 to "bind-activation"Thomas Haller3-7/+5
2018-11-19all: merge branch 'benzea/dbus-service-specific-connection'Thomas Haller16-17/+734
2018-11-19libnm: drop "_async" suffix from nm_client_add_and_activate_connection_options()Thomas Haller3-20/+20
2018-11-18libnm: add missing NM_AVAILABLE_IN_1_16 macros for new APIThomas Haller1-0/+2
2018-11-18manager: prefer nm_streq over strcmp in impl_manager_add_and_activate_connect...Thomas Haller1-13/+11
2018-11-18manager: fix checking for bind-lifetime setting in add-and-activateThomas Haller1-6/+7
2018-11-18manager: allow add-and-activate option "bind" with non-volatile profilesThomas Haller2-6/+2
2018-11-17policy: don't check for valid error in active_connection_keep_alive_changed()Thomas Haller1-14/+12
2018-11-17keep-alive: minor cleanup of nm_keep_alive_set_dbus_client_watch()Thomas Haller1-20/+26