summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xxxth/dnf-in-fedora-gitlabci-rh2006403Thomas Haller2021-09-212-7/+67
* contrib: improve nm-in-container.sh script (7)Thomas Haller2021-09-212-19/+69
* contrib: improve nm-in-container.sh script (6)Thomas Haller2021-09-211-0/+14
* l3cfg/trivial: rename parameter in nm_l3cfg_remove_config()Thomas Haller2021-09-213-4/+5
* l3cfg: add nm_l3_config_data_lookup_address_4() helperThomas Haller2021-09-212-0/+25
* l3cfg: return any IPv4/IPv6 route from nm_l3_config_data_get_best_default_rou...Thomas Haller2021-09-211-2/+9
* initrd: merge branch 'th/initrd-ethtool'Thomas Haller2021-09-212-212/+154
|\
| * initrd: reword warnings when parsing "rd.ethtool=" optionThomas Haller2021-09-212-36/+20
| * initrd: only reset autoneg/speed if specifiedThomas Haller2021-09-212-13/+14
| * initrd: warn about disabling autoneg without setting speedThomas Haller2021-09-212-0/+23
| * initrd: refactor parsing of "rd.ethtool=" to accept zero positional argumentsThomas Haller2021-09-212-12/+3
| * initrd: refactor parsing of "rd.ethtool=" to not return after autonegThomas Haller2021-09-212-31/+33
| * initrd/tests: add more tests for "rd.ethtool" (test_rd_ethtool())Thomas Haller2021-09-211-0/+31
| * initrd/tests: refactor tests for "rd.ethtool" (test_rd_ethtool())Thomas Haller2021-09-211-153/+63
|/
* core/ndisc: move nm_lndp_ndisc_get_sysctl() to "nm-ndisc.[ch]"Thomas Haller2021-09-207-88/+90
* tc: merge branch 'bg/tc-no-cache'Beniamino Galvani2021-09-2013-167/+212
|\
| * core: disable tc cache by defaultbg/tc-no-cacheBeniamino Galvani2021-09-204-2/+11
| * platform: allow disabling caching of tc objectsBeniamino Galvani2021-09-207-16/+52
| * platform: drop test-tc-fakeBeniamino Galvani2021-09-203-14/+5
| * device: ensure tc_commit() is called only once per activationBeniamino Galvani2021-09-201-2/+6
| * core: rework tc sync functionsBeniamino Galvani2021-09-204-134/+37
| * platform: add methods to delete tc qdiscs and tfiltersBeniamino Galvani2021-09-203-4/+106
|/
* platform: preserve IPv6 multicast route added by kernelbg/ipv6-multicast-route-rh2004212Beniamino Galvani2021-09-201-0/+39
* l3cfg: fix assertion in NM_IS_L3_CONFIG_DATA() to allow NULLThomas Haller2021-09-161-1/+1
* l3cfg: accept %NULL argument to nm_l3_config_data_seal()Thomas Haller2021-09-161-2/+4
* contrib: improve nm-in-container.sh script (5)Thomas Haller2021-09-161-3/+28
* cloud-setup: merge branch 'th/cloud-setup-fix-containers'Thomas Haller2021-09-168-200/+347
|\
| * cloud-setup: use suppress_prefixlength rule to honor non-default-routes in th...th/cloud-setup-fix-containersThomas Haller2021-09-162-40/+62
| * cloud-setup: cleanup configuring addresses/routes/rules in _nmc_mangle_connec...Thomas Haller2021-09-161-29/+23
| * cloud-setup: limit number of supported interfaces to avoid overlapping table ...Thomas Haller2021-09-161-0/+8
| * cloud-setup: process iface-datas in sorted orderThomas Haller2021-09-161-15/+13
| * cloud-setup: track sorted list of NMCSProviderGetConfigIfaceDataThomas Haller2021-09-162-1/+56
| * cloud-setup: add "hwaddr" to NMCSProviderGetConfigIfaceData structThomas Haller2021-09-166-66/+68
| * cloud-setup: skip configuring policy routing if there is only one interface/a...Thomas Haller2021-09-161-8/+33
| * cloud-setup: count numbers of valid IPv4 addresses in get-config resultThomas Haller2021-09-162-1/+8
| * cloud-setup: cache number of valid interfaces in get-config resultThomas Haller2021-09-163-23/+17
| * cloud-setup: return structure for get_config() result instead of generic hash...Thomas Haller2021-09-163-30/+72
|/
* glib-aux: add ref/unref function for down-cast NMRefStringThomas Haller2021-09-161-0/+12
* l3cfg: fix leak of ObjStateData's os_plobjThomas Haller2021-09-161-1/+2
* contrib: reformat by default from "nm-code-format.sh" scriptThomas Haller2021-09-161-5/+5
* contrib: explicitly pass "-n" to "nm-code-format.sh" in gitlab-ci check-tree jobThomas Haller2021-09-162-7/+7
* contrib: explicitly pass "-n" to "nm-code-format.sh" in "code-style-git-post-...Thomas Haller2021-09-161-1/+1
* device: suppress warning for external device if it is down (!IFF_UP)Thomas Haller2021-09-161-1/+2
* device: set up device also while "assuming"Thomas Haller2021-09-161-1/+1
* ifupdown: downgrade warning about missing /etc/network/interfaces fileThomas Haller2021-09-161-1/+1
* l3cfg: track platform object in NML3Cfg's object stateThomas Haller2021-09-151-26/+31
* l3cfg/ipv6ll: add NM_L3_IPV6LL_STATE_DEFUNCT enumThomas Haller2021-09-152-5/+12
* l3cfg: allow injecting default dns-priority for NML3ConfigDataThomas Haller2021-09-157-1/+43
* core: move NM_DNS_PRIORITY_DEFAULT_{NORMAL,VPN} to libnm-baseThomas Haller2021-09-152-5/+5
* contrib: improve nm-in-container.sh script (4)Thomas Haller2021-09-151-4/+26