summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: allow addresses with zero prefix lengthth/internal-dhcp-routes-rh1634657Thomas Haller2018-12-173-3/+4
* dhcp: fix static-route handling for intenal client and support multiple defau...Thomas Haller2018-12-172-57/+123
* dhcp: request classless-static-route option first according to RFC 3442Thomas Haller2018-12-171-2/+7
* network: add sd_dhcp_route_get_option() accessorThomas Haller2018-12-172-0/+7
* dhcp: minor cleanup parsing default route for internal clientThomas Haller2018-12-171-10/+6
* dhcp: cleanup parsing of DHCP lease for internal clientThomas Haller2018-12-171-108/+109
* dhcp: let lease_to_ip4_config() allocate option hashThomas Haller2018-12-171-16/+26
* dhcp: fix signedness of loop variable in lease_to_ip4_config()Thomas Haller2018-12-171-2/+2
* dhcp: cleanup static option list for internal clientThomas Haller2018-12-171-56/+70
* dhcp: don't request DHCP6 client-id option with internal clientThomas Haller2018-12-172-1/+3
* dhcp: cleanup error paths in bound4_handle() and bound6_handle()Thomas Haller2018-12-171-20/+21
* libnm: discourage static buffer in nm_utils_inet*_ntop() APIThomas Haller2018-12-171-1/+12
* all: don't use static buffer for nm_utils_inet*_ntop()Thomas Haller2018-12-1722-151/+211
* libnm: add internal API nm_utils_inet*_ntop_dup()Thomas Haller2018-12-171-0/+24
* shared/tests: add helper functions to convert IP address to stringThomas Haller2018-12-171-0/+42
* core: implement nm_utils_ip4_netmask_to_prefix() via __builtin_ctz()Thomas Haller2018-12-172-26/+44
* core: avoid calling platform code with invalid ifindex (5)Thomas Haller2018-12-161-0/+1
* wwan: rework when settings/device are blocked for autoconnectionAleksander Morgado2018-12-144-14/+39
* dhcp: merge branch 'th/dhcp-infiniband-client-id'Thomas Haller2018-12-144-54/+165
|\
| * dhcp: support generating DHCP client-id/duid for infinibandThomas Haller2018-12-141-35/+129
| * core: add nm_utils_detect_arp_type_from_addrlen() helperThomas Haller2018-12-143-19/+36
|/
* meson: correct libaudit not found messageSoapux2018-12-131-1/+1
* 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