summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: implement gre properties as lnk datath/platform-to-string-bgo756427Thomas Haller2015-10-125-0/+48
* platform/trivial: rename NMPlatformGreProperties to NMPlatformLnkGreThomas Haller2015-10-126-11/+11
* platform: implement vlan properties as lnk dataThomas Haller2015-10-126-16/+55
* platform: add link_data member to NMPObjectLinkThomas Haller2015-10-122-5/+32
* WIP: platform: parse netlink messages ourselves without libnl3Thomas Haller2015-10-123-65/+330
* nmp-object: allow missing implementations for certain virtual functionsThomas Haller2015-10-121-16/+39
* nmp-object: remove unused nl_type field from NMPClassThomas Haller2015-10-122-6/+0
* nmp-object/trivial: move codeThomas Haller2015-10-121-12/+12
* nmp-object: refactor nmp_object_copy() not to call virtual cmd_obj_copy() fun...Thomas Haller2015-10-121-11/+3
* nmp-object: implement nmp_object_equal() based on cmp()Thomas Haller2015-10-122-41/+34
* platform: add buffer argument to platform to-string functionsThomas Haller2015-10-1214-107/+140
* merge: LLDP supportBeniamino Galvani2015-10-1223-63/+1431
|\
| * examples: add python GI example for retrieving LLDP neighborsBeniamino Galvani2015-10-121-0/+52
| * libnm: document that some return values are immutableBeniamino Galvani2015-10-122-3/+7
| * cli: add support for 'connection.lldp' propertyBeniamino Galvani2015-10-121-1/+61
| * ifcfg-rh: add support for 'LLDP' connection propertyBeniamino Galvani2015-10-123-0/+29
| * ifcfg-rh: split out parsing of boolean values from svTrueValue()Beniamino Galvani2015-10-123-60/+82
| * macros: add nm_clear_g_variant() utilThomas Haller2015-10-121-0/+11
| * libnm: add LLDP supportBeniamino Galvani2015-10-123-0/+287
| * device: export list of LLDP neighbors through D-BusBeniamino Galvani2015-10-128-0/+839
| * libnm: add 'lldp' property to NMSettingConnectionBeniamino Galvani2015-10-125-0/+64
|/
* libnm: specify (transfer none) introspection annotation (bgo #756380)Jiří Klimeš2015-10-121-2/+2
* macros: remove early return from nm_clear_g_signal_handler()Thomas Haller2015-10-121-3/+0
* ppp: do not pass NULL to g_variant_new ("(s)")Jiří Klimeš2015-10-121-1/+1
* macros: allow NULL pointer in nm_clear_g_signal_handler()Jiří Klimeš2015-10-121-1/+2
* core: disable assertion in nm_ip[46]_config_replace() by defaultThomas Haller2015-10-102-6/+10
* platform: fix wrongly return "FALSE" instead of "NULL" for pointer typeThomas Haller2015-10-101-5/+5
* platform: use nm_g_hash_table_add() compat wrapper in _nmp_cache_update_add()Thomas Haller2015-10-101-5/+1
* libnm-util/test: use "nm-test-utils.h" in test-setting-dcbThomas Haller2015-10-102-14/+15
* device: fix wrongly managing external-down device due to not setting EXTERNAL...Thomas Haller2015-10-091-2/+3
* platform: downgrade logging level for "event-notification" messagesThomas Haller2015-10-091-2/+2
* logging: merge branch 'th/logging-keep-bgo756175'Thomas Haller2015-10-095-154/+225
|\
| * logging: properly use current domains when setting loggingThomas Haller2015-10-091-39/+50
| * logging: refactor global variable to have them in a structThomas Haller2015-10-091-118/+128
| * logging/trivial: move codeThomas Haller2015-10-091-12/+12
| * platform: warn about growing sysctl logging cache and clear itThomas Haller2015-10-093-12/+44
| * logging: add special logging level "KEEP"Thomas Haller2015-10-093-6/+24
|/
* ifcfg-rh/tests: add a missing file to the distributionLubomir Rintel2015-10-091-1/+2
* tui: add a checkbox for ignore-auto-routes (bgo #756200)Jiří Klimeš2015-10-092-0/+12
* device: get rid of ipv4ll_timeout_remove()Beniamino Galvani2015-10-081-13/+2
* device/vlan: update VLAN MAC address when parent's one changesBeniamino Galvani2015-10-081-4/+36
* device: fix race wrongly managing external-down device due to late udev signalThomas Haller2015-10-081-20/+28
* systemd: grant the daemon a license to kill kidsLubomir Rintel2015-10-081-1/+1
* ifcfg-rh: accept BOOTPROTO=static with missing IPv4 addressesJosef Bacik2015-10-083-6/+26
* merge: merge branch 'systemd' into masterBeniamino Galvani2015-10-0854-1046/+7065
|\
| * systemd: update code from upstreamBeniamino Galvani2015-10-0749-1020/+6966
* | libnm: explicitly cast enum type for g_object_set()Thomas Haller2015-10-081-1/+1
* | dhcp-systemd: sd_dhcp_lease_load() returns no lease or error on ENOENTLubomir Rintel2015-10-081-1/+1
* | core: merge branch 'th/device-schedule-activation-bgo756129'Thomas Haller2015-10-072-206/+240
|\ \
| * | device: refactor setting firewall zone during activation-stage2Thomas Haller2015-10-071-32/+59