summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tui: fix default values for bond options in nmtuith/bond-normalizeThomas Haller2020-07-111-57/+64
* libnm: add _nm_setting_bond_mode_from_string() to nm-libnm-core-internThomas Haller2020-07-114-36/+37
* tui: fix alternating miimon/arp_interval settings for bond options in nmtuiThomas Haller2020-07-111-5/+22
* cli: fix alternating miimon/arp_interval settings for bond options in nmcliThomas Haller2020-07-116-38/+75
* bond: log only skipped bond options if they are set in the profileThomas Haller2020-07-101-5/+9
* libnm,core: fix handling miimon and arp_interval as conflicting kernel optionsThomas Haller2020-07-101-30/+26
* libnm: don't fail assertion for _bond_get_option_normalized() with invalid bo...Thomas Haller2020-07-101-1/+5
* device/bond: rework setting of arp_ip_target bond optionsThomas Haller2020-07-101-20/+66
* libnm: cleanup validating bond option "arp_ip_target"Thomas Haller2020-07-101-87/+79
* libnm: add nm_utils_bond_option_arp_ip_targets_split() helperThomas Haller2020-07-102-0/+12
* shared: assert that nm_utils_strsplit_set_full() returns non-empty strv arrayThomas Haller2020-07-101-0/+1
* format: some adjustments to the style and mark ForEachMacrosThomas Haller2020-07-101-3/+46
* merge: branch 'bg/sriov-reset-on-failure'Beniamino Galvani2020-07-102-37/+63
|\
| * device: reset SR-IOV parameters on activation failurebg/sriov-reset-on-failureBeniamino Galvani2020-07-101-3/+32
| * device: allow queuing SR-IOV operation from a callbackBeniamino Galvani2020-07-101-18/+17
| * device: clear queued sriov operation on disposeBeniamino Galvani2020-07-101-0/+6
| * platform: do not rely on the presence of sriov_totalvfs sysfs fileBeniamino Galvani2020-07-101-16/+8
|/
* license: add Intel and Andrew to RELICENSE.mdThomas Haller2020-07-091-1/+2
* format: add .clang-format file to source treeAntonio Cardace2020-07-091-0/+65
* initrd: generate ipv6.method=auto for ip=dhcp6bg/initrd-dhcp6-rh1854323Beniamino Galvani2020-07-092-13/+3
* libnm,json: merge branch 'th/libnm_jansson-2'Thomas Haller2020-07-0920-529/+857
|\
| * shared: cleanup dlopening libjansson depending on configure optionsThomas Haller2020-07-092-12/+38
| * shared: drop unused code from "shared/nm-glib-aux/nm-jansson.h"Thomas Haller2020-07-091-100/+0
| * all: bump libjansson dependency to 2.7Thomas Haller2020-07-093-7/+2
| * shared/tests: add test for checking "nm-json-aux.h"Thomas Haller2020-07-094-11/+228
| * shared,libnm: rename nm_json_aux_gstr_*() API to nm_json_gstr_*()Thomas Haller2020-07-093-42/+42
| * shared: merge nm-glib-aux/nm-json.[hc] into nm-json-aux.[hc]Thomas Haller2020-07-0912-413/+392
| * libnm: always build libnm with JSON validationThomas Haller2020-07-0910-156/+126
| * libnm,shared: move nm-json.[hc] to shared/nm-glib-auxThomas Haller2020-07-097-23/+5
| * libnm: don't include <jansson.h> in libnm but use own variantsThomas Haller2020-07-094-80/+93
| * libnm: don't redefine symbols in jansson.h headerThomas Haller2020-07-093-129/+84
| * libnm: merge "shared/nm-glib-aux/nm-jansson.h" into "libnm-core/nm-json.h"Thomas Haller2020-07-091-1/+130
| * libnm: don't use any symbols from jansson.h directlyThomas Haller2020-07-093-17/+50
| * libnm: introduce NMJsonVt virtual table for accessing libjansson symbolsThomas Haller2020-07-094-112/+241
|/
* core: add dependent local routes configured by kernelAntonio Cardace2020-07-083-10/+47
* platform: skip metric-0 IPv6 routes in nm_platform_ip_route_sync()Thomas Haller2020-07-081-0/+7
* core: merge branch 'ac/routes_full_sync'Antonio Cardace2020-07-085-27/+86
|\
| * nm-device: change route table sync mode behaviourac/routes_full_syncAntonio Cardace2020-07-081-21/+48
| * platform: do not prune kernel added routesAntonio Cardace2020-07-081-1/+10
| * core: add dependent multicast route configured by kernel for IPv6Antonio Cardace2020-07-081-0/+21
| * platform: parse route type from netlink messagesAntonio Cardace2020-07-081-0/+1
| * utils: add 'unspecified' to nm_utils_route_type2str()Antonio Cardace2020-07-081-0/+1
| * platform: always display route type when calling nmp_object_to_string()Antonio Cardace2020-07-081-5/+5
| * ppp: fix taking control of link generated by kernelBeniamino Galvani2020-07-083-12/+47
* | ppp: fix taking control of link generated by kernelbg/pppoe-rh1849386Beniamino Galvani2020-07-083-12/+47
* | tc: merge branch 'bg/tc-port-mirroring-rh1436535'Beniamino Galvani2020-07-086-19/+102
|\ \ | |/
| * libnm-core: add test for mirred tc filterbg/tc-port-mirroring-rh1436535Beniamino Galvani2020-07-081-2/+49
| * libnm-core: pass variant-attribute-spec for tc actionsBeniamino Galvani2020-07-081-2/+12
| * libnm-core: don't print value for no-value attributesBeniamino Galvani2020-07-081-4/+6
| * libnm-core: pass variant-attribute-spec to format functionBeniamino Galvani2020-07-084-11/+31