summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * platform: support creation of prio qdiscBeniamino Galvani2020-07-081-0/+4
|/
* ndisc/tests: relax assertion in "test-ndisc-fake.c"Thomas Haller2020-07-071-1/+1
* shared: add nm_steal_pointer()/nm_clear_free() to "nm-std-aux.h"Thomas Haller2020-07-071-0/+18
* shared: move NM_AUTO_DEFINE_FCN*(), nm_auto_free and nm_clear_pointer() to "n...Thomas Haller2020-07-072-71/+76
* shared: drop definitions for bool/true/false from "nm-macros-internal.h"Thomas Haller2020-07-071-45/+0
* shared: include <stdbool.h> in "nm-std-aux.h" and fix glib-ismThomas Haller2020-07-071-5/+6
* shared: make NM_BOOLEAN_EXPR() macro composable and use it for _G_BOOLEAN_EXPR()Thomas Haller2020-07-072-26/+20
* shared: move various basic helpers from "nm-macros-internal.h" to "nm-std-aux.h"Thomas Haller2020-07-072-244/+247
* core: fix treating route metric zero of IPv6 routes specialThomas Haller2020-07-079-64/+66
* po: update Ukrainian (uk) translationYuri Chornoivan2020-07-071-768/+982
* docs: fix pre-generated documentation "clients/common/settings-docs.h.in"Thomas Haller2020-07-071-1/+1
* all: fix minor typosYuri Chornoivan2020-07-07106-182/+182
* nettools: reimport nettools' n-dhcp4Thomas Haller2020-07-072-12/+4
|\