summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.35.2 (development)1.35.2-devLubomir Rintel2021-12-012-2/+2
* initrd: don't add a connection if there's a connection dir with rd.neednetLubomir Rintel2021-12-015-12/+42
* nm-device: prefer manually configured addresses to automaticLubomir Rintel2021-12-012-4/+4
* merge: branch 'ff/nmcli_editor_wol'Fernando Fernández Mancera2021-12-011-2/+12
|\
| * nmcli: fix "remove" command to really remove the propertyFernando Fernandez Mancera2021-12-011-2/+3
| * nmcli: introduce "add" command to edit modeFernando Fernandez Mancera2021-12-011-0/+9
|/
* systemd: byte order to host before using the lifetimeNacho Barrientos2021-11-301-2/+2
* po: update and fix Simplified Chinese translation流浪猫2021-11-301-2171/+2171
* dhcp: accept IPv4-address options longer than expectedBeniamino Galvani2021-11-291-1/+5
* l3cfg: fix assertion failureBeniamino Galvani2021-11-291-1/+2
* merge: branch 'th/clang-format-13'Beniamino Galvani2021-11-29636-20995/+21078
|\
| * gitlab-ci: use Fedora 35 as default build targetThomas Haller2021-11-293-14/+14
| * format: reformat source tree with clang-format 13.0Thomas Haller2021-11-29633-20981/+21064
|/
* ovsdb: deactivate removed device if does not have a masterFernando Fernandez Mancera2021-11-281-9/+0
* bridge: allow ageing_time option to be zeroFernando Fernandez Mancera2021-11-261-3/+1
* nm-sudo: reorder sections in nm-sudo.service unit fileThomas Haller2021-11-191-3/+4
* man: clarify "configure-and-quit" option in NetworkManager.confThomas Haller2021-11-191-16/+19
* NEWS: updateThomas Haller2021-11-191-0/+1
* NEWS: drop unstable warning for 1.34Thomas Haller2021-11-191-4/+0
* NEWS: fix trailing whitespace and use full stop for news entriesThomas Haller2021-11-191-7/+7
* release: bump version to 1.35.1 (development)1.35.1-devAna Cabral2021-11-182-2/+2
* device: remove an unused variableBeniamino Galvani2021-11-181-2/+1
* NEWS: updateBeniamino Galvani2021-11-181-1/+14
* merge: branch 'next'Beniamino Galvani2021-11-18139-23075/+12552
|\
| * core: track force-commit flag for l3cd and platform objectsBeniamino Galvani2021-11-188-39/+134
| * l3cfg: consider a externally-removed address as ACD-readyBeniamino Galvani2021-11-181-1/+2
| * l3cfg: fix handling of removed addressesBeniamino Galvani2021-11-181-1/+1
| * device: fix route metric penalty assignmentAna Cabral2021-11-181-24/+3
| * core: compare the DNS configurations before updating DNSWen Liang2021-11-185-1/+169
| * device: set ip_state to PENDING when cleaning up from reapplyFernando Fernandez Mancera2021-11-181-17/+20
| * dhcp: remove old timeout codeBeniamino Galvani2021-11-183-53/+0
| * dhcp: schedule a timeout when starting the clientBeniamino Galvani2021-11-181-17/+28
| * l3cfg: do not add dependent routes for non-default routesFernando Fernandez Mancera2021-11-181-1/+2
| * core: clear sticky update flag when unmanaging a deviceWen Liang2021-11-183-0/+18
| * device: set ipv6 privacy in the the ipmanual l3cdBeniamino Galvani2021-11-181-0/+1
| * device: don't reset addrgenmode for assumed devicesBeniamino Galvani2021-11-181-1/+2
| * device: fix _dev_addrgenmode6_set()Beniamino Galvani2021-11-181-13/+15
| * device: don't disable IPv6 when NM is managing IPv6Beniamino Galvani2021-11-181-0/+8
| * device: fix optional 802.1X authenticationBeniamino Galvani2021-11-181-0/+1
| * device: don't fail immediately on DHCP expiryBeniamino Galvani2021-11-181-1/+0
| * device: fix wrong assignment in ip_state_other comparisonFernando Fernandez Mancera2021-11-181-1/+1
| * l3cfg: set ipv6 tokenBeniamino Galvani2021-11-187-65/+98
| * l3cd: add ipv6 tokenBeniamino Galvani2021-11-182-0/+35
| * core: drop redundant "gateway" variable for NMIPConfigThomas Haller2021-11-182-21/+18
| * platform: accept %NULL route as parameter to nm_platform_ip_route_get_gateway()Thomas Haller2021-11-181-1/+3
| * device: fix assertion failure on master carrier changeBeniamino Galvani2021-11-181-1/+2
| * device: fail when a addr family fails and the other is disabledBeniamino Galvani2021-11-181-8/+25
| * core: also export 0.0.0.0 as gateway in IP configurationBeniamino Galvani2021-11-182-10/+16
| * glib-aux: accept NULL addresses in nm_ip_addr_equal()Beniamino Galvani2021-11-181-4/+3
| * device: fix waiting for IPv6 autoconf addressesBeniamino Galvani2021-11-181-6/+26