summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* all: avoid (soon to be) deprecated API instead of nm_setting_option*()Thomas Haller2020-05-222-29/+20
* libnm: rename nm_setting_gendata_*() API to nm_setting_option_*()Thomas Haller2020-05-221-2/+2
* ethtool: add and use _NM_ETHTOOL_ID_FEATURE_AS_IDX() macroThomas Haller2020-05-222-10/+10
* platform: make states of NMEthtoolCoalesceState indexed by ethtool_idThomas Haller2020-05-225-160/+54
* device: in _ethtool_coalesce_set() only fetch current coalesce settings if ne...Thomas Haller2020-05-223-70/+43
* platform/trivial: rename NMEthtoolCoalesceState variables to "coalesce"Thomas Haller2020-05-221-47/+47
* ifcfg-rh: avoid setting empty "-C/-K/-G" options for ethtool settingsThomas Haller2020-05-222-35/+43
* nm-device: apply ethtool ring settings when activating a connectionAntonio Cardace2020-05-201-8/+123
* platform: add support for ring settings using ioctl()Antonio Cardace2020-05-204-2/+180
* ifcfg-rh: add support for ethtool ring settingsAntonio Cardace2020-05-206-122/+283
* platform: simplify NMEthtoolCoalesceState to only track one stateThomas Haller2020-05-205-95/+81
* core: signal parent-active only when the parent AC is activatedBeniamino Galvani2020-05-191-1/+3
* device: use the nm-shared firewalld zone in shared modeBeniamino Galvani2020-05-151-1/+12
* ip-tunnel: set ip6gretap MAC address when creating the linkbg/ip-tunnel-cloned-mac-rh1832170Beniamino Galvani2020-05-153-3/+8
* ip-tunnel: set cloned-mac-address only for layer2 tunnel devicesBeniamino Galvani2020-05-151-9/+21
* shared: support stripping whitespace from nm_utils_buf_utf8safe_unescape()Thomas Haller2020-05-131-1/+1
* nm-device: apply ethtool coalesce settings when activating a connectionac/ethtool_optsAntonio Cardace2020-05-131-41/+186
* platform: add support for coalesce settings using ioctl()Antonio Cardace2020-05-134-0/+307
* ifcfg-rh: add support for ethtool coalesce settingsAntonio Cardace2020-05-136-17/+115
* ethtool: add coalesce settingsAntonio Cardace2020-05-131-5/+5
* wwan: Set MTU based on what ModemManager exposesSven Schwermer2020-05-131-0/+9
* wifi: drop extra conditions in nm_wifi_utils_parse_ies() and use NM_SET_OUT()Thomas Haller2020-05-121-11/+8
* core: add FIXME(release-blocker) comments for match.kernel-command-line behaviorThomas Haller2020-05-122-1/+23
* ovs: enable trace logging not only with NM_MORE_LOGGINGThomas Haller2020-05-081-10/+11
* all: use "int/char" instead of "gint/gchar" typedefsThomas Haller2020-05-081-2/+2
* bridge: refactor definition of options array to use a macro and C99 designate...Thomas Haller2020-05-081-106/+138
* libnm: use boolean values for range of NM_SETTING_BRIDGE_PORT_HAIRPIN_MODE in...Thomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_VLAN_STATS_ENABLED_DEFThomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_STARTUP_QUERY_INTERVAL_*Thomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_STARTUP_QUERY_COUNT_*Thomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_SNOOPING_DEFThomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_QUERY_USE_IFADDR_DEFThomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_QUERY_RESPONSE_INTERVAL_*Thomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_QUERY_INTERVAL_*Thomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_QUERIER_DEFThomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_QUERIER_INTERVAL_*Thomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_MEMBERSHIP_INTERVAL_*Thomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_LAST_MEMBER_INTERVAL_*Thomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_LAST_MEMBER_COUNT_*Thomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_PORT_PATH_COST_*Thomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_PORT_PRIORITY_*Thomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_PRIORITY_*Thomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_MAX_AGE_*Thomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_HELLO_TIME_*Thomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_STP_DEFThomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_FORWARD_DELAY_*Thomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_AGEING_TIME_*Thomas Haller2020-05-081-1/+1
* libnm: adjust bridge defines NM_BRIDGE_MULTICAST_HASH_MAX_*Thomas Haller2020-05-081-1/+1
* ifcfg-rh/trivial: rename variable i in write_bridge_*setting() to indicate in...Thomas Haller2020-05-081-35/+35
* ifcfg: refactor GObject accessors in write_bridge_setting()Thomas Haller2020-05-081-62/+29