summaryrefslogtreecommitdiff
path: root/libnm-core
AgeCommit message (Expand)AuthorFilesLines
2021-02-18build: move "libnm-core/" to "src/" and split itThomas Haller188-108055/+0
2021-02-17docs: improve manual page about ipv4.addressesWen Liang1-0/+7
2021-02-11shared: remove "str" argument from nm_str_buf_reset()Thomas Haller1-1/+2
2021-02-09setting-8021x: Fix descriptions for phase2-auth & phase2-autheapAndrew Zaborowski1-11/+16
2021-02-09libnm: move "nm-version-macros.h" from shared/ to libnm-core/Thomas Haller2-0/+97
2021-02-09libnm: merge libnm-keyfile into libnm-coreThomas Haller9-27/+6
2021-02-09all: move shared/nm-meta-setting.[hc] to libnm-core and clientsThomas Haller6-3/+841
2021-02-09all: add "libnm-core/nm-default-libnm-core.h" as replacement for "nm-default.h"Thomas Haller79-88/+105
2021-02-09all: add "nm-glib-aux/nm-default-glib-i18n-lib.h" as replacement for "nm-defa...Thomas Haller2-3/+2
2021-02-09libnm: compile keyfile code like libnm-coreThomas Haller1-1/+1
2021-02-09build: remove unused "nm-core-enum-types.[hc].template" filesThomas Haller2-111/+0
2021-02-08all: drop unnecessary cast of g_object_new()Thomas Haller2-21/+21
2021-02-08ethtool: add more offload features that kernel supportsThomas Haller1-0/+5
2021-02-08doc: mention NETMASK as alternative to PREFIX for addresses in `man nm-settin...Thomas Haller1-1/+1
2021-02-01libnm: fix NMVpnConnectionStateReason for glib-mkenumsThomas Haller2-20/+53
2021-01-27build/meson: cleanup "libnm-core/tests/meson.build"Thomas Haller1-20/+5
2021-01-27build/meson: cleanup "libnm-core/meson.build"Thomas Haller1-43/+39
2021-01-27build/meson: rename "libnm_utils_base" to "libnm_glib_aux"Thomas Haller1-5/+5
2021-01-27bond: introduce new 'vlan+srcmac' xmit_hash_policy optionAntonio Cardace1-2/+2
2021-01-26libnm/docs: explain that edns0/trust-ad is automatically added to DNS optionsThomas Haller1-0/+4
2021-01-22libnm: fix missing (allow-none) annotation for nm_setting_bond_validate_option()Thomas Haller1-1/+1
2021-01-20libnm/doc: consistently write "Since:" tag for enum valuesThomas Haller3-11/+11
2021-01-18all: change default value of hostname.only-from-default to falseBeniamino Galvani1-1/+1
2021-01-15platform: use NMOptionBool instead of NMTernaryThomas Haller2-4/+4
2021-01-15shared: add NMOptionBool as alternative to NMTernaryThomas Haller1-0/+18
2021-01-15libnm,shared: move nm-ethtool helper to "libnm-base"Thomas Haller9-427/+22
2021-01-15libnm: split ethtool option names to a new header "libnm-core/nm-ethtool-util...Thomas Haller7-92/+108
2021-01-15shared: add duplicate for NM_UTILS_HWADDR_LEN_MAX to "nm-base/nm-base.h"Thomas Haller1-0/+6
2021-01-15platform: add duplicate of NMSettingWiredWakeOnLan to nm-base for platformThomas Haller2-1/+69
2021-01-15libnm: add "shared/nm-base/nm-base.h"Thomas Haller1-129/+2
2021-01-15core: move NM_MANAGER_ERROR to shared/nm-glib-auxThomas Haller1-1/+0
2021-01-15shared: add _nm_utils_hwaddr_aton_exact()Thomas Haller1-11/+2
2021-01-15shared: fix _nm_utils_enum_from_str_full() for negative enum valuesThomas Haller1-0/+14
2021-01-12libnm: avoid "-Wmaybe-uninitialized" warning in nm_setting_ethtool_get_optnam...Thomas Haller1-1/+1
2021-01-11device: add "ipv4.dhcp-client-id=ipv6-duid" property for RFC4361Thomas Haller1-1/+5
2021-01-05all: update deprecated SPDX license identifiersThomas Haller162-162/+162
2021-01-05libnm: fix style for SPDX License Identifer in "libnm-core/nm-keyfile.h"Thomas Haller1-1/+1
2020-12-22wifi: merge branch 'ac/wpa3eap_suiteb192'Antonio Cardace4-34/+56
2020-12-22wifi: add WPA-EAP-SUITE-B-192 supportAntonio Cardace4-34/+56
2020-12-22libnm: allow opt-out of including system headers in <NetworkManager.h>Thomas Haller2-7/+0
2020-12-22libnm: avoid in_addr_t/in6addr use in libnm headerThomas Haller1-1/+4
2020-12-22all: explicit include <linux/if_{ether,infiniband,vlan}.h> as neededThomas Haller7-0/+10
2020-12-13libnm: replace <netinet/ether.h> by <net/ethernet.h>/<net/if_arp.h> in "nm-ut...Thomas Haller1-1/+2
2020-12-11libnm: suppress "-Warray-bounds" warning in nm_team_link_watcher_new_ethtool()Thomas Haller1-0/+4
2020-12-11libnm: allow OVS external-ids also for system interfaceThomas Haller1-12/+27
2020-12-11libnm: move detection/normalization of "connection.slave-type" to a separate ...Thomas Haller2-64/+104
2020-11-27veth: add support to configure veth interfacesFernando Fernandez Mancera6-0/+240
2020-11-23Revert "dns: change default DNS priority of VPNs to -50"Thomas Haller1-1/+1
2020-11-20trivial: fix coding styleThomas Haller1-1/+1
2020-11-20libnm: improve error message of nm_keyfile_write() for invalid profilesThomas Haller1-2/+27