NetworkManager/src/settings
Thomas Haller c085b6e3a7 platform/ethtool: add code to get/set offload features via ethtool
Also, add two more features "tx-tcp-segmentation" and
"tx-tcp6-segmentation". There are two reasons for that:

 - systemd-networkd supports setting these two features,
   so lets support them too (apparently they are important
   enough for networkd).

 - these two features are already implicitly covered by "tso".
   Like for the "ethtool" program, "tso" is an alias for several
   actual features. By adding two features that are already
   also covered by an alias (which sets multiple kernel names
   at once), we showcase how aliases for the same feature can
   coexist. In particular, note how setting
   "tso on tx-tcp6-segmentation off" will behave as one would
   expect: all 4 tso features covered by the alias are enabled,
   except that particular one.
2018-08-10 10:38:19 +02:00
..
plugins platform/ethtool: add code to get/set offload features via ethtool 2018-08-10 10:38:19 +02:00
nm-agent-manager.c agent-manager: upgrade a logging level of new agent notice 2018-08-06 19:24:06 +02:00
nm-agent-manager.h core/dbus: rework D-Bus implementation to use lower layer GDBusConnection API 2018-03-12 18:37:08 +01:00
nm-secret-agent.c all: don't use gchar/gshort/gint/glong but C types 2018-07-11 12:02:06 +02:00
nm-secret-agent.h core: refactor NMSecretAgentCallId typedef not to be a pointer to struct 2017-11-24 16:24:40 +01:00
nm-settings-connection.c settings-connection: don't expect system_secrets always present 2018-06-22 16:46:05 +02:00
nm-settings-connection.h settings-connection: expose Filename property on D-Bus 2018-06-11 15:06:49 +02:00
nm-settings-plugin.c settings-plugin: drop all properties 2018-05-31 11:50:02 +02:00
nm-settings-plugin.h settings-plugin: drop all properties 2018-05-31 11:50:02 +02:00
nm-settings.c core: give better error reason why device is incompatible with profile 2018-07-24 09:39:09 +02:00
nm-settings.h settings: pass in authentication subject to nm_settings_add_connection_dbus() 2018-04-24 10:25:26 +02:00