summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: wait for carrier on unavailable device even when it gets a connection...lr/carrier-wait-assumedLubomir Rintel2022-08-251-7/+7
* tui/wifi: remove WEP optionsLubomir Rintel2022-08-251-11/+22
* newt-form: remove escape-exits propertyLubomir Rintel2022-08-258-60/+8
* tui: allow exiting add/edit connection dialog with ESC keyLubomir Rintel2022-08-252-1/+8
* wifi/iwd: merge branch 'balrog-kun/NetworkManager:iwd-fixes'Thomas Haller2022-08-243-17/+136
|\
| * iwd: nm_iwd_manager_get() once and save valueAndrew Zaborowski2022-08-241-16/+21
| * iwd: Work around timing when new 802.1x connection activatedAndrew Zaborowski2022-08-243-3/+92
| * iwd: Let IWD handle retriesAndrew Zaborowski2022-08-241-0/+12
| * iwd: Be extra careful not to interrupt assumed activationAndrew Zaborowski2022-08-241-4/+17
|/
* wifi: drop duplicate include in "nm-device-wifi-p2p.c"Thomas Haller2022-08-241-1/+0
* gitlab-ci: fix preserving build artifacts and documentation pagesThomas Haller2022-08-241-6/+16
* tests: fix "test-client.py" ignoring missing "NM" moduleThomas Haller2022-08-241-3/+7
* contrib: add "--fast" flag to nm-core-format.sh to only check changed filesThomas Haller2022-08-241-11/+39
* NEWS: updateAna Cabral2022-08-241-1/+2
* tests: skip test in "test-client.py" if the pexepect dependency is not availableThomas Haller2022-08-231-11/+30
* contrib: install Polish translation in "nm-in-container.sh"Thomas Haller2022-08-231-0/+3
* libnm: reword documentation for "ipv4.gateway" and "ipv6.gateway"Thomas Haller2022-08-233-9/+11
* release: bump version to 1.41.0 (development)1.41.0-devAna Cabral2022-08-1568-69/+69
* release: bump version to 1.39.90 (1.40-rc1)1.40-rc1Ana Cabral2022-08-152-2/+2
* NEWS: updateac/newsAna Cabral2022-08-151-1/+5
* po: make update-poac/update-poAna Cabral2022-08-1166-250325/+250388
* systemd: merge branch systemd into mainThomas Haller2022-08-1131-160/+282
|\
| * systemd: update code from upstream (2022-08-10)Thomas Haller2022-08-1134-2888/+273
* | bulid: merge branch 'th/autotools-fix-detect-compiler-warning'Thomas Haller2022-08-112-1/+10
|\ \
| * | build/autotools: fix detecting compiler warning for "-Wno-gnu-variable-sized-...Thomas Haller2022-08-111-1/+1
| * | m4: add NM_COMPILER_WARNING_FLAG() macroThomas Haller2022-08-111-0/+9
|/ /
* | Revert "wifi: support "802-1x.phase1-auth-flags=tls-allow-unsafe-renegotiatio...Thomas Haller2022-08-116-21/+7
* | NEWS: updateThomas Haller2022-08-111-0/+28
* | n-dhcp4: re-import git-subtree for 'src/n-dhcp4'Thomas Haller2022-08-111-2/+2
|\ \
| * | Squashed 'src/n-dhcp4/' changes from 7db7dc4bab53..f8fc48dc014dThomas Haller2022-08-111-2/+2
* | | platform: fix "maybe-uninitialized" warning in nmp_global_tracker_sync()Thomas Haller2022-08-111-1/+2
* | | bond: fix parsing of arp_ip_target to platformFernando Fernandez Mancera2022-08-111-2/+2
* | | contrib: set short DHCP lifetime in "nm-env-prepare.sh" scriptThomas Haller2022-08-101-1/+1
* | | contrib: install tcpdump with "nm-in-container.sh"Thomas Haller2022-08-101-0/+1
* | | contrib: set fixed MAC address in "nm-env-prepare.sh" scriptThomas Haller2022-08-101-3/+5
* | | platform: fix logging of link removed signalThomas Haller2022-08-101-3/+7
* | | platform: fix NMLOG_COMMON() macro to use level argumentThomas Haller2022-08-101-1/+1
* | | platform: make NMLOG_COMMON() macro safer by adding a do{}while(0) blockThomas Haller2022-08-101-18/+23
* | | mptcp: fix nmp_global_tracker_sync_mptcp_addrs()Thomas Haller2022-08-104-60/+55
* | | config: support hex and octal numbers in nm_config_data_get_connection_defaul...Thomas Haller2022-08-101-1/+1
* | | device: allow reapplying changes to "connection.autoconnect-priorty"Thomas Haller2022-08-091-0/+1
* | | man: show example how to enable logging in NetworkManagerThomas Haller2022-08-092-2/+19
* | | NEWS: updateThomas Haller2022-08-091-0/+10
* | | mptcp: merge branch 'th/mptcp-2'Thomas Haller2022-08-0940-716/+2627
|\ \ \
| * | | all: drop various NMMptcpFlagsThomas Haller2022-08-096-75/+22
| * | | all: add NMMptcpFlags and connection.mptcp-flags propertyThomas Haller2022-08-0922-548/+1424
| * | | platfrom: handle MPTCP addresses with NMPGlobalTrackerThomas Haller2022-08-094-15/+590
| * | | platform: add dump/update function for MPTCP addressesThomas Haller2022-08-095-19/+366
| * | | platform: add hash functions for NMPlatformMptcpAddr instancesThomas Haller2022-08-092-0/+25
| * | | platform: delete conflicting route/rule during nmp_global_tracker_sync()Thomas Haller2022-08-091-2/+26