summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "ovs-port: dissociate the link from the interface device on delete"Thomas Haller2019-03-241-7/+0
* ovs-port: dissociate the link from the interface device on deleteLubomir Rintel2019-03-221-0/+7
* nm-checkpoint: save device ifname and track if it is softwarefg/checkpoint-devices-rh1578335-pt1Francesco Giudici2019-03-221-2/+7
* nm-checkpoint: skip unmanage state check on unrealized devicesFrancesco Giudici2019-03-221-1/+1
* nm-checkpoint: emit signal on the Devices property when requiredFrancesco Giudici2019-03-221-6/+18
* dbus-utils: don't return paths if they are in the process of being unexportedFrancesco Giudici2019-03-221-1/+1
* nm-checkpoint: remove duplicate commentFrancesco Giudici2019-03-221-1/+0
* trivial: fix grouping of empty GClosure arg in g_signal_new()Francesco Giudici2019-03-221-4/+4
* platform/tests: workaround test failure for routing rules with older kernelsThomas Haller2019-03-201-0/+2
* platform/tests: skip rule tests if not all features could be testedThomas Haller2019-03-201-0/+21
* platform/tests: print more information when routing rule test is about to failThomas Haller2019-03-201-1/+18
* settings: remove READMELubomir Rintel2019-03-201-33/+0
* Revert "wwan/device-modem: don't enter available state until registered"Lubomir Rintel2019-03-181-7/+6
* device/wifi: fix handling static WEP connections in act_stage4_ip_config_time...Thomas Haller2019-03-151-3/+3
* platform/tests: adjust probabilities for generating randomized rulesThomas Haller2019-03-151-97/+92
* platform/tests: workaround FIB_RULE_INVERT of rules for kernel issue rh#1686075Thomas Haller2019-03-151-0/+4
* platform: add NMPRulesManager for syncing routing rulesth/routing-rule-pt1Thomas Haller2019-03-137-75/+893
* platform/tests: add tests for handling policy routing rulesThomas Haller2019-03-132-0/+796
* platform: add routing-rule add/delete netlink functionsThomas Haller2019-03-133-10/+199
* platform: add support for routing-rule objects and cache them in platformThomas Haller2019-03-136-26/+874
* platform: separate the refresh-type from the object typeThomas Haller2019-03-133-114/+232
* platform/trivial: rename enum DELAYED_ACTION_IDX_REFRESH_ALL_* to REFRESH_ALL...Thomas Haller2019-03-131-25/+25
* platform: drop unused nm_platform_refresh_all()Thomas Haller2019-03-133-26/+0
* platform: suppress unnecessary logging in do_request_all_no_delayed_actions()Thomas Haller2019-03-131-3/+8
* platform: add NULL check in inline nmp_object_unref() functionThomas Haller2019-03-131-2/+4
* platform: add NMPlatformObjWithIfindex helper structure for handling NMPObjec...Thomas Haller2019-03-138-47/+115
* platform: move nmp_class_from_type() to header to allow inliningThomas Haller2019-03-132-12/+13
* platform: drop unnecessary casts from NMP_OBJECT_CAST_*() macrosThomas Haller2019-03-131-7/+7
* platform: unify IPv4 and IPv6 variables for NMPlatformVTableRouteThomas Haller2019-03-132-23/+30
* wwan/device-modem: don't enter available state until registeredLubomir Rintel2019-03-121-6/+7
* all: codespell fixesLubomir Rintel2019-03-114-7/+7
* device: restore IPv6 addresses when the link comes upbg/restore-ipv6-on-up-rh1548237Beniamino Galvani2019-03-091-5/+5
* core: allow ignoring addresses when intersecting ip configsBeniamino Galvani2019-03-095-53/+111
* device: reset the ipv6 DAD counter when the link comes upBeniamino Galvani2019-03-091-0/+2
* device: don't try to add IPv6LL address to a down interfaceBeniamino Galvani2019-03-091-1/+3
* core: fix _nm_ip4_config_intersect_helper()Beniamino Galvani2019-03-091-1/+1
* wwan/ofono: pass the right argument to manager proxy callbackLubomir Rintel2019-03-081-1/+1
* core: assert for valid NM_DEVICE_DEVICE_TYPE settingThomas Haller2019-03-072-0/+3
* core,wifi-p2p: Fix Wi-Fi P2P device typeBenjamin Berg2019-03-072-1/+2
* wireguard: update TODO list for WireGuard devicesThomas Haller2019-03-071-4/+9
* libnm: rename and expose nm_utils_base64secret_decode() in libnmThomas Haller2019-03-071-9/+9
* platform/wireguard: fix WGPEER_A_LAST_HANDSHAKE_TIME to use int64 typed times...Thomas Haller2019-03-072-3/+18
* core: use nm_utils_memeqzero_secret() for printing WireGuard keyThomas Haller2019-03-071-2/+3
* utils: obey modprobe blacklistLubomir Rintel2019-03-071-0/+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-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