summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-16device: apply a loose IPv4 rp_filter when it would interfere with multihominglr/rp-filterLubomir Rintel1-0/+45
2017-03-16device: add convenience routines for IPv4 sysctlsLubomir Rintel1-0/+32
2017-03-16route-manager: emit a signal when IPv4 routes changeLubomir Rintel2-0/+18
2017-03-16route-manager: add routine to query route shadowing for a linkLubomir Rintel2-0/+28
2017-03-15device: ethernet: fix handling of autoconnect retries for non-802.1xBeniamino Galvani1-7/+9
2017-03-15device: fail DHCPv6 if a link-local address is not presentBeniamino Galvani1-5/+8
2017-03-15manager: don't schedule devices_inited_cb() a second timeThomas Haller1-8/+0
2017-03-15core: merge branch 'th/startup-complete-race-bgo779920'Thomas Haller3-33/+85
2017-03-15device: remove macro for logging in _set_unmanaged_flags()Thomas Haller1-14/+10
2017-03-15manager: disconnect NMSetting's startup-complete notification in check_if_sta...Thomas Haller1-5/+12
2017-03-15manager: delay startup-complete and devices-inited until idleThomas Haller2-8/+35
2017-03-15manager: process events of platform cache during nm_manager_start()Thomas Haller1-5/+7
2017-03-15device: delay startup complete until device is initialized in platformThomas Haller1-1/+21
2017-03-14all: use "unsigned" instead of "unsigned int"Thomas Haller10-14/+14
2017-03-14all: use "unsigned long" instead of "long unsigned"Thomas Haller10-16/+16
2017-03-14all: use "static inline" instead of "inline static"Thomas Haller1-4/+4
2017-03-13device: clear deactivating_cancellable in dispose()Thomas Haller1-0/+2
2017-03-13all: use nm_clear_g_cancellable()Thomas Haller9-44/+13
2017-03-10ifcfg-rh: drop an unused variableLubomir Rintel1-1/+0
2017-03-10build: allow longer manual page titlesLubomir Rintel1-1/+2
2017-03-10platform: implement NM_LINUX_PLATFORM_GET_PRIVATE() via _NM_GET_PRIVATE_VOID(...Thomas Haller1-7/+1
2017-03-10shared: add _NM_GET_PRIVATE_VOID() macroThomas Haller1-1/+19
2017-03-09platform/tests: use NMTST_WAIT_ASSERT() to wait for addressThomas Haller1-8/+5
2017-03-09merge: branch 'bg/reapply-more-bgo779794'Beniamino Galvani4-63/+200
2017-03-09device: reapply proxy configurationBeniamino Galvani1-39/+56
2017-03-09device: allow reapply of MTUBeniamino Galvani3-0/+57
2017-03-09device: reapply connection.lldp propertyBeniamino Galvani1-26/+41
2017-03-09device: ethernet: reapply link speed and wol settingsBeniamino Galvani1-0/+48
2017-03-09platform: tests: wait for non-tentative address before adding routeBeniamino Galvani1-0/+17
2017-03-09platform/tests: add test code to initialize NMPCacheId with bogus dataThomas Haller1-0/+14
2017-03-09platform: filter out invisible links for cache lookup by nameThomas Haller1-1/+5
2017-03-09platform: fix check in NMP_CLASS_IS_VALIDThomas Haller1-1/+1
2017-03-09platform/trivial: remove obsolete code commentThomas Haller1-5/+0
2017-03-09include: use double-quotes to include our own headersThomas Haller139-304/+302
2017-03-09device: ip-tunnel: free strings on disposeBeniamino Galvani1-0/+15
2017-03-09systemd: merge branch systemd into masterThomas Haller22-201/+209
2017-03-09systemd: update code from upstream (2017-03-08)Thomas Haller19-201/+195
2017-03-08test: platform: remove the source parameter from the ip6 route option testFrancesco Giudici1-6/+1
2017-03-08core/tests: add test for nm_match_spec_device() to match "except:*"Thomas Haller1-0/+4
2017-03-08all/trivial: unify construct-only property commentsThomas Haller12-21/+27
2017-03-08libnm: add assertion to NMObject that a dbus-object is setThomas Haller1-0/+2
2017-03-07libnm: chain up NMRemoteConnection::constructed() functionThomas Haller1-0/+2
2017-03-07device: add check for NULL connection diff in check_and_reapply_connection()Beniamino Galvani1-1/+3
2017-03-06contrib/rpm: reorder spec file and move bcond definitions togetherThomas Haller1-9/+8
2017-03-06contrib/rpm: remove unused default_with_* variablesThomas Haller1-19/+0
2017-03-06contrib/rpm: add explicit libxslt build dependencyThomas Haller1-0/+2
2017-03-06build: add configure check that we have perl and xstlproc for introspectionThomas Haller1-2/+8
2017-03-06merge: branch 'bg/route-options-rh1373698'Beniamino Galvani36-394/+1819
2017-03-06ifcg-rh/writer: stack allocate keys in write_ip4_setting()Thomas Haller1-57/+40
2017-03-06cli: support route optionsBeniamino Galvani3-55/+91