summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: allow speed and duplex values when auto-negotiate=yesfg/auto_neg_specmodes-rh1487477Francesco Giudici2018-06-153-40/+43
* ifcfg: enable writing/reading of speed and duplex when autoneg is enabledFrancesco Giudici2018-06-152-13/+12
* device: enforce specific speed/duplex modes in link auto-configurationFrancesco Giudici2018-06-151-13/+12
* platform: allow to force the advertised auto-negotiation link valueFrancesco Giudici2018-06-151-1/+61
* platform: move link_duplex_to_string function to platformFrancesco Giudici2018-06-153-8/+11
* build: disable libnm-glib by defaultLubomir Rintel2018-06-154-8/+12
* libnm: always return VPN connections's bannerThomas Haller2018-06-153-12/+5
* cli: fix printing multi-line output when there is nothing to printThomas Haller2018-06-1541-88/+50
* cli: return NULL strv array from _ip_config_get_routes() if there are no routesThomas Haller2018-06-1541-40/+83
* wifi: merge branch 'wake-on-wlan' (partial)Thomas Haller2018-06-1518-14/+300
|\
| * wifi: fix check for valid NMSettingWirelessWakeOnWLan flagThomas Haller2018-06-152-2/+2
| * device/wifi: use _LOGD() macros in wake_on_wlan_enable()Thomas Haller2018-06-151-9/+9
| * NEWS: add note about new WoWLAN settingsAlfonso Sánchez-Beato2018-06-151-0/+2
| * cli: add support for wake-on-wlan propertiesAlfonso Sánchez-Beato2018-06-153-2/+18
| * core: don't shutdown interfaces if they have wowlan enabledAlfonso Sánchez-Beato2018-06-151-11/+16
| * devices: enable wake-on-wlan when device is enabledSimon Fels2018-06-151-1/+61
| * platform: add support for wake-on-wlanSimon Fels2018-06-158-0/+82
| * libnm-core: add wake-on-wlan configuration itemsSimon Fels2018-06-154-0/+121
|/
* ovs: only finish waiting for a link when we actually got oneLubomir Rintel2018-06-151-1/+1
* device: merge branch 'th/device-reapply-metric' (partial)Thomas Haller2018-06-153-33/+32
|\
| * device: simplify nm_device_hash_check_invalid_keys()Thomas Haller2018-06-151-7/+8
| * core/trivial: rename local variables to make code clearerThomas Haller2018-06-152-11/+11
| * device: check for proxy setting separately in can_reapply_change()Thomas Haller2018-06-151-2/+4
| * shared: simplify nm_g_object_ref_set()Thomas Haller2018-06-151-13/+9
| * device: fix crash during reapplyThomas Haller2018-06-151-1/+1
|/
* Revert "example/python: avoid falling back to CLOCK_MONOTONIC"Lubomir Rintel2018-06-151-2/+12
* example/python: avoid falling back to CLOCK_MONOTONICLubomir Rintel2018-06-141-12/+2
* clients/tests: fix unstable tests for Python2 vs. Python3Thomas Haller2018-06-1413-59/+65
* clients/tests: add more tests printing wifi details in nmcliThomas Haller2018-06-14162-935/+6454
* macsec: enable send-sci by default and make the option configurableBeniamino Galvani2018-06-146-1/+48
* clients/tests: document importance of locale for clients testsThomas Haller2018-06-14247-246/+249
* merge: branch 'lr/wwan-ppp-route-rh1585611'Lubomir Rintel2018-06-144-11/+13
|\
| * wwan: ensure the route parameters are set on IPv6 only configurationlr/wwan-ppp-route-rh1585611Lubomir Rintel2018-06-134-9/+11
| * wwan: set the route parameters at the beginning of ip4 configLubomir Rintel2018-06-131-2/+2
|/
* cli: Actually add passwords to the AddAndActivateConnection argumentsAndrew Zaborowski2018-06-131-4/+6
* cli: drop an unused variableLubomir Rintel2018-06-131-1/+0
* device: drop an unused variableLubomir Rintel2018-06-131-1/+0
* merge: branch 'lr/cli-wifi-list-rescan'Lubomir Rintel2018-06-1350-448/+792
|\
| * cli/devices: rescan the Wi-Fi network if the AP list is not fresh enoughlr/cli-wifi-list-rescanLubomir Rintel2018-06-1339-433/+677
| * cli/devices: parse "nmcli d wifi list" arguments with next_arg()Lubomir Rintel2018-06-131-12/+14
| * cli/utils: make next_arg() recognize arguments that are not in "--option" formLubomir Rintel2018-06-131-4/+12
| * wifi: expose the LastScan propertyLubomir Rintel2018-06-1310-0/+90
|/
* clients/tests: better document how to re-generate files for clients testsThomas Haller2018-06-13248-256/+317
* dhcp: merge branch 'th/dhcp-client-id'Thomas Haller2018-06-124-128/+210
|\
| * examples: add ipv4.dhcp-client-id and ipv6.dhcp-duid to 30-anon.conf exampleth/dhcp-client-idThomas Haller2018-06-121-6/+31
| * libnm: avoid allocating GBytes in _nm_utils_dhcp_duid_valid()Thomas Haller2018-06-121-16/+11
| * device: log generated ipv4.dhcp-client-id in <debug> modeThomas Haller2018-06-121-15/+33
| * device: unify logging of ipv6.dhcp-duid by giving common prefixThomas Haller2018-06-121-5/+12
| * device: refactor generate_duid_from_machine_id() to have a straight forward c...Thomas Haller2018-06-121-46/+59
| * device: handle failure in generate_duid_from_machine_id() in dhcp6_get_duid()Thomas Haller2018-06-122-27/+19