summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | platform: add support for {rto_min,quickack,lock-advmss} route attributesBeniamino Galvani2022-06-273-42/+110
| * | | | | | ifcfg-rh: support reading boolean route attributesBeniamino Galvani2022-06-271-0/+24
|/ / / / / /
* | | | | | dhcp: merge branch 'th/dhcp-subnet-mask'Thomas Haller2022-06-2715-69/+86
|\ \ \ \ \ \
| * | | | | | dhcp/systemd: pass client instance to lease_to_ip6_config()Thomas Haller2022-06-271-22/+6
| * | | | | | dhcp/nettools: log message about guessing subnet mask for IPv4Thomas Haller2022-06-271-18/+17
| * | | | | | dhcp: add nm_dhcp_client_create_l3cd() helperThomas Haller2022-06-272-0/+12
| * | | | | | dhcp/nettools: normalize subnet netmask in nettools clientThomas Haller2022-06-271-1/+2
| * | | | | | dhcp/nettools: accept missing "subnet mask" (option 1) in DHCP leaseThomas Haller2022-06-271-12/+18
| * | | | | | all: use internal _nm_utils_ip4_netmask_to_prefix()Thomas Haller2022-06-2710-11/+11
| * | | | | | glib-aux: add _nm_utils_ip4_netmask_to_prefix() helperThomas Haller2022-06-272-6/+12
| * | | | | | libnm: assert nm_utils_ip4_prefix_to_netmask() for valid IPv4 prefix lengthThomas Haller2022-06-271-2/+11
|/ / / / / /
* | | | | | merge: branch 'lr/fix-debian'Lubomir Rintel2022-06-274-19/+59
|\ \ \ \ \ \
| * | | | | | gitlab-ci: regenerate imageslr/fix-debianLubomir Rintel2022-06-272-6/+6
| * | | | | | gitlab: fix Ubuntu 18.04 image creationLubomir Rintel2022-06-271-2/+17
| * | | | | | contrib/debian: rework package installLubomir Rintel2022-06-271-11/+36
|/ / / / / /
* | | | | | platform: fix build with kernels < 5.7Lubomir Rintel2022-06-271-1/+3
* | | | | | merge branch 'th/misc'Thomas Haller2022-06-273-28/+26
|\ \ \ \ \ \
| * | | | | | ifcfg-rh: fix serializing lock route attributesThomas Haller2022-06-271-4/+5
| * | | | | | ifcfg-rh: in get_route_attributes_string() check prefix for "lock" namesThomas Haller2022-06-271-1/+1
| * | | | | | core: log boot-id when NetworkManager startsThomas Haller2022-06-271-3/+4
| * | | | | | glib-aux: make code in nm_uuid_is_valid_nm() clearerThomas Haller2022-06-241-15/+12
| * | | | | | glib-aux: pass string length to nm_uuid_generate_from_string() in nm_uuid_is_...Thomas Haller2022-06-241-5/+4
|/ / / / / /
* | | | | | po: update Ukrainian (uk) translationYuri Chornoivan2022-06-241-551/+538
* | | | | | merge: branch 'lr/ask-mode'Lubomir Rintel2022-06-243-104/+172
|\ \ \ \ \ \
| * | | | | | nmcli/connections: fix setting ifname with "--ask c add"lr/ask-modeLubomir Rintel2022-06-241-9/+18
| * | | | | | nmcli/connections: make sure the connection has a base settingLubomir Rintel2022-06-241-0/+6
| * | | | | | nmcli/connections: factor out code run after new connection's type is setLubomir Rintel2022-06-241-21/+33
| * | | | | | nmcli/connections: use the current value in default in ask_option()Lubomir Rintel2022-06-243-37/+57
| * | | | | | nmcli/connections: don't ask to ask with --askLubomir Rintel2022-06-241-9/+7
| * | | | | | nmcli/connections: make sure the connection has a typeLubomir Rintel2022-06-241-3/+10
| * | | | | | nmcli/connections: make enable_options() always enable an optionLubomir Rintel2022-06-241-10/+6
| * | | | | | nmcli/connections: make opts argument to enable_options() optionalLubomir Rintel2022-06-241-6/+15
| * | | | | | nmcli/connections: allow empty lists with "--ask c add"Lubomir Rintel2022-06-241-2/+0
| * | | | | | nmcli/connections: do not remove a bond option unless reset is allowedLubomir Rintel2022-06-241-17/+15
| * | | | | | nmcli/connections: pass allow_reset to check_and_set() callbackLubomir Rintel2022-06-241-1/+16
| * | | | | | libnmc-setting: fix default suggestions for some optionsLubomir Rintel2022-06-241-2/+2
* | | | | | | po: update Ukrainian translationYuri Chornoivan2022-06-241-199/+269
* | | | | | | core: avoid stale entries in the DNS manager for non-virtual devicesbg/cleanup-dns-for-removedBeniamino Galvani2022-06-241-1/+14
* | | | | | | platform: merge branch 'th/platform-genl-2'Thomas Haller2022-06-244-341/+389
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | platform/netlink: expose genl_ctrl_policy policy in headerThomas Haller2022-06-242-11/+14
| * | | | | | platform/netlink: drop nl_socket_set_ext_ack() APIThomas Haller2022-06-243-20/+3
| * | | | | | platform/netlink: simplify socket flags and use boolean fieldsThomas Haller2022-06-243-21/+9
| * | | | | | platform/netlink: add flags argument to nl_socket_new()Thomas Haller2022-06-243-17/+47
| * | | | | | platform/netlink: extend nl_nlmsghdr_to_str() for genl messagesThomas Haller2022-06-243-82/+93
| * | | | | | platform/netlink: add reading NETLINK_PKTINFO in nl_recv()Thomas Haller2022-06-243-45/+69
| * | | | | | platform/netlink: minor cleanup in _netlink_recv_handle()Thomas Haller2022-06-241-14/+9
| * | | | | | platform/netlink: move generic code in _netlink_recv_handle()Thomas Haller2022-06-241-71/+69
| * | | | | | platform/netlink: add nl_msg_lite struct to avoid allocating netlink messageThomas Haller2022-06-242-39/+60
| * | | | | | platform/netlink: add const modifier for genl functionsThomas Haller2022-06-242-23/+23
| * | | | | | platform/netlink: add const modifier to netlink header pointersThomas Haller2022-06-233-12/+12