summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: keep client running after activation failurebg/dhcp-keepBeniamino Galvani2019-09-161-8/+16
* device: accept lease only after addresses are configuredBeniamino Galvani2019-09-161-2/+14
* n-dhcp4: arm timers in bound stateBeniamino Galvani2019-09-161-1/+1
* merge: branch 'fg/nettools_dhcp_options_II'Francesco Giudici2019-09-134-162/+135
|\
| * dhcp: nettools: drop useless "options" GHashTable checksFrancesco Giudici2019-09-131-8/+5
| * dhcp: nettools: add utf8 checking on the wpad optionFrancesco Giudici2019-09-132-3/+7
| * dhcp: nettools: drop the 'iface' parameter when no more usedFrancesco Giudici2019-09-131-25/+13
| * dhcp: nettools: drop plugin logging of the lease optionsFrancesco Giudici2019-09-131-38/+17
| * dhcp: internal: drop plugin logging of the lease optionsFrancesco Giudici2019-09-131-88/+20
| * dhcp: log the dhcp options got in the lease once for all pluginFrancesco Giudici2019-09-131-9/+11
| * dhcp: nettools: retrieve and expose the private dhcp optionsFrancesco Giudici2019-09-131-0/+38
| * dhcp: nettools: retrieve and expose the expiry timeFrancesco Giudici2019-09-131-8/+41
|/
* wifi: allow reapply when the seen-bssids property changedBeniamino Galvani2019-09-132-0/+2
* meson: fix build_clean.sh -w meson -w testFrancesco Giudici2019-09-131-0/+1
* libnm: Add missing autoptr macros for classesRobert Ancell2019-09-131-0/+40
* build: make test-service-providers depend on nm-core-enum-types.hLubomir Rintel2019-09-111-0/+2
* build/debian: install mobile-broadband-provider-infolr/debian-service-providerLubomir Rintel2019-09-112-0/+2
* merge: branch 'lr/gsm-default-apn'Lubomir Rintel2019-09-1122-78/+1000
|\
| * wwan/modem-broadband: add capability to look up default APN/username/passwordlr/gsm-default-apnLubomir Rintel2019-09-116-28/+127
| * wwan/modem-broadband: get rid of g_assert*()Lubomir Rintel2019-09-111-10/+13
| * wwan/tests: test service-providers.xml parserLubomir Rintel2019-09-116-2/+243
| * wwan: add service-providers.xml parserLubomir Rintel2019-09-114-1/+489
| * setting-gsm: allow empty apn property in verify()Thomas Haller2019-09-112-2/+2
| * setting-gsm: use size_t variable for strlen() resultThomas Haller2019-09-111-5/+6
| * setting-gsm: add auto-config propertyLubomir Rintel2019-09-117-4/+94
| * core/connection: drop some unused parametersLubomir Rintel2019-09-111-30/+30
|/
* wwan: remove an accidentally committed fileLubomir Rintel2019-09-111-0/+0
* contrib/modemu: also clean up on SIGTERMLubomir Rintel2019-09-101-0/+1
* initrd: fix dt testLubomir Rintel2019-09-101-0/+19
* merge: branch 'lr/licensing'Lubomir Rintel2019-09-10917-12863/+1892
|\
| * contrib/checkpatch: fix the systemd code pathlr/licensingLubomir Rintel2019-09-101-1/+1
| * contrib/checkpatch: check for SPDX tagsLubomir Rintel2019-09-101-1/+8
| * all: SPDX header conversionLubomir Rintel2019-09-10908-12933/+935
| * contrib/spdx: add a tool that determines SPDX licensing headersLubomir Rintel2019-09-101-0/+105
| * docs: include the license boilerplate instead of full GPL textLubomir Rintel2019-09-104-5/+71
| * COPYING: make sure we ship the relevant license textsLubomir Rintel2019-09-106-28/+877
|/
* initrd: add devicetree supportLubomir Rintel2019-09-1028-1/+603
* merge: branch 'lr/olpc-mesh'Lubomir Rintel2019-09-073-26/+104
|\
| * platforn/linux: don't fall back to WEXT for OLPC Meshlr/olpc-meshLubomir Rintel2019-09-071-9/+1
| * wifi/olpc-mesh: fix the stage2Lubomir Rintel2019-09-071-14/+33
| * wifi/olpc-mesh: drop assert(companion) from get_autoconnect_allowed()Lubomir Rintel2019-09-071-3/+3
| * wifi: add OLPC Mesh support via nl80211Lubomir Rintel2019-09-071-0/+67
|/
* build: use regexp in gtkdoc --ignore-decorators optionBeniamino Galvani2019-09-064-15/+2
* meson: fix build_clean.sh -w meson -w testFrancesco Giudici2019-09-051-0/+1
* dhcp: merge branch 'fg/nettools_persist_lease'Francesco Giudici2019-09-057-65/+127
|\
| * dhcp: nettools: read/write lease filesFrancesco Giudici2019-09-051-2/+57
| * dhcp: dhclient: use the shared function to retrieve the lease file pathFrancesco Giudici2019-09-051-24/+2
| * dhcp: prefer nm_assert() to g_assert*()Francesco Giudici2019-09-053-3/+3
| * dhcp: internal: use the shared function to retrieve the lease file pathFrancesco Giudici2019-09-051-35/+5
| * dhcp: add a shared function to retrieve the dhcp lease fileFrancesco Giudici2019-09-052-1/+60
|/