summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: drop rp_filter handlingth/sysctl-and-rp_filterThomas Haller2018-12-131-172/+0
* device: add sysctl-ip-conf getter and use itThomas Haller2018-12-131-54/+80
* device: add nm_device_get_ip_iface_from_platform()Thomas Haller2018-12-132-0/+13
* core/trivial: rename nm_platform_sysctl_set_ip6_hop_limit_safe()Thomas Haller2018-12-134-4/+8
* core: use nm_platform_sysctl_ip_conf_*() wrappersThomas Haller2018-12-133-68/+66
* platform: add nm_platform_sysctl_ip_conf_*() wrappersThomas Haller2018-12-132-1/+109
* device/trivial: rename device's sysctl functionThomas Haller2018-12-133-34/+37
* device: merge IPv4 and IPv6 variants of nm_device_ipv4_sysctl_set()Thomas Haller2018-12-133-49/+57
* platform: use struct initializer instead of memset()Thomas Haller2018-12-132-8/+15
* platform: assert length of stack allocation in NMP_SYSCTL_PATHID_NETDIR_unsafe()Thomas Haller2018-12-131-1/+8
* ifcfg-rh: fix reading SR-IOV settingsBeniamino Galvani2018-12-131-1/+1
* devices,bluetooth: fix default CDMA number settingAleksander Morgado2018-12-131-1/+1
* device: disable rp_filter handlingThomas Haller2018-12-131-2/+2
* settings: apply agent-owned secrets from the new connection on updateBeniamino Galvani2018-12-131-1/+21
* wifi: merge branch 'bb/supplicant-wifi-p2p-support'Thomas Haller2018-12-134-51/+1010
|\
| * supplicant: Add methods to start/stop a P2P Find operationBenjamin Berg2018-12-132-0/+51
| * supplicant: Add API to join/cancel/disconnect a P2P GroupBenjamin Berg2018-12-132-0/+96
| * supplicant: Export group path of active groupBenjamin Berg2018-12-132-1/+31
| * supplicant: Track P2P Group information, creation and destructionBenjamin Berg2018-12-132-12/+276
| * supplicant: Allow creating an interface from object pathBenjamin Berg2018-12-134-30/+124
| * supplicant: Monitor existance of P2P Peers foundBenjamin Berg2018-12-132-2/+199
| * supplicant: Connect to P2PDevice supplicant interfaceBenjamin Berg2018-12-132-8/+97
| * supplicant: Detect P2P and WFD supportBenjamin Berg2018-12-133-4/+105
| * supplicant: Handle interface removalBenjamin Berg2018-12-131-2/+39
|/
* core: use streq() instead of strcmp() for comparing ip-config methodsThomas Haller2018-12-134-91/+77
* core: use addr-family argument for nm_utils_get_ip_config_method()Thomas Haller2018-12-138-62/+65
* core: allow devices to modify the meaning of the AUTO IP config methodBenjamin Berg2018-12-132-34/+43
* merge: branch 'bg/sriov-fixes'Beniamino Galvani2018-12-1216-76/+128
|\
| * platform: sriov: write new values when we can't read old onesBeniamino Galvani2018-12-121-4/+5
| * meson: add check on settings docsBeniamino Galvani2018-12-124-20/+26
| * man: add SR-IOV nmcli exampleBeniamino Galvani2018-12-121-0/+17
| * core: use NMTernary for SR-IOV autoprobe-driversBeniamino Galvani2018-12-123-13/+12
| * ifcfg-rh: fix persisting sriov settingBeniamino Galvani2018-12-122-13/+21
| * device: reset SR-IOV VFs on deactivationBeniamino Galvani2018-12-121-0/+7
| * device: configure static number of VFs in unavailable stateBeniamino Galvani2018-12-121-2/+1
| * libnm-core: slightly improve SR-IOV documentationBeniamino Galvani2018-12-122-2/+12
| * cli: strictly validate SR-IOV attributesBeniamino Galvani2018-12-124-6/+14
| * udev: remove unneeded NULL checksBeniamino Galvani2018-12-121-18/+14
| * udev: increase receive buffer sizeBeniamino Galvani2018-12-121-0/+1
|/
* libnm/team: merge branch 'team-vlanid-rh1652931'Thomas Haller2018-12-125-19/+120
|\
| * libnm: implement nm_team_link_watcher_new_arp_ping() based on nm_team_link_wa...Thomas Haller2018-12-121-54/+47
| * team: add support for 'vlanid' link-watchers propertyPatrick Talbert2018-12-125-16/+124
|/
* core: merge branch 'th/secret-key-to-host-id'Thomas Haller2018-12-125-113/+221
|\
| * core: never fail reading host-id timestamp and never change itThomas Haller2018-12-123-25/+61
| * core: split initializing host-id singleton out of nm_utils_host_id_get()Thomas Haller2018-12-121-20/+27
| * core/trivial: rename nm_utils_get_boot_id_*()Thomas Haller2018-12-123-6/+6
| * core/trivial: rename secret-key to host-keyThomas Haller2018-12-123-78/+93
| * shared: expose siphash24() related functionality in nm-hash-utils.hThomas Haller2018-12-122-9/+59
|/
* core: merge branch 'th/secret-key-with-machine-id'Thomas Haller2018-12-123-64/+167
|\
| * core: fix race creating secret-keyThomas Haller2018-12-121-9/+4