summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: use netlink for configuring bridge settingsth/ss/NMPOject1Sayed Shah2020-08-147-29/+194
* settings: suppress wrong warning about wait-device-timeout for devices that a...Thomas Haller2020-08-131-4/+6
* systemd: merge branch systemd into masterThomas Haller2020-08-136-14/+78
|\
| * systemd: update code from upstream (2020-08-11)Thomas Haller2020-08-136-14/+78
* | initrd: always set "connection.wait-device-timeout" even if profile has no in...Thomas Haller2020-08-121-4/+1
* | core: merge branch 'th/settings-wait-device-timeout'Thomas Haller2020-08-125-191/+254
|\ \
| * | settings: rework wait-device-timeout handling and consider device compatibilityThomas Haller2020-08-125-187/+209
| * | settings: let NMSettings reference NMManagerThomas Haller2020-08-123-4/+45
|/ /
* | tools: minor cleanup to ensure "from_meson" variable is yet set from externThomas Haller2020-08-121-0/+1
* | libnm/docs: fix doc for D-Bus format of "ipv6.route-data"Thomas Haller2020-08-101-1/+1
* | license: add Zephaniah to RELICENSE.mdThomas Haller2020-08-101-0/+1
* | platform: merge branch 'ss/NMPObject'Thomas Haller2020-08-0712-29/+280
|\ \
| * | platform: add support for configuring bridge settings via netlinkSayed Shah2020-08-0712-4/+256
| * | nmp-object: add space before parenthesesSayed Shah2020-08-071-25/+24
|/ /
* | keyfile: use NM_STR_HAS_SUFFIX_ASCII_CASE_WITH_MORE() to check filename suffixThomas Haller2020-08-071-25/+7
* | shared: add NM_STR_HAS_SUFFIX_WITH_MORE()/NM_STR_HAS_SUFFIX_ASCII_CASE_WITH_M...Thomas Haller2020-08-072-3/+29
* | shared: avoid "-Wmaybe-uninitialized" in _char_lookup_has()Thomas Haller2020-08-071-0/+5
* | l3cfg: merge branch 'th/l3cfg-5'Thomas Haller2020-08-0613-83/+98
|\ \
| * | l3cfg: change l3cd for-each macros to take pointers instead of variable namesThomas Haller2020-08-063-19/+19
| * | shared: change NM_SWAP() macro to take pointer argumentsThomas Haller2020-08-068-16/+18
| * | shared: add CharLookupTable type for nm_utils_strsplit_set_full()Thomas Haller2020-08-061-48/+57
| * | shared: add nm_puint32_hash/nm_puint32_equals helpersThomas Haller2020-08-061-0/+4
|/ /
* | initrd: merge branch 'bg/initrd-wait-rh1853348'Beniamino Galvani2020-08-063-6/+114
|\ \
| * | initrd: wait for bootdev or all devices if rd.neednet=1bg/initrd-wait-rh1853348Beniamino Galvani2020-08-063-3/+104
| * | initrd: disable STP on bridgesBeniamino Galvani2020-08-062-3/+10
|/ /
* | bond: merge branch 'ac/bond_reapply'Antonio Cardace2020-08-062-64/+116
|\ \
| * | bond: let 'reapply()' reapply all supported optionsac/bond_reapplyAntonio Cardace2020-08-061-40/+101
| * | bond: fix can_reapply_change() false positivesAntonio Cardace2020-08-061-24/+7
| * | shared: extend NM_IN_STRSET and NM_IN_SET to support up to 20 argsAntonio Cardace2020-08-061-0/+8
|/ /
* | platform: add the NM_SETTING_WIRELESS_WAKE_ON_WLAN_IGNORE status checkLi-Hao Liao (Leon Liao)2020-08-061-1/+4
* | dhcp: merge branch 'bg/dhcpv6-hostname-rh1858344'Beniamino Galvani2020-08-064-1/+12
|\ \
| * | policy: get the DHCPv6 hostname from the FQDN optionbg/dhcpv6-hostname-rh1858344Beniamino Galvani2020-08-061-1/+1
| * | dhcp: export the DHCPv6 FQDN optionBeniamino Galvani2020-08-063-0/+11
|/ /
* | shared/c-stdaux: reimportThomas Haller2020-08-050-0/+0
|\ \
| * | Squashed 'shared/c-stdaux/' changes from 3b35c47d2bee..ffa3dcc36533Thomas Haller2020-08-051-1/+1
* | | shared/c-siphash: reimportThomas Haller2020-08-050-0/+0
|\ \ \
| * | | Squashed 'shared/c-siphash/' changes from 996b79578d94..d8b3a7a8f40eThomas Haller2020-08-051-1/+1
* | | | shared/n-acd: reimportThomas Haller2020-08-050-0/+0
|\ \ \ \
| * | | | Squashed 'shared/n-acd/' changes from 0237ba54bef7..5c43b8a010a6Thomas Haller2020-08-054-6/+6
* | | | | nettools: reimport nettools' n-dhcp4Thomas Haller2020-08-050-0/+0
|\ \ \ \ \
| * | | | | Squashed 'shared/n-dhcp4/' changes from 5aeb53d149b4..03d38e83e558Thomas Haller2020-08-059-20/+20
* | | | | | l3cfg: merge branch 'th/l3cfg-4'Thomas Haller2020-08-0530-588/+1210
|\ \ \ \ \ \
| * | | | | | l3cfg: rework merging NML3ConfigData to give more control over how to mergeth/l3cfg-4Thomas Haller2020-08-053-114/+95
| * | | | | | l3cfg: add more API to NML3ConfigDataThomas Haller2020-08-052-21/+213
| * | | | | | l3cfg: forward declare NML3ConfigData in "nm-types.h"Thomas Haller2020-08-052-2/+1
| * | | | | | l3cfg: add nm_l3_config_data_set_source()Thomas Haller2020-08-052-0/+23
| * | | | | | l3cfg: rename NML3ConfigData instances from l3cfg to l3cdThomas Haller2020-08-054-57/+57
| * | | | | | core: add NMIPConfig as base class for NMIP[46]ConfigThomas Haller2020-08-058-24/+213
| * | | | | | core: change NM_IS_IP_CONFIG() to have no additional argumentThomas Haller2020-08-055-9/+11
| * | | | | | core: add nm_dbus_object_unexport_on_idle() helperThomas Haller2020-08-052-0/+30