summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vlan: (all) add VLAN MVRP flagjk/vlan-assume-and-fixes-1Jiří Klimeš2015-10-138-12/+35
* platform: print VLAN ingress/egress priorities when logging the linkJiří Klimeš2015-10-132-7/+30
* libnm: sort INGRESS_PRIORITY_MAP, EGRESS_PRIORITY_MAP propertiesJiří Klimeš2015-10-131-1/+13
* libnm: do not add duplicates to VLAN priority mappingsJiří Klimeš2015-10-131-26/+35
* platform: make VLAN egress priorities array dynamically allocatedJiří Klimeš2015-10-135-21/+59
* fake-platform: remove vlan_id from NMFakePlatformLinkJiří Klimeš2015-10-131-3/+2
* platform: remove unnecessary rtnl_link_set_type (change, "vlan")Jiří Klimeš2015-10-131-2/+0
* ifcfg-rh: read/write VLAN GVRP flags with GVRP= ifcfg file variableJiří Klimeš2015-10-137-9/+146
* tests: add a testcase for matching VLAN connectionsJiří Klimeš2015-10-131-0/+57
* platform: get ingress/egress mapping and apply them to generated connectionJiří Klimeš2015-10-134-0/+115
* platform: get VLAN flags and apply them to the generated connectionJiří Klimeš2015-10-138-18/+40
* platform: fix adding VLAN flagsJiří Klimeš2015-10-131-0/+2
* vlan: set flags for VLAN device when activating a VLAN connectionJiří Klimeš2015-10-131-0/+4
* platform: add nm_platform_set_vlan_flags() functionJiří Klimeš2015-10-133-0/+28
* device: introduce a global default value for ipv4.dhcp-timeoutBeniamino Galvani2015-10-132-1/+28
* 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