summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* team: ignore bus name appearance when killing teamdbg/team-race-rh1798947Beniamino Galvani2020-02-101-0/+6
* team: ignore bus name appearance if we can't determine process idBeniamino Galvani2020-02-101-5/+8
* n-dhcp4: fix initialization of the 'secs' DHCP header fieldBeniamino Galvani2020-02-103-6/+6
* platform: merge branch 'th/platform-ethtool-gcc10-warnings'Thomas Haller2020-02-101-28/+32
|\
| * platform: fix GCC warning about zero-length array in nmp_utils_ethtool_get_pe...Thomas Haller2020-02-101-3/+6
| * platform: fix GCC warning about zero-length array in ethtool_get_stringset()Thomas Haller2020-02-101-1/+4
| * Revert "platform: fix GCC warning about zero-lenght array (2)"Thomas Haller2020-02-101-16/+15
| * Revert "platform: fix GCC warning about zero-lenght array (1)"Thomas Haller2020-02-101-12/+11
|/
* contrib/REQUIRED_PACKAGES: fix script to work without GNU `which` installedThomas Haller2020-02-101-1/+2
* contrib/REQUIRED_PACKAGES: ignore for non-existing packages "dbus-python", "p...Thomas Haller2020-02-101-2/+2
* ovs: wait that link disappears before continuing with deactivationBeniamino Galvani2020-02-051-0/+115
* shared: redefine G_SOURCE_FUNCBeniamino Galvani2020-02-051-2/+2
* merge: branch 'bg/gcc10'Beniamino Galvani2020-02-038-34/+36
|\
| * n-dhcp4: fix uninitialized variablebg/gcc10Beniamino Galvani2020-02-031-0/+1
| * ifcfg-rh: add missing 'extern' keywordBeniamino Galvani2020-02-031-1/+1
| * clients: add missing 'extern' keywordBeniamino Galvani2020-02-031-1/+1
| * platform: fix GCC warning about zero-lenght array (2)Beniamino Galvani2020-02-031-15/+16
| * platform: fix GCC warning about zero-lenght array (1)Beniamino Galvani2020-02-031-11/+12
| * build: remove duplicate definition in MakefileBeniamino Galvani2020-02-031-2/+0
| * build: use -fcommon when building libnm-coreBeniamino Galvani2020-02-032-1/+5
| * all: remove wrong CURL option initializationBeniamino Galvani2020-02-012-3/+0
|/
* platform: skip VRF test if kernel support is missingBeniamino Galvani2020-01-313-14/+28
* dhcp: merge branch 'bg/dhcp-timeout-rh1791378'Beniamino Galvani2020-01-308-73/+116
|\
| * ndisc: remove upper bound for IPv6 autoconfiguration timeoutBeniamino Galvani2020-01-301-1/+1
| * device: accept new leases in NM_DEVICE_IP_STATE_DONEBeniamino Galvani2020-01-301-2/+13
| * dhcp: introduce EXTENDED state for renewalsBeniamino Galvani2020-01-306-22/+31
| * n-dhcp4: move back to INIT after lease expiresBeniamino Galvani2020-01-301-4/+3
| * dhcp: derive the grace period duration from the timeout propertyBeniamino Galvani2020-01-301-9/+33
| * device: change return type of get_dhcp_timeout()Beniamino Galvani2020-01-301-1/+1
| * device: move code aroundBeniamino Galvani2020-01-301-35/+35
|/
* po: RHEL 8.2 translations - fr,ja,zh-CNBeniamino Galvani2020-01-303-12254/+9719
* supplicant: fix memory corruption with wrong argument to NM_SUPPLICANT_INTERF...Thomas Haller2020-01-301-1/+1
* man: fix missing tagAntonio Cardace2020-01-291-1/+1
* man: add dnsmasq option documentation on added dns serversAntonio Cardace2020-01-291-0/+4
* git: ignore clangd and ctags generated filesAntonio Cardace2020-01-291-0/+3
* merge: branch 'bg/virt-dev-check-master'Beniamino Galvani2020-01-291-13/+27
|\
| * manager: check for master existence before realizing the deviceBeniamino Galvani2020-01-291-13/+13
| * manager: skip activation of a virtual device if master is missingBeniamino Galvani2020-01-291-0/+14
|/
* build/meson: fix missing slash when detecting resolvconf/netconfig binariesWill Dietz2020-01-281-1/+1
* core: fix device detection due to bug in NM_DEVICE_DEFINE_LINK_TYPES()Thomas Haller2020-01-281-1/+1
* all: merge branch 'th/inet-addr-cleanup'Thomas Haller2020-01-2848-342/+428
|\
| * core: cleanup setting IP address in NMDeviceIPTunnelThomas Haller2020-01-281-58/+59
| * shared: add nm_ip_addr_cmp()/nm_ip_addr_equal() helpersThomas Haller2020-01-281-0/+16
| * shared: add NM_IP_ADDR_ZERO macro for initializing NMIPAddr to zeroThomas Haller2020-01-282-0/+9
| * all: use nm_utils_ipaddr_is_valid() instead of nm_utils_ipaddr_valid()Thomas Haller2020-01-2815-47/+47
| * libnm: use nm_utils_ipaddr_is_valid() to implement nm_utils_ipaddr_valid()Thomas Haller2020-01-281-9/+1
| * shared: add nm_utils_ipaddr_is_valid()/nm_utils_ipaddr_is_normalized() helpersThomas Haller2020-01-282-0/+45
| * shared: use static array indices in function parameter declarations of _nm_ut...Thomas Haller2020-01-283-4/+5
| * all: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop()Thomas Haller2020-01-2828-157/+157
| * shared: move nm_utils_inet* helpers from libnm-core to sharedThomas Haller2020-01-283-49/+60