summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp: add support for special ipv4.dhcp-client-id types "mac", "perm-mac", an...th/dhcp-client-id-bgo790660Thomas Haller2018-02-154-9/+84
* device: make ipv4.dhcp-client-id configurable via a global defaultThomas Haller2018-02-153-0/+14
* dhcp: inject client-id in GBytes format from NMDevice to nm_dhcp_manager_star...Thomas Haller2018-02-156-25/+38
* dhcp: refactor type of NMDhcpClient duid to be GBytesThomas Haller2018-02-1511-72/+87
* dhcp: refactor type of NMDhcpClient hwaddr to be GBytesThomas Haller2018-02-158-71/+59
* platform: cleanup nm_platform_link_get_address() to return-earlyThomas Haller2018-02-151-16/+12
* dhcp: initialize use_fqdn and info_only paramters in constructorThomas Haller2018-02-153-21/+39
* dhcp: cache info-only parameter in NMDhcpClientThomas Haller2018-02-156-13/+18
* dhcp: chain up parent stop() for NMDhcpSystem clientThomas Haller2018-02-153-2/+2
* dhcp: fix memleak parsing dhclient file with multiple dhcp-client-identifier ...Thomas Haller2018-02-152-1/+6
* systemd: merge branch systemd into masterThomas Haller2018-02-1558-527/+1538
|\
| * systemd: update code from upstream (2018-02-14)Thomas Haller2018-02-1450-520/+1507
* | settings: preserve agent-owned secrets on connection updateBeniamino Galvani2018-02-141-0/+14
* | cli: fix connections completionBeniamino Galvani2018-02-131-10/+11
* | cli: fix completion of help sub-commandBeniamino Galvani2018-02-131-3/+2
* | cli/polkit-agent: drop an extra newlineLubomir Rintel2018-02-131-1/+0
* | cli/connections: avoid using synchronous get_secrets()Lubomir Rintel2018-02-131-12/+40
* | platform/test: drop the /sys/devices danceLubomir Rintel2018-02-121-36/+1
* | platform/netns: don't try to overlay ro /sys with a rw oneLubomir Rintel2018-02-121-1/+5
* | ppp/plugin: use g_strlcpy()Lubomir Rintel2018-02-121-15/+4
* | platform/tests: (trivial) fix a typoLubomir Rintel2018-02-121-1/+1
* | platform/tests: disable tests touching sysctl when they're not writableLubomir Rintel2018-02-121-0/+17
* | connectivity: fix portal detection when using HTTP 204 based checksAleksander Morgado2018-02-121-5/+9
* | ifcfg: merge branch 'th/ifcfg-simple-dbus'Thomas Haller2018-02-125-76/+184
|\ \
| * | ifcfg-rh: rework D-Bus handling of ifcfg-rh settings pluginThomas Haller2018-02-122-35/+78
| * | ifcfg-rh: minor cleanup for _dbus_setup()Thomas Haller2018-02-121-6/+11
| * | dhcp: use NM_DEFINE_GDBUS_INTERFACE_INFO() macros to define D-Bus registratio...Thomas Haller2018-02-121-33/+17
| * | dhcp: mark descriptor tables for D-Bus as static constThomas Haller2018-02-121-10/+10
| * | shared: add nm_steal_int() helperThomas Haller2018-02-121-0/+19
| * | shared: add macros to define GDBus registration infoThomas Haller2018-02-121-0/+35
| * | shared: add NM_UNCONST_PTR() and NM_UNCONST_PPTR()Thomas Haller2018-02-121-0/+22
|/ /
* | contrib: add -h option to NM-logThomas Haller2018-02-121-3/+20
* | team: merge 'fg/team-clean-tx-hash-on-set-rh1541922'Francesco Giudici2018-02-122-23/+33
|\ \
| * | nmcli: team: do strict checking on runner-tx-hashesfg/team-clean-tx-hash-on-set-rh1541922Francesco Giudici2018-02-121-14/+19
| * | client: fix nmc_string_is_valid ambiguous detectionFrancesco Giudici2018-02-121-9/+11
| * | nmcli: team: clear runner-tx-hash before adding new hashesFrancesco Giudici2018-02-121-0/+3
|/ /
* | build/meson: fix printing DHCP build statusThomas Haller2018-02-111-1/+1
* | ovs/trivial: fix indentationThomas Haller2018-02-091-21/+20
* | wifi/iwd: merge branch 'az/more-iwd-fixes-pr62'Thomas Haller2018-02-092-40/+141
|\ \
| * | wifi/iwd: make NMIwdManager:dispose() reentrantThomas Haller2018-02-091-2/+4
| * | iwd: avoid duplicate nm_device_iwd_set_dbus_object callAndrew Zaborowski2018-02-091-0/+3
| * | iwd: recreate GDbusObjectManagerClient on reconnectAndrew Zaborowski2018-02-091-21/+27
| * | iwd: keep reference to NMManager, disconnect signalsAndrew Zaborowski2018-02-091-14/+11
| * | iwd: initialize priv->can_connect when DBus interface appearsAndrew Zaborowski2018-02-091-1/+6
| * | iwd: simple periodic scanningAndrew Zaborowski2018-02-091-5/+93
|/ /
* | connectivity: cleanup conditions in curl_check_connectivity()Thomas Haller2018-02-091-15/+16
* | connectivity: allow 204 (no content) as connectivity testAleksander Morgado2018-02-091-3/+14
* | platform: fix handling secondary addresses during nm_platform_ip4_address_sync()Thomas Haller2018-02-091-1/+2
* | core: distinguish between IFA_F_SECONDARY and IFA_F_TEMPORARYThomas Haller2018-02-094-14/+14
* | core: merge branch 'th/ip6-temp-addr-sync-rh1542609'Thomas Haller2018-02-0910-167/+348
|\ \