summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: don't hash the compare type in nm_platform_ip4_route_hash_update()th/hashThomas Haller2017-10-181-8/+0
* core: refactor hashing to use reduce calls to siphash24_compress()Thomas Haller2017-10-184-233/+289
* all: extend hash functions with an NMHashState argumentThomas Haller2017-10-188-513/+412
* all: add helper functions for nm_hash_update*()Thomas Haller2017-10-1810-259/+387
* all: use siphash24 for hashingThomas Haller2017-10-1710-251/+144
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-1743-76/+93
* all: refactor hashing by introducing NMHashStateThomas Haller2017-10-1711-360/+558
* shared: split random and hash utilsThomas Haller2017-10-1712-188/+300
* test: add gdbus leak to valgrind.suppressionsThomas Haller2017-10-171-3/+1
* shared: add _NM_ENSURE_TYPE() macroThomas Haller2017-10-171-0/+12
* shared: add _nm_align() and _nm_alignof() macrosThomas Haller2017-10-171-5/+8
* platform: fix comparing parent_ifindex in nm_platform_lnk_macsec_cmp()Thomas Haller2017-10-171-0/+2
* clients: merge branch 'bg/tui-activation-rh1500651'Beniamino Galvani2017-10-168-385/+384
|\
| * tui: fix memory leakbg/tui-activation-rh1500651Beniamino Galvani2017-10-161-0/+2
| * tui: improve tracking of activation stateBeniamino Galvani2017-10-161-21/+53
| * clients: move get_effective_activation_state() to nm-clients-utils.cBeniamino Galvani2017-10-163-69/+79
| * build: move nm-client-utils.c to libnmc-base.aBeniamino Galvani2017-10-166-297/+234
| * cli: split evaluation of activation stateBeniamino Galvani2017-10-161-41/+59
|/
* tui: add group-forward-mask property to bridge pageBeniamino Galvani2017-10-131-0/+6
* libnm-core: remove duplicate include of "nm-utils-private.h"Francesco Giudici2017-10-131-1/+0
* core: merge branch 'th/random'Thomas Haller2017-10-1313-199/+368
|\
| * core: randomize hash seed with a global seedThomas Haller2017-10-132-5/+24
| * core: introduce NM_HASH_INIT() to initialize hash seedThomas Haller2017-10-1310-57/+78
| * dhcp: use nm_utils_random_bytes() for generating random DUIDThomas Haller2017-10-131-6/+1
| * core: add nm_utils_random_bytes() and use getrandom()Thomas Haller2017-10-134-34/+145
| * shared: move nm_utils_fd_*() from src/ to shared/nm-utils/Thomas Haller2017-10-134-102/+109
| * shared: add _nm_thread_local macroThomas Haller2017-10-131-0/+16
|/
* shared: fix gtk-doc build warningBeniamino Galvani2017-10-131-1/+2
* libnm-core: specify enum values in NMSettingIP6Config:addr-gen-mode docBeniamino Galvani2017-10-132-7/+8
* contrib/rpm: explicitly set default dhcp configurationThomas Haller2017-10-121-0/+1
* po: update German (de) translation (bgo#788638)Christian Kirbach2017-10-121-1430/+1733
* ndisc: merge branch 'th/ndisc-route-preference-rh1445417'Thomas Haller2017-10-1218-228/+518
|\
| * core: use router preference for IPv6 routesThomas Haller2017-10-124-18/+38
| * platform: detect kernel support for RTA_PREF to set router preference of IPv6...Thomas Haller2017-10-123-3/+53
| * platform: support pref option for IPv6 routes (RTA_PREF)Thomas Haller2017-10-123-1/+43
| * platform: refactor detecting kernel supportThomas Haller2017-10-126-49/+65
| * ndisc: some cleanup of RA handlingThomas Haller2017-10-122-3/+45
| * ndisc: rename NMNDiscPreference to NMIcmpv6RouterPrefThomas Haller2017-10-128-45/+88
| * ndisc: cleanup handling of timestampsThomas Haller2017-10-125-44/+81
| * ndisc: use unsigned int for loop index variableThomas Haller2017-10-121-86/+126
|/
* bus-manager: don't leak connectionsBeniamino Galvani2017-10-121-3/+13
* tui: fix crash creating Wi-Fi connectionThomas Haller2017-10-112-1/+3
* systemd: fix compilation if libc doesn't provide getrandom()Thomas Haller2017-10-111-0/+7
* systemd: merge branch systemd into masterThomas Haller2017-10-1137-211/+430
|\
| * systemd: update code from upstream (2017-10-11)Thomas Haller2017-10-1135-204/+390
* | core: cleanup implementation of nm_auto* macros to use nm_auto()Thomas Haller2017-10-113-4/+3
* | connectivity: fix memory leakBeniamino Galvani2017-10-101-0/+1
* | core: fix memory leaks in NMIP{4,6}ConfigBeniamino Galvani2017-10-102-3/+2
* | all: merge branch 'th/policy-routing-pt2-rh1436531' (part 2)Thomas Haller2017-10-1059-1557/+1749
|\ \
| * | core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-1034-895/+1098