summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.25.2-dev1.25.2-devBeniamino Galvani2020-05-292-2/+2
* NEWS: updateBeniamino Galvani2020-05-291-0/+2
* NEWS: updateThomas Haller2020-05-291-0/+6
* core: merge branch 'th/ethtool-reset-autoneg'Thomas Haller2020-05-294-98/+108
|\
| * device: reset original autoneg/speed/duplex setting on deactivateThomas Haller2020-05-291-1/+58
| * device: inline nm_platform_ethtool_init_ring() functionThomas Haller2020-05-293-49/+22
| * device: only ready existing ethtool ring settings if neededThomas Haller2020-05-291-55/+35
|/
* merge: branch 'bg/ipv6-kernel-token-rh1819680'Beniamino Galvani2020-05-282-12/+47
|\
| * core: clear IPv6 kernel token when deactivating a devicebg/ipv6-kernel-token-rh1819680Beniamino Galvani2020-05-282-1/+2
| * device: set accept_ra to 1 when changing IPv6 kernel tokenBeniamino Galvani2020-05-281-11/+45
|/
* team: merge branch 'bg/team-no-dbus-rh1784363'Beniamino Galvani2020-05-281-52/+129
|\
| * team: support operation without D-Busbg/team-no-dbus-rh1784363Beniamino Galvani2020-05-281-52/+120
| * team: ensure that teamd is running for assumed devicesBeniamino Galvani2020-05-281-0/+9
|/
* ifcfg-rh: merge branch 'th/ifcfg-rh-802-1x-pin'Thomas Haller2020-05-289-9/+31
|\
| * ifcfg-rh: support persisting 802-1x.pin and pin-flags propertyThomas Haller2020-05-289-5/+27
| * libnm,ifcfg-rh: fix documentation for IEEE_8021X_SYSTEM_CA_CERTS in `man nm-s...Thomas Haller2020-05-281-2/+2
| * libnm,ifcfg-rh: fix documentation for IEEE_8021X_PASSWORD_RAW_FLAGS in `man n...Thomas Haller2020-05-281-2/+2
|/
* tc: merge branch 'bg/qdisc-sync-rh1815875'Beniamino Galvani2020-05-2810-12/+215
|\
| * platform: add tc testsBeniamino Galvani2020-05-287-0/+162
| * platform: rework qdisc synchronizationBeniamino Galvani2020-05-282-10/+48
| * platform: use ECHO flag for qdisc and filter requestsBeniamino Galvani2020-05-283-2/+5
|/
* initrd: don't generate new connections for rd.znetBeniamino Galvani2020-05-282-4/+30
* device: add mechanism to call stage1 for external or assumed devicesBeniamino Galvani2020-05-272-11/+16
* license: merge branch 'quozl:relicense-one-laptop-per-child'Thomas Haller2020-05-271-1/+1
|\
| * license: move One Laptop per Child in RELICENSE.mdJames Cameron2020-05-271-1/+1
* | libnm,ifcfg-rh: merge branch 'th/ifcfg-rh-ca-path'Thomas Haller2020-05-278-21/+56
|\ \
| * | libnm: update documentation for 802-1x ca-cert, ca-path and system-ca-certsThomas Haller2020-05-272-20/+38
| * | ifcfg-rh: fix handling "802-1x.{phase2-,}ca-path" in ifcfg-rh settings pluginThomas Haller2020-05-274-1/+16
| * | build: log system-ca-path configure setting in build scriptsThomas Haller2020-05-272-0/+2
|/ /
* | license: add Bryan to RELICENSE.mdThomas Haller2020-05-271-0/+1
* | keyfile: suppress bogus warning about [ethernet-s390-options] settingThomas Haller2020-05-261-1/+2
* | mailmap: add Bryan to mailmapThomas Haller2020-05-261-2/+3
|/
* license: add Marius to RELICENSE.mdThomas Haller2020-05-251-0/+1
* license: add Martin to RELICENSE.mdThomas Haller2020-05-251-0/+1
* platform: don't use unsigned constants in _link_type_from_rtnl_type(), _link_...Thomas Haller2020-05-241-6/+6
* platform: fix crash in binary search for _link_type_from_rtnl_type(), _link_t...Matthias Schiffer2020-05-241-6/+6
* license: add Thomas to RELICENSE.mdThomas Haller2020-05-231-0/+1
* license: add Florian to RELICENSE.mdThomas Haller2020-05-221-0/+1
* libnm,core: merge branch 'th/setting-option-and-ethtool'Thomas Haller2020-05-2221-962/+743
|\
| * libnm: check options in NMSettingEthtool.verify() in defined orderThomas Haller2020-05-221-9/+10
| * libnm: remove redundant nm_setting_ethtool_*_coalesce() APIThomas Haller2020-05-223-251/+0
| * libnm: deprecated nm_setting_ethtool_*_feature() APIThomas Haller2020-05-222-4/+16
| * all: avoid (soon to be) deprecated API instead of nm_setting_option*()Thomas Haller2020-05-224-174/+175
| * libnm: use nm_setting_option_*() API in NMSettingEthtoolThomas Haller2020-05-221-43/+18
| * libnm: add nm_setting_option_clear_by_name()Thomas Haller2020-05-225-29/+44
| * libnm: add nm_setting_option_get_names()Thomas Haller2020-05-224-11/+11
| * libnm: add nm_setting_option_get_uint32(), nm_setting_option_set_uint32()Thomas Haller2020-05-225-53/+91
| * libnm: add nm_setting_option_set(), nm_setting_option_get_boolean(), nm_setti...Thomas Haller2020-05-223-0/+157
| * libnm: add API for setting gendata options to NMSetting (nm_setting_option_ge...Thomas Haller2020-05-225-18/+35
| * libnm: rename nm_setting_gendata_*() API to nm_setting_option_*()Thomas Haller2020-05-225-58/+58