summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: fix showing active state for `nmcli con show` with fieldsth/cli-fix-con-show-active-fieldThomas Haller2020-10-081-0/+1
* shared: enforce trailing semicolon after NM_UTILS_STRING_TABLE_LOOKUP_DEFINE()Thomas Haller2020-10-081-1/+2
* all: use _NM_DUMMY_STRUCT_FOR_TRAILING_SEMICOLON define for trailing semicolonThomas Haller2020-10-082-5/+5
* all: add trailing semicolon after NM_UTILS_STRING_TABLE_LOOKUP_DEFINE()Thomas Haller2020-10-082-4/+6
* shared: add NM_HASH_OBFUSCATE_PTR_STR() helper macroThomas Haller2020-10-081-0/+8
* systemd: merge branch systemd into masterThomas Haller2020-10-083-14/+88
|\
| * systemd: update code from upstream (2020-10-08)Thomas Haller2020-10-084-16/+114
* | systemd: basic/missing_syscall: fix syscall numbers for mips*Michael Biebl2020-10-081-2/+26
* | shared/c-rbtree: reimportThomas Haller2020-10-070-0/+0
|\ \
| * | Squashed 'shared/c-rbtree/' changes from 7624b79b26d0..bd1c14dc0d93Thomas Haller2020-10-072-11/+11
* | | c-rbtree: reduce alignment constraintsDavid Rheinsberg2020-10-072-11/+11
* | | platform/tests: skip test_platform_ip_address_pretty_sort_cmp() on non-amd64 ...Thomas Haller2020-10-071-0/+14
* | | platform/tests: print details about test failure for test_platform_ip_address...Thomas Haller2020-10-071-0/+13
* | | platform/tests: adjust regeneration of test code for test_platform_ip_address...Thomas Haller2020-10-071-4/+6
* | | platform: use also statvfs() to check for udevdAlfonso Sánchez-Beato2020-10-061-1/+24
* | | tests: adjust timeouts for test nm_utils_kill_child()Thomas Haller2020-10-061-1/+1
* | | CONTRIBUTING: add comments about our clang-format and various adjustments of ...Thomas Haller2020-10-061-14/+33
* | | build/release: before release check that all gitlab-ci tests ran successfullyThomas Haller2020-10-061-1/+37
* | | wifi/iwd: merge branch 'balrog-kun:iwd-fixes'Thomas Haller2020-10-062-43/+53
|\ \ \
| * | | iwd: Subscribe to object-added/removed ObjectManager signalsAndrew Zaborowski2020-10-061-17/+35
| * | | iwd: Disable periodic scanning when connectedAndrew Zaborowski2020-10-061-15/+17
| * | | iwd: Disconnect signals in NMDeviceIwd's disposeAndrew Zaborowski2020-10-061-11/+1
|/ / /
* | | build: fix "create-exports-NetworkManager.sh" to fail if "nm" failsThomas Haller2020-10-061-4/+7
* | | NEWS: updateThomas Haller2020-10-061-3/+8
* | | build/travis: remove travis integrationThomas Haller2020-10-052-87/+0
* | | systemd: workaround compilation failures against old glibcThomas Haller2020-10-052-0/+6
* | | contrib/release: restore original branch in dry-run modeThomas Haller2020-10-051-1/+7
* | | release: bump version to 1.29.0 (development)1.29.0-devBeniamino Galvani2020-10-052-3/+3
* | | release: bump version to 1.27.90 (1.28-rc1)1.28-rc1Beniamino Galvani2020-10-052-2/+2
* | | NEWS: updateBeniamino Galvani2020-10-051-8/+28
* | | systemd: merge branch systemd into masterBeniamino Galvani2020-10-0512-42/+119
|\ \ \ | | |/ | |/|
| * | systemd: update code from upstream (2020-10-05)Beniamino Galvani2020-10-0512-40/+119
* | | platform: reorder fields in NMPClass structThomas Haller2020-10-051-4/+3
* | | test/trivial: rename ASSERT_nmp_cache_is_consistent() function to nmtst_asser...Thomas Haller2020-10-053-12/+12
* | | platform: add typedefs for casting functions pointers to improve formattingThomas Haller2020-10-051-214/+115
* | | platform: fix formatting for _vt_cmd_plobj_id_cmp()/_vt_cmd_plobj_id_hash_upd...Thomas Haller2020-10-051-71/+88
* | | shared: return NULL from nm_malloc_maybe_a() when asking for zero bytesThomas Haller2020-10-021-21/+26
* | | platform/tests: fix bug in nmtstp_ip_address_check_lifetime() calculating tim...Thomas Haller2020-10-011-2/+2
* | | platform/trivial: use in_addr_t type for address in nm_platform_ip4_address_g...Thomas Haller2020-10-011-1/+1
* | | shared: add nm_ether_addr_to_string() helperThomas Haller2020-10-011-0/+12
* | | shared: add ether_addr field of type NMEtherAddr to NMIPAddr unionThomas Haller2020-10-014-6/+9
* | | l3cfg: merge branch 'th/l3cfg-11'Thomas Haller2020-09-3011-610/+893
|\ \ \
| * | | l3cfg: combine notify_type and payload data in NM_L3Cfg_SIGNAL_NOTIFY signalth/l3cfg-11Thomas Haller2020-09-303-88/+74
| * | | l3cfg: in NML3Cfg also track the current NMPlatformLink of the platform cacheThomas Haller2020-09-302-27/+46
| * | | l3cfg: cleanup nm_l3cfg_platform_commit() API and function to schedule commit...Thomas Haller2020-09-303-66/+62
| * | | l3cfg: add NM_L3_CONFIG_NOTIFY_TYPE_PLATFORM_CHANGE notificationThomas Haller2020-09-304-8/+58
| * | | l3cfg: add NM_L3_CONFIG_MERGE_FLAGS_ONLY_FOR_ACD merge flagThomas Haller2020-09-302-9/+24
| * | | l3cfg: extend nm_l3cfg_add_config() to accept default route table and metricThomas Haller2020-09-305-23/+115
| * | | l3cfg: add nm_l3cfg_get_multi_idx() accessorThomas Haller2020-09-301-0/+12
| * | | platform: add flags to NMPlatformIP[46]Route to allow overriding the route ta...Thomas Haller2020-09-303-289/+379