summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* platform: don't consult cache before invoking netlink operationth/platform-link-get-cleanupThomas Haller2018-11-301-11/+1
* platform: assert against valid ifindex and remove duplicate assertionsThomas Haller2018-11-305-60/+14
* platform/tests: improve nmtstp_link_delete() for deleting linksThomas Haller2018-11-303-27/+32
* platform: move assertion from nm_platform_link_get() to nm_platform_link_get_...Thomas Haller2018-11-301-9/+6
* platform: let nmp_cache_lookup_link_full() prefer visible linksThomas Haller2018-11-301-4/+11
* all: say Wi-Fi instead of "wifi" or "WiFi"Lubomir Rintel2018-11-2922-33/+33
* wifi/olpc-mesh: allow autoconnectLubomir Rintel2018-11-291-1/+18
* wifi/wext: fix double quotingLubomir Rintel2018-11-291-1/+1
* wifi: do not persist the mac address on AddAndActivateLubomir Rintel2018-11-291-12/+0
* dnsmasq/shared: fix setting DNS nameserver and search for shared dnsmasqThomas Haller2018-11-291-0/+2
* device: avoid taking down link to change MAC addressThomas Haller2018-11-291-25/+51
* platform: add nm_platform_link_get_ifi_flags() helperThomas Haller2018-11-292-9/+30
* dbus: register object manager object before requesting dbus nameSebastien Fabre2018-11-291-12/+14
* 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
* shared: thread safe initialization of nm_utils_get_monotonic_timestamp*()Thomas Haller2018-11-281-2/+2
* platform/tests: fix assertion for unit test for address lifetimeThomas Haller2018-11-281-2/+0
* initrd: actually use the constructed filenameLubomir Rintel2018-11-271-1/+1
* team: make teamd log to syslogBeniamino Galvani2018-11-231-2/+23
* systemd: merge branch systemd into masterThomas Haller2018-11-2340-829/+1127
|\
| * systemd: update code from upstream (2018-11-23)Thomas Haller2018-11-2338-822/+912
* | 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
* | 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-191-2/+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-181-5/+1
* | 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
* | core: Add option to AddAndActivateConnection2 to bind the lifetimeBenjamin Berg2018-11-173-1/+43
* | core: Add persist option to AddAndActivateConnection2Benjamin Berg2018-11-171-10/+42
* | core: Add an AddAndActivateConnection2 routine with options parameterBenjamin Berg2018-11-171-1/+40
* | core: Introduce helper class to track connection keep aliveBenjamin Berg2018-11-177-2/+383
* | device: ignore "carrier-wait" when device is already activatedThomas Haller2018-11-151-1/+11
* | systemd: fix crash by unrefing event sources before re-adding themBenjamin Berg2018-11-151-0/+2
* | dhcp: initialize hostname as construct-propertyThomas Haller2018-11-143-12/+16
* | core/trivial: add code comment about DHCP client-id/DUIDth/dhcp-client-id-mac-rh1640494Thomas Haller2018-11-131-0/+26
* | dhcp: add "ipv4.dhcp-client-id=duid" settingThomas Haller2018-11-131-0/+6
* | dhcp: always require hwaddr in internal DHCP clint ip6_start()Thomas Haller2018-11-131-19/+16
* | all: add "${MAC}" substituion for "connection.stable-id"Thomas Haller2018-11-134-1/+14
* | dhcp: cleanup error handling in internal DHCP client's startThomas Haller2018-11-131-77/+79