summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* all: avoid useless use of NM_IN_STRSET()lr/strsetLubomir Rintel2022-08-0521-44/+44
* device: wait for carrier even if it wasn't us who brought the device IFF_UPLubomir Rintel2022-08-021-22/+37
* glib-aux: accept zero bytes for nm_utils_random_bytes()Thomas Haller2022-08-011-1/+3
* glib-aux: reseed state for "bad" random bytes every timeThomas Haller2022-08-011-0/+19
* nm-device-bt: allow Bluetooth NAP type for complete-connectionDylan Van Assche2022-08-011-1/+24
* nmcli: move an assignment down to where the value neededLubomir Rintel2022-07-291-2/+2
* nmcli: do not assume active connection has a settings connectionLubomir Rintel2022-07-291-1/+1
* bridge: fix reapply of non-bridge propertiesLubomir Rintel2022-07-291-1/+1
* glib-aux: replace nm_ip4_addr_is_localhost() by nm_utils_ip4_address_is_loopb...th/misc-auxThomas Haller2022-07-283-15/+10
* glib-aux: use different name for local variables in nm_g_array_index_p() macroThomas Haller2022-07-281-10/+10
* std-aux: use unique local variable in NM_IN_SET() macroThomas Haller2022-07-281-13/+13
* std-aux: add argument to "op" parameter for NM_VA_ARGS_FOREACH() macroThomas Haller2022-07-283-152/+153
* std-aux: add nm_memeq() helperThomas Haller2022-07-281-0/+6
* std-aux: add c_list_insert_sorted()Thomas Haller2022-07-283-2/+212
* build: fix compilationBeniamino Galvani2022-07-272-0/+3
* platform: fix build with musl libcBeniamino Galvani2022-07-276-9/+0
* platform: fix identity for MPTCP NMPObject to honor portThomas Haller2022-07-261-1/+3
* platform/trivial: add code comments for NMPGlobalTrackerThomas Haller2022-07-261-13/+44
* platform: rename file "nmp-route-manager.[hc]" to "nmp-global-tracker.[hc]"Thomas Haller2022-07-268-7/+7
* platform: rename NMPRouteManager to NMPGlobalTrackerThomas Haller2022-07-268-270/+274
* platform: set the scope for IPv4 loopback address to "host"Thomas Haller2022-07-261-2/+1
* platform: add nm_platform_ip{4,6,}_address_get_scope() helperThomas Haller2022-07-261-0/+31
* platform: include "linux-headers" via "libnm-std-aux/nm-linux-compat.h"Thomas Haller2022-07-263-3/+6
* platform: assert for success genlmsg_put() in _nl802154_alloc_msg()Thomas Haller2022-07-261-1/+2
* platform/trivial: add blank line after variable declaration in NLA_PUT_TYPE()Thomas Haller2022-07-261-0/+1
* glib-aux: add nm_ip_addr_cmp_for_sort() helper for sorting IP addressesThomas Haller2022-07-262-0/+14
* glib-aux: add nm_utils_ip4_address_is_loopback()Thomas Haller2022-07-261-2/+10
* glib-aux: add code comment to nm_ip_addr_set() about using it for NMIPAddr ar...Thomas Haller2022-07-261-1/+10
* bridge: don't reset vlan filtering parameters on external connectionsBeniamino Galvani2022-07-261-1/+2
* supplicant: increase the PMK lifetime for WPA-EAPBeniamino Galvani2022-07-261-0/+42
* bridge: add reapply supportLubomir Rintel2022-07-251-15/+82
* manager: recreate virtual devices on "nmcli net on"Lubomir Rintel2022-07-251-6/+22
* manager: make "nmcli net off" wait for deactivationsLubomir Rintel2022-07-251-11/+41
* c-stdaux: re-import git-subtree for 'src/c-stdaux'Thomas Haller2022-07-252-1/+19
|\
* | modules: patch meson subprojects to use local dependenciesThomas Haller2022-07-2514-8/+10
* | dhcp: fix EXTENDED DHCP event to accept lease for dhclient pluginThomas Haller2022-07-222-10/+14
* | c-stdaux: re-import git-subtree for 'src/c-stdaux'Thomas Haller2022-07-221-3/+0
|\ \ | |/
| * Squashed 'src/c-stdaux/' changes from da7209900ef0..ddd666b76654Thomas Haller2022-07-221-1/+0
* | libnm: update HTTP reference to documentation in code commentThomas Haller2022-07-221-1/+1
* | libnmc/trivial: rename _device_state_to_string() functionThomas Haller2022-07-211-2/+2
* | libnm: fix annotations for nm_conn_wireguard_import()Thomas Haller2022-07-211-2/+2
* | platform: add the `a_no_auto_noprefixroute` flagWen Liang2022-07-212-23/+39
* | libnm-client: Add public nm_conn_wireguard_import() funcChristian Glombek2022-07-2110-575/+625
* | platform: fix compile error in event_seq_check()Thomas Haller2022-07-201-0/+2
* | platform: print genl family ID in hex formatThomas Haller2022-07-201-2/+2
* | platform: try harder to get the genl family ID by getting it synchronouslyThomas Haller2022-07-201-15/+41
* | platform: add NMPlatformMptcpAddr objectThomas Haller2022-07-206-4/+195
* | platform: avoid logging plain pointer values in "nmp-object.c"Thomas Haller2022-07-201-31/+33
* | platform: drop unnecessary cmd_plobj_id_copy implementationsThomas Haller2022-07-201-18/+0
* | platform: improve nmp_object_stackinit_id() for types that don't implement cm...Thomas Haller2022-07-201-0/+11