summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ovs: allow changing mac address of bridges and interfacesnm-1-14Beniamino Galvani2020-01-154-16/+79
* ovs: fix memory leakBeniamino Galvani2020-01-151-1/+1
* manager: create a virtual device only if the connection can autoconnectBeniamino Galvani2019-12-241-1/+2
* libnm: fix type annotation for nm_sriov_vf_get_vlan_ids()Thomas Haller2019-12-201-1/+1
* wifi: allow reapply when the seen-bssids property changedBeniamino Galvani2019-09-132-0/+2
* libnm-core: fix ifcfg-rh variable name for DHCPv6 hostnameBeniamino Galvani2019-08-051-1/+1
* merge: branch 'bg/ovs-restart-part2-rh1733709'Beniamino Galvani2019-08-014-8/+23
|\
| * device: fix releasing slavesBeniamino Galvani2019-08-014-5/+19
| * device: check platform link compatibility when setting nm-owned flagBeniamino Galvani2019-08-011-3/+4
|/
* ovs: don't release slaves on quitBeniamino Galvani2019-08-011-2/+8
* platform/netlink: mark nested netlink attribute with NLA_F_NESTEDThomas Haller2019-07-231-1/+1
* device: free temporary typename with iface variableMarco Trevisan (Treviño)2019-07-221-3/+4
* device: fix reapplying changes to connection ID and UUIDThomas Haller2019-07-181-1/+1
* core: fix mangling static IPv6 routes in nm_ip6_config_merge_setting()Thomas Haller2019-07-091-1/+1
* ifcfg-rh: fix memory leak reading infiniband settingBeniamino Galvani2019-07-041-1/+1
* device: ppp: check that connection has a PPPoE parentBeniamino Galvani2019-07-031-0/+20
* clients: fix printing hexadecimal enum valuesBeniamino Galvani2019-06-271-2/+2
* libnm: belatedly expose nm_ethtool_optname_is_feature() in libnmThomas Haller2019-06-113-3/+11
* version: add NM_AVAILABLE_IN_1_14_8 macroThomas Haller2019-06-111-0/+6
* team: don't kill teamd for external devicesBeniamino Galvani2019-05-201-0/+3
* hostname-manager: use fqdn for persistent hostname on SlackwarePatrick J. Volkerding2019-05-191-13/+2
* core: fix file permissions for "/var/lib/NetworkManager/secret_key"Thomas Haller2019-05-141-1/+1
* settings/d-bus: fix boolean return value of "LoadConnections"Thomas Haller2019-05-101-1/+1
* settings: avoid assertion for LoadConnections D-Bus method with relative pathsThomas Haller2019-05-101-13/+18
* platform: fix nm_platform_lnk_gre_to_string() for tap linksThomas Haller2019-04-181-1/+2
* team: clean up state when connection to teamd failsBeniamino Galvani2019-04-101-1/+3
* libnm-core: fix invalid memory accessBeniamino Galvani2019-04-091-1/+3
* ifupdown: fix connection iteratorYupeng Chang2019-04-021-1/+1
* build: fix searching dlopen in configureBeniamino Galvani2019-03-311-2/+3
* dns: fix memory leak of errorBeniamino Galvani2019-03-261-2/+1
* libnm: fix dns-configuration property typeBeniamino Galvani2019-03-151-8/+3
* shared/systemd: fix gettid() compat implementation shadowing function from glibcThomas Haller2019-03-111-1/+2
* wwan/ofono: pass the right argument to manager proxy callbackLubomir Rintel2019-03-081-1/+1
* platform/linux: fix detection of IFA_FLAGS supportLubomir Rintel2019-03-071-1/+1
* nm: Fix syntax on introspection annotationsMarco Trevisan (Treviño)2019-03-0715-19/+19
* device: do ARP announcements only after masters have a slaveBeniamino Galvani2019-03-051-3/+35
* build: fix build dependency for generating libnm enum headers before building...Thomas Haller2019-03-051-0/+1
* manager: ignore ovs-system master when assuming connectionsBeniamino Galvani2019-03-041-1/+6
* cli/tests: fix cli tests after changing Polish translationsThomas Haller2019-02-272-117/+117
* supplicant: fix setting pmf when the supplicant doesn't advertise supportBeniamino Galvani2019-02-261-15/+18
* po: update Polish (pl) translationPiotr Drąg2019-02-251-1503/+1747
* Mark broken string in Japanese translation as fuzzyPiotr Drąg2019-02-251-1/+1
* release: bump version to 1.14.7 (development)1.14.7-devThomas Haller2019-02-233-2/+3
* release: bump version to 1.14.61.14.6Thomas Haller2019-02-232-2/+2
* release: update NEWSThomas Haller2019-02-231-0/+34
* libnm: fix leaking checkpoints from NMManagerThomas Haller2019-02-191-0/+2
* libnm: fix memleak for NMDeviceTun:hw-addressThomas Haller2019-02-191-0/+1
* libnm: fix duplicate free in nm_client_checkpoint_rollback()Thomas Haller2019-02-191-1/+1
* platform/wireguard: fix parsing WGPEER_A_PERSISTENT_KEEPALIVE_INTERVAL from n...Thomas Haller2019-02-181-1/+1
* ovs: merge branch 'bg/ovs-leaks'Beniamino Galvani2019-02-172-41/+40
|\