summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: pre-increment netlink sequence number and add commentbg/extack-bgo793261Thomas Haller2018-03-091-3/+4
* platform: minor cleanup of assertions in nm_platform_cache_update_emit_signal()Thomas Haller2018-03-091-5/+4
* platform: remove unused typedefBeniamino Galvani2018-03-091-5/+0
* platform: return extack message from WaitForNlResponse delayed actionBeniamino Galvani2018-03-091-25/+45
* platform: print error message from netlink extended ackBeniamino Galvani2018-03-093-2/+56
* man: drop duplicate text from dhcp-client-id descriptionFrancesco Giudici2018-03-062-4/+2
* platform: don't require cloned flag for RTM_GETROUTE IPv6 resultBeniamino Galvani2018-03-052-5/+48
* travis: install meson 0.44.1 for travis' meson buildThomas Haller2018-03-051-1/+12
* wifi/iwd: merge branch 'az/iwd-secret-handling' (#73)Thomas Haller2018-03-053-250/+159
|\
| * iwd: don't call nm_wifi_ap_set_ssid for empty SSIDAndrew Zaborowski2018-03-051-1/+2
| * iwd: fix device-added signal handler signatureAndrew Zaborowski2018-03-051-2/+2
| * iwd: set Device.Powered during set_enableAndrew Zaborowski2018-03-051-8/+43
| * iwd: Disable timeout for iwd Device.Connect callAndrew Zaborowski2018-03-051-1/+1
| * iwd: Only request secrets on request from IWDAndrew Zaborowski2018-03-053-242/+115
|/
* libnm/keyfile: merge branch 'th/keyfile-cert-parser' (#71)Thomas Haller2018-03-031-163/+139
|\
| * libnm/keyfile: refactor cert_parser() by merge helper functionsThomas Haller2018-03-031-158/+118
| * libnm/keyfile: refactor error paths for cert_parser()Thomas Haller2018-03-031-64/+80
| * libnm/keyfile/trivial: rename local variables in preparation of refactoringThomas Haller2018-03-031-38/+38
|/
* core: fix leaking connection in impl_settings_add_connection_helper()Thomas Haller2018-02-281-15/+10
* core: fix typo for parameter as "paramter"Thomas Haller2018-02-284-9/+9
* ifcfg: don't skip ipv4 properties when method is sharedfg/dhcp-hostname_persist-rh1519299Francesco Giudici2018-02-281-54/+41
* dhcp: fix uninitialized pointer in DHCP listener's _method_call_handle()Thomas Haller2018-02-281-1/+1
* libnm/tests: fix compilation of test-generalThomas Haller2018-02-261-2/+2
* libnm/tests: avoid compiler message about -fvar-tracking-assignments in test-...Thomas Haller2018-02-261-2081/+2117
* platform/wifi: don't pass ownership of message to nl80211_send_and_recv()Thomas Haller2018-02-241-11/+9
* platform/wifi: fix memleak in _nl80211_send_and_recv()Thomas Haller2018-02-241-1/+2
* platform/wifi: drop an unused variableLubomir Rintel2018-02-231-1/+0
* merge: branch 'lr/ugly-descriptions'Lubomir Rintel2018-02-234-217/+2687
|\
| * libnm/device: use the type name for description if the product is emptylr/ugly-descriptionsLubomir Rintel2018-02-231-2/+5
| * libnm/device: (trivial) move some function upwardsLubomir Rintel2018-02-231-130/+130
| * libnm/device: prefer FROM_DATABASE udev propertiesLubomir Rintel2018-02-231-7/+6
| * libnm/utils: drop part after a dash in product nameLubomir Rintel2018-02-232-0/+17
| * libnm/utils: extend the product fixup phrase listLubomir Rintel2018-02-234-41/+2070
| * libnm/utils: ignore parts of vendor name after a slashLubomir Rintel2018-02-232-2/+17
| * libnm/utils: deal with the square brackets on producr/vendor fixupLubomir Rintel2018-02-232-5/+38
| * libnm/utils: ignore stuff in parentheses for vendor/product fixupsLubomir Rintel2018-02-232-2/+19
| * libnm/utils: add more phrases to vendor fixup listLubomir Rintel2018-02-232-1/+174
| * libnm/utils: split out vendor fixupLubomir Rintel2018-02-234-74/+258
|/
* systemd: merge branch systemd into masterBeniamino Galvani2018-02-2315-75/+197
|\
| * systemd: update code from upstream (2018-02-23)Beniamino Galvani2018-02-2316-78/+198
* | libsystemd-network: fix endianness in ARP BPF filterBeniamino Galvani2018-02-231-2/+2
* | wwan: merge branch 'th/modem-ip-iface'Thomas Haller2018-02-2211-291/+392
|\ \
| * | wwan: drop nm_modem_get_data_port() functionth/modem-ip-ifaceThomas Haller2018-02-215-15/+2
| * | device: don't set invalid ip-ifaceThomas Haller2018-02-211-11/+11
| * | wwan: rework setting modem's data-portThomas Haller2018-02-218-142/+185
| * | bluetooth: fail activation when setting unknown ip-ifaceThomas Haller2018-02-211-4/+11
| * | wwan: avoid dangling pointer for error variable in connect_ready()Thomas Haller2018-02-211-2/+3
| * | device: don't set NMDeviceModem's ip-iface right after constuctionThomas Haller2018-02-211-12/+1
| * | wwan: make NM_MODEM_DATA_PORT not a construct propertyThomas Haller2018-02-213-40/+35
| * | wwan: notify change of modem:data-port when clearing ip-ifaceThomas Haller2018-02-211-1/+2