summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lldp: support multiple VLANsbg/lldp-parse-all-vlans-rh1652211Beniamino Galvani2018-12-204-33/+57
* lldp: add support for management-address TLVBeniamino Galvani2018-12-206-21/+182
* lldp: rename enum valueBeniamino Galvani2018-12-201-7/+7
* device: fix method check in IPvLL codeBeniamino Galvani2018-12-201-5/+2
* dhcp: merge branch 'th/internal-dhcp-routes-rh1634657'Thomas Haller2018-12-1928-393/+651
|\
| * core: allow addresses with zero prefix lengthThomas Haller2018-12-193-3/+4
| * dhcp: fix static-route handling for intenal client and support multiple defau...Thomas Haller2018-12-192-57/+123
| * dhcp: request classless-static-route option first according to RFC 3442Thomas Haller2018-12-191-2/+7
| * network: add sd_dhcp_route_get_option() accessorThomas Haller2018-12-192-0/+7
| * dhcp: minor cleanup parsing default route for internal clientThomas Haller2018-12-191-10/+6
| * dhcp: cleanup parsing of DHCP lease for internal clientThomas Haller2018-12-191-108/+109
| * dhcp: let lease_to_ip4_config() allocate option hashThomas Haller2018-12-191-16/+26
| * dhcp: fix signedness of loop variable in lease_to_ip4_config()Thomas Haller2018-12-191-2/+2
| * dhcp: cleanup static option list for internal clientThomas Haller2018-12-191-56/+70
| * dhcp: don't request DHCP6 client-id option with internal clientThomas Haller2018-12-192-1/+3
| * dhcp: cleanup error paths in bound4_handle() and bound6_handle()Thomas Haller2018-12-191-20/+21
| * libnm: discourage static buffer in nm_utils_inet*_ntop() APIThomas Haller2018-12-191-1/+12
| * all: don't use static buffer for nm_utils_inet*_ntop()Thomas Haller2018-12-1922-151/+211
| * libnm: add internal API nm_utils_inet*_ntop_dup()Thomas Haller2018-12-191-0/+24
| * shared/tests: add helper functions to convert IP address to stringThomas Haller2018-12-191-0/+42
| * core: implement nm_utils_ip4_netmask_to_prefix() via __builtin_ctz()Thomas Haller2018-12-192-26/+44
|/
* core: merge branch 'th/sysctl-and-rp_filter'Thomas Haller2018-12-1910-290/+292
|\
| * device: drop rp_filter handlingThomas Haller2018-12-191-172/+0
| * device: add sysctl-ip-conf getter and use itThomas Haller2018-12-191-54/+80
| * device: add nm_device_get_ip_iface_from_platform()Thomas Haller2018-12-192-0/+13
| * core/trivial: rename nm_platform_sysctl_set_ip6_hop_limit_safe()Thomas Haller2018-12-194-4/+8
| * core: use nm_platform_sysctl_ip_conf_*() wrappersThomas Haller2018-12-193-68/+66
| * platform: add nm_platform_sysctl_ip_conf_*() wrappersThomas Haller2018-12-192-1/+109
| * device/trivial: rename device's sysctl functionThomas Haller2018-12-193-34/+37
| * device: merge IPv4 and IPv6 variants of nm_device_ipv4_sysctl_set()Thomas Haller2018-12-193-49/+57
| * platform: use struct initializer instead of memset()Thomas Haller2018-12-192-8/+15
| * platform: assert length of stack allocation in NMP_SYSCTL_PATHID_NETDIR_unsafe()Thomas Haller2018-12-191-1/+8
|/
* settings,gsm: deprecate and stop using 'number' propertyAleksander Morgado2018-12-1910-38/+21
* 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