NetworkManager/src/devices/wifi
Thomas Haller be813707f0 device: make the MTU globally configurable via connection-defaults
This allows a user to restore the previous behavior where NetworkManager
would not reconfigure the MTU during device activation, if no MTU is
available (commit "22e8af6 device: set a per-device default MTU on
activation").

Well, not exactly. The previous behavior was to use per-connection
configuration, then DHCP provided value, or finally leave the MTU
unspecified.
Now, we prefer a per-connection configuration, followed by a global
connection default. If "ethernet.mtu=0", the MTU is left unspecified.
In absense of a global connection default, the value from DHCP is used
or finally a per-device-type default. That is effectively 1500 for most
types, except for infiniband where the MTU is still left unspecified.
2017-01-17 13:43:50 +01:00
..
tests build: don't add subdirectories to include search path but require qualified include 2016-11-21 14:26:37 +01:00
nm-device-olpc-mesh.c all: rename the introspection data to use the interface paths in names 2016-11-23 15:43:42 +01:00
nm-device-olpc-mesh.h build: don't add subdirectories to include search path but require qualified include 2016-11-21 14:26:37 +01:00
nm-device-wifi.c device: make the MTU globally configurable via connection-defaults 2017-01-17 13:43:50 +01:00
nm-device-wifi.h build: don't add subdirectories to include search path but require qualified include 2016-11-21 14:26:37 +01:00
nm-wifi-ap.c wifi: fix nm_wifi_ap_get_id() to parse the ID as guint64 from the exported path 2017-01-04 14:05:27 +01:00
nm-wifi-ap.h wifi: fix nm_wifi_ap_get_id() to parse the ID as guint64 from the exported path 2017-01-04 14:05:27 +01:00
nm-wifi-factory.c build: don't add subdirectories to include search path but require qualified include 2016-11-21 14:26:37 +01:00
nm-wifi-utils.c wifi: rename NMAccessPoint to NMWifiAP 2016-10-06 20:35:05 +02:00
nm-wifi-utils.h wifi: rename NMAccessPoint to NMWifiAP 2016-10-06 20:35:05 +02:00