summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* platform/linux: fix detection of IFA_FLAGS supportLubomir Rintel2019-03-071-1/+1
* nm: Fix syntax on introspection annotationsMarco Trevisan (TreviƱo)2019-03-076-8/+8
* wifi-p2p: fix failed assertion when releasing supplicant interfaceBeniamino Galvani2019-03-061-15/+19
* wireguard: implement direct "peer-routes" for WireGuard allowed-ips rangesThomas Haller2019-03-052-1/+137
* wireguard: add "mtu" setting for WireGuard profilesThomas Haller2019-03-052-2/+44
* device: expose nm_device_ip_config_new() as internal APIThomas Haller2019-03-052-19/+25
* device: merge stage3 and stage4 ip-config function for IPv4 and IPv6Thomas Haller2019-03-0513-517/+378
* device/trivial: rename wwan_ip_config to dev2_ip_configThomas Haller2019-03-053-26/+27
* device: merge IPv4 and IPv6 variant of nm_device_set_wwan_ip_config()Thomas Haller2019-03-053-19/+23
* device: avoid setting an empty dev_ip_config_4 for activate_schedule_ip_confi...Thomas Haller2019-03-051-10/+5
* device/trivial: rename dev_ip4_config fieldThomas Haller2019-03-051-13/+14
* device: unify IPv4 and IPv6 handling of IP state of deviceThomas Haller2019-03-052-78/+80
* device/trivial: rename ip-state fields in NMDevicePrivateThomas Haller2019-03-051-61/+61
* device/trivial: rename IpState to NMDeviceIPStateThomas Haller2019-03-051-103/+103
* device: unify IPv4 and IPv6 device methods for IP configsThomas Haller2019-03-057-106/+101
* core: use nm_connection_get_setting_ip_config() helperThomas Haller2019-03-053-37/+10
* core: accept %NULL as source argument for nm_utils_ipx_address_clear_host_add...Thomas Haller2019-03-052-5/+9
* manager: ignore ovs-system master when assuming connectionsBeniamino Galvani2019-03-041-1/+6
* ifcfg-rh: avoid duplicate cache lookup in is_wifi_device()Thomas Haller2019-03-041-6/+4
* supplicant: fix setting pmf when the supplicant doesn't advertise supportBeniamino Galvani2019-02-261-15/+16
* supplicant: clarify ready_count usageBeniamino Galvani2019-02-261-13/+15
* libnm,core: fix device TYPE for Wi-Fi P2P devicesThomas Haller2019-02-261-17/+26
* Revert "build/meson: name platform tests like autotools"Thomas Haller2019-02-231-2/+2
* build/meson: name platform tests like autotoolsThomas Haller2019-02-231-2/+2
* build/meson: increase timeouts for some testsThomas Haller2019-02-239-10/+18
* license: re-license initrd-generator and ibft reader as LGPLThomas Haller2019-02-223-30/+33
* all/trivial: fix whitespace/indentationThomas Haller2019-02-221-2/+2
* device: fix suppressing warning log about unsupported IPv6LL handlingThomas Haller2019-02-221-1/+1
* device: do ARP announcements only after masters have a slaveBeniamino Galvani2019-02-221-3/+35
* all: move nm_utils_hexstr2bin*() to sharedThomas Haller2019-02-223-32/+32
* core/wireguard: add support for WireGuard peersThomas Haller2019-02-221-41/+1016
* core/wireguard: add basic support for creating wireguard devicesThomas Haller2019-02-222-21/+327
* libnm,cli: add NMSettingWireGuardThomas Haller2019-02-221-0/+7
* platform: move creation of nlmsg dump request in separate functionThomas Haller2019-02-221-31/+55
* platform: pass lookup instance to nmp_cache_dirty_set_all() instead of object...Thomas Haller2019-02-223-7/+12
* platform: refactor FOR_EACH_DELAYED_ACTION() macro to have only one for(;;) s...Thomas Haller2019-02-221-6/+18
* platform: create id-only objects for deleting qdisc/tfilter in event_valid_msg()Thomas Haller2019-02-221-1/+3
* platform: minor cleanup in event_valid_msg()Thomas Haller2019-02-222-16/+14
* platform/wifi: don't use __u32 type in "nm-wifi-utils-nl80211.c"Thomas Haller2019-02-221-4/+3
* platform: cleanup parsing of RTA_MULTIPATH in _new_from_nl_route()Thomas Haller2019-02-221-4/+16
* platform: use nla_data_as() at some placesThomas Haller2019-02-221-15/+15
* platform: use nm_auto_nlmsg cleanup macro instead of explict nlmsg_free()Thomas Haller2019-02-221-15/+13
* platform: use nlmsg_append_struct() macro instead of nlmsg_append()Thomas Haller2019-02-221-22/+31
* platform: prettify parsing MACSec from netlinkThomas Haller2019-02-221-12/+12
* platform: drop READ_STAT64() macro from _new_from_nl_link()Thomas Haller2019-02-221-12/+6
* platform: don't use memset() to initialize variable in _new_from_nl_route()Thomas Haller2019-02-221-3/+3
* platform: sort #include in "nm-linux-platform.h"Thomas Haller2019-02-221-9/+9
* platform: use nla_get_be64() helperThomas Haller2019-02-221-1/+1
* platform/netlink: cleanup nlmsg_append() and add nlmsg_append_struct() macroThomas Haller2019-02-222-2/+18
* platform/netlink: add nla_data_as() macroThomas Haller2019-02-221-0/+14