summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: avoid extra memory allocations in NMDnsEntryth/libnm-dns-entry-cleanupThomas Haller2019-11-211-19/+37
* libnm: make NMDnsEntry immutable and refcountedThomas Haller2019-11-213-66/+46
* shared: add nm_utils_strv_dup_inline() utilThomas Haller2019-11-213-2/+161
* libnm: refactor caching of D-Bus objects in NMClientThomas Haller2019-11-2160-6914/+7447
* shared: add nm_utils_g_main_context_create_integrate_source() for integrating...Thomas Haller2019-11-213-0/+562
* shared: make NM_STRUCT_OFFSET_ENSURE_TYPE() work with arraysThomas Haller2019-11-211-2/+2
* shared: mark _notify() function as "_nm_unused"Thomas Haller2019-11-211-1/+1
* shared: add nm_auto_unref_gmaincontext macroThomas Haller2019-11-211-0/+3
* shared: add nm_pint_hash()/nm_pint_equals() utilsThomas Haller2019-11-212-0/+28
* shared/nm-glib: add compat implementation for G_SOURCE_FUNC()Thomas Haller2019-11-211-0/+6
* sd: cleanup integrating systemd's event loop with GMainContextThomas Haller2019-11-211-38/+25
* dhcp/nettools: fix assertion failure to calculate lease lifetimesThomas Haller2019-11-211-1/+1
* ethernet: wait for carrier before starting supplicantBeniamino Galvani2019-11-211-2/+43
* device: check for disconnected state before activating NMActRequestBeniamino Galvani2019-11-211-1/+1
* device: allow reapply of all "user" settingsThomas Haller2019-11-201-0/+2
* n-dhcp4: fix state transitions on timer dispatchBeniamino Galvani2019-11-201-3/+4
* dhcp/nettools: merge branch 'th/dhcp-lifetime'Thomas Haller2019-11-204-28/+97
|\
| * dhcp/nettools: exactly calculate lease lifetimesThomas Haller2019-11-201-21/+41
| * dhcp/nettools: don't trim the "expiry" timestamp to 32 bitThomas Haller2019-11-201-9/+8
| * shared: add nm_utils_monotonic_timestamp_from_boottime() utilThomas Haller2019-11-203-0/+50
|/
* n-dhcp4: merge branch 'lease-time'Thomas Haller2019-11-204-13/+23
|\
| * lease: add n_dhcp4_client_lease_get_basetime()Thomas Haller2019-11-202-0/+13
| * incoming: don't handle 0xFFFFFFFF timestamps special in n_dhcp4_incoming_quer...Thomas Haller2019-11-201-4/+1
| * probe: unconditionally pass ownership of message in n_dhcp4_client_probe_disp...Thomas Haller2019-11-201-13/+11
| * probe: fix leaking message during client probeThomas Haller2019-11-201-3/+5
|/
* n-dhcp4: ci: drop broken armv7hlDavid Rheinsberg2019-11-201-2/+0
* ovs: allow changing mac address of bridges and interfacesBeniamino Galvani2019-11-204-16/+79
* ovs: fix memory leakBeniamino Galvani2019-11-201-1/+1
* n-dhcp4: util/link: suppress gcc warningDavid Rheinsberg2019-11-201-1/+1
* build: meson: fix dependency to gdbus generated headersBeniamino Galvani2019-11-201-3/+3
* systemd: merge branch systemd into masterThomas Haller2019-11-2064-291/+644
|\
| * systemd: update code from upstream (2019-11-19)Thomas Haller2019-11-1957-278/+637
* | bluetooth: build test program only when tests are enabledBeniamino Galvani2019-11-191-8/+10
* | libnm: fix annotation for out arguments of nm_bridge_vlan_get_vid_range()Thomas Haller2019-11-191-2/+2
* | merge: branch 'lr/initrd-fixes'Lubomir Rintel2019-11-184-64/+239
|\ \
| * | initrd/tests: put the bootif=no next to the other bootif testslr/initrd-fixesLubomir Rintel2019-11-181-12/+12
| * | dracut/cmdline: don't combine BOOTIF with on with a name or a MAC addressLubomir Rintel2019-11-182-5/+108
| * | utils: make nm_utils_hwaddr_matches() accept NULLLubomir Rintel2019-11-182-8/+19
| * | initrd/cmdline: split add_conn() from get_conn()Lubomir Rintel2019-11-181-32/+49
| * | initrd: don't overwrite just any connection's name with bootdev= argumentLubomir Rintel2019-11-182-0/+41
| * | initrd: default bridge name to br0 as opposed to bridge0Lubomir Rintel2019-11-182-7/+10
|/ /
* | manager: assume DHCP if we see a lease on taking over an initramfs connectionLubomir Rintel2019-11-181-0/+6
* | merge; branch 'lr/nettools-siaddr'Lubomir Rintel2019-11-185-0/+28
|\ \
| * | dhcp/nettools: add siaddr to lease optionslr/nettools-siaddrLubomir Rintel2019-11-181-0/+11
| * | n-dhcp4/lease: expose the server IP addressLubomir Rintel2019-11-184-0/+17
|/ /
* | systemd: add siaddr to lease optionsLubomir Rintel2019-11-183-0/+11
* | utils: alow matching ipv6 new method 'disable'Frank Deng2019-11-181-3/+4
* | merge: branch 'bg/dhcp-iaid-rh1749358'Beniamino Galvani2019-11-1124-685/+1281
|\ \
| * | all: support 'stable' DHCP IAIDbg/dhcp-iaid-rh1749358Beniamino Galvani2019-11-114-11/+38
| * | core: support ipvX.dhcp-iaid propertiesBeniamino Galvani2019-11-1111-32/+210