summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-30tests/client: add interactive add testlr/client-ask-modeLubomir Rintel1-0/+22
2022-06-30tests/client: do not consult expected result files if no checks require themLubomir Rintel1-0/+3
2022-06-30tests/client: add a pexpect-based test runnerLubomir Rintel1-24/+43
2022-06-30contrib/packages: install pexpectLubomir Rintel4-5/+8
2022-06-27team: specify cli-type for teamdctl_connect() to select usock/dbusThomas Haller1-36/+64
2022-06-27merge: branch 'lr/gettext-2'Lubomir Rintel18-153/+141
2022-06-27ci: trivial changes to commentsLubomir Rintel2-2/+4
2022-06-27ci: drop Ubuntu 16.04Lubomir Rintel5-89/+7
2022-06-27po: make dist depend on update-poLubomir Rintel2-1/+4
2022-06-27build: stop relying on intltool for i18nMartin Blanchard11-62/+127
2022-06-27platform: fix routing rule test failureBeniamino Galvani1-0/+5
2022-06-27merge: branch 'bg/route-attrs'Beniamino Galvani14-45/+227
2022-06-27libnm,core: add support for {rto_min,quickack,advmss} route attributesBeniamino Galvani11-3/+93
2022-06-27platform: add support for {rto_min,quickack,lock-advmss} route attributesBeniamino Galvani3-42/+110
2022-06-27ifcfg-rh: support reading boolean route attributesBeniamino Galvani1-0/+24
2022-06-27dhcp: merge branch 'th/dhcp-subnet-mask'Thomas Haller15-69/+86
2022-06-27dhcp/systemd: pass client instance to lease_to_ip6_config()Thomas Haller1-22/+6
2022-06-27dhcp/nettools: log message about guessing subnet mask for IPv4Thomas Haller1-18/+17
2022-06-27dhcp: add nm_dhcp_client_create_l3cd() helperThomas Haller2-0/+12
2022-06-27dhcp/nettools: normalize subnet netmask in nettools clientThomas Haller1-1/+2
2022-06-27dhcp/nettools: accept missing "subnet mask" (option 1) in DHCP leaseThomas Haller1-12/+18
2022-06-27all: use internal _nm_utils_ip4_netmask_to_prefix()Thomas Haller10-11/+11
2022-06-27glib-aux: add _nm_utils_ip4_netmask_to_prefix() helperThomas Haller2-6/+12
2022-06-27libnm: assert nm_utils_ip4_prefix_to_netmask() for valid IPv4 prefix lengthThomas Haller1-2/+11
2022-06-27merge: branch 'lr/fix-debian'Lubomir Rintel4-19/+59
2022-06-27gitlab-ci: regenerate imageslr/fix-debianLubomir Rintel2-6/+6
2022-06-27gitlab: fix Ubuntu 18.04 image creationLubomir Rintel1-2/+17
2022-06-27contrib/debian: rework package installLubomir Rintel1-11/+36
2022-06-27platform: fix build with kernels < 5.7Lubomir Rintel1-1/+3
2022-06-27merge branch 'th/misc'Thomas Haller3-28/+26
2022-06-27ifcfg-rh: fix serializing lock route attributesThomas Haller1-4/+5
2022-06-27ifcfg-rh: in get_route_attributes_string() check prefix for "lock" namesThomas Haller1-1/+1
2022-06-27core: log boot-id when NetworkManager startsThomas Haller1-3/+4
2022-06-24glib-aux: make code in nm_uuid_is_valid_nm() clearerThomas Haller1-15/+12
2022-06-24glib-aux: pass string length to nm_uuid_generate_from_string() in nm_uuid_is_...Thomas Haller1-5/+4
2022-06-24po: update Ukrainian (uk) translationYuri Chornoivan1-551/+538
2022-06-24merge: branch 'lr/ask-mode'Lubomir Rintel3-104/+172
2022-06-24po: update Ukrainian translationYuri Chornoivan1-199/+269
2022-06-24core: avoid stale entries in the DNS manager for non-virtual devicesbg/cleanup-dns-for-removedBeniamino Galvani1-1/+14
2022-06-24platform: merge branch 'th/platform-genl-2'Thomas Haller4-341/+389
2022-06-24platform/netlink: expose genl_ctrl_policy policy in headerThomas Haller2-11/+14
2022-06-24platform/netlink: drop nl_socket_set_ext_ack() APIThomas Haller3-20/+3
2022-06-24platform/netlink: simplify socket flags and use boolean fieldsThomas Haller3-21/+9
2022-06-24platform/netlink: add flags argument to nl_socket_new()Thomas Haller3-17/+47
2022-06-24platform/netlink: extend nl_nlmsghdr_to_str() for genl messagesThomas Haller3-82/+93
2022-06-24platform/netlink: add reading NETLINK_PKTINFO in nl_recv()Thomas Haller3-45/+69
2022-06-24platform/netlink: minor cleanup in _netlink_recv_handle()Thomas Haller1-14/+9
2022-06-24platform/netlink: move generic code in _netlink_recv_handle()Thomas Haller1-71/+69
2022-06-24platform/netlink: add nl_msg_lite struct to avoid allocating netlink messageThomas Haller2-39/+60
2022-06-24platform/netlink: add const modifier for genl functionsThomas Haller2-23/+23