summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ndhcp4: trying sandboxing with rustac/dhcp_rustAntonio Cardace2020-08-219-0/+1222
* 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
| * | | | | core: merge IPv4/IPv6 implementations of nm_utils_ip_{addresses,routes}_to_db...Thomas Haller2020-08-054-258/+165
| * | | | | core: extract helper functions for creating address/route variant for D-BusThomas Haller2020-08-054-271/+397
| * | | | | dhcp: cleanup "nm-dhcp-utils.c"Thomas Haller2020-08-051-69/+53
| * | | | | dhcp/nettools: don't use systemd header "hostname-util.h" in "nm-dhcp-nettool...Thomas Haller2020-08-051-3/+2
| * | | | | shared,core: extend nm_utils_is_specific_hostname() and move to sharedThomas Haller2020-08-054-14/+116
| * | | | | shared: add nm_strcmp_ascii_case_with_data() helperThomas Haller2020-08-052-0/+10
| * | | | | shared: add NM_STR_HAS_SUFFIX_ASCII_CASE() macroThomas Haller2020-08-051-0/+14
| * | | | | shared: add NM_IN_STRSET_ASCII_CASE() macroThomas Haller2020-08-052-0/+30