summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* platform: use netlink for configuring bridge settingsth/ss/NMPOject1Sayed Shah2020-08-146-25/+190
* 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-131-1/+1
|\
| * systemd: update code from upstream (2020-08-11)Thomas Haller2020-08-131-1/+1
* | initrd: always set "connection.wait-device-timeout" even if profile has no in...Thomas Haller2020-08-121-4/+1
* | settings: rework wait-device-timeout handling and consider device compatibilityThomas Haller2020-08-123-167/+204
* | settings: let NMSettings reference NMManagerThomas Haller2020-08-123-4/+45
* | platform: add support for configuring bridge settings via netlinkSayed Shah2020-08-0711-4/+252
* | nmp-object: add space before parenthesesSayed Shah2020-08-071-25/+24
* | 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-064-5/+5
* | 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: 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
* | platform: add the NM_SETTING_WIRELESS_WAKE_ON_WLAN_IGNORE status checkLi-Hao Liao (Leon Liao)2020-08-061-1/+4
* | 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
* | 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-057-17/+205
* | 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-051-14/+0
* | systemd: merge branch systemd into masterBeniamino Galvani2020-08-0413-58/+194
|\ \ | |/
| * systemd: update code from upstream (2020-08-04)Beniamino Galvani2020-08-0414-61/+197
* | wifi: avoid crash due to incomplete Wi-Fi API infoThomas Haller2020-08-031-0/+7
* | l3cfg: track externally removed addresses/routesThomas Haller2020-07-315-32/+390
* | l3cfg: add support for tracking routes that are currently unavailableThomas Haller2020-07-312-6/+254
* | l3cfg: add nm_l3cfg_platform_commit()Thomas Haller2020-07-314-1/+85
* | l3cfg: track route-table sync mode in NML3ConfigDataThomas Haller2020-07-313-7/+45
* | l3cfg: add nm_l3_config_data_add_dependent_routes()Thomas Haller2020-07-313-0/+350
* | l3cfg: support tracking NML3ConfigData in NML3CfgThomas Haller2020-07-314-31/+625
* | l3cfg: support more properties in NML3ConfigDataThomas Haller2020-07-312-25/+140
* | l3cfg: add flags for affecting how add-object works for NML3ConfigDataThomas Haller2020-07-312-47/+102
* | l3cfg: add nm_l3_config_data_cmp()/nm_l3_config_data_equal()Thomas Haller2020-07-312-0/+108
* | l3cfg: add NM_IS_L3_CONFIG_DATA() for asserting valid NML3ConfigData instancesThomas Haller2020-07-312-25/+38
* | platform: move full-sync parameter away from nm_platform_ip_address_sync()Thomas Haller2020-07-312-24/+43
* | platform: allow injecting the list of addresses to pruneThomas Haller2020-07-312-13/+53
* | platform: minor cleanup in nm_platform_ip_address_sync()Thomas Haller2020-07-311-11/+10
* | platform: merge nm_platform_ip_address_sync() implementationsThomas Haller2020-07-312-277/+253
* | platform: add NMP_OBJECT_TYPE_TO_ADDR_FAMILY() helperThomas Haller2020-07-312-10/+10
* | core: inline _add_local_route_from_addr[46] helper functionThomas Haller2020-07-312-68/+42