summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* examples: add python GI example for retrieving LLDP neighborsbg/lldp-rh1142898Beniamino Galvani2015-10-121-0/+52
* fixup! libnm: add LLDP supportBeniamino Galvani2015-10-121-1/+1
* libnm: document that some return values are immutableBeniamino Galvani2015-10-092-3/+7
* fixup! libnm: add LLDP supportBeniamino Galvani2015-10-092-3/+4
* cli: add support for 'connection.lldp' propertyBeniamino Galvani2015-10-081-1/+61
* ifcfg-rh: add support for 'LLDP' connection propertyBeniamino Galvani2015-10-083-0/+29
* ifcfg-rh: split out parsing of boolean values from svTrueValue()Beniamino Galvani2015-10-083-60/+82
* fixup! libnm: add LLDP supportThomas Haller2015-10-081-5/+2
* fixup! device: export list of LLDP neighbors through D-BusThomas Haller2015-10-081-27/+31
* fixup! device: export list of LLDP neighbors through D-BusThomas Haller2015-10-083-13/+25
* macros: add nm_clear_g_variant() utilThomas Haller2015-10-081-0/+11
* fixup! device: export list of LLDP neighbors through D-BusThomas Haller2015-10-081-26/+22
* libnm: add LLDP supportBeniamino Galvani2015-10-083-0/+289
* device: export list of LLDP neighbors through D-BusBeniamino Galvani2015-10-088-0/+827
* libnm: add 'lldp' property to NMSettingConnectionBeniamino Galvani2015-10-085-0/+64
* 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
| * | device/logging: refactor logging for activation-stageThomas Haller2015-10-071-67/+18
| * | device: rename nm_device_activate_*() functionsThomas Haller2015-10-071-26/+26
| * | device: refactor scheduling the activation sourceThomas Haller2015-10-071-102/+149
| * | macros: add NM_SET_OUT() macroThomas Haller2015-10-071-0/+9
|/ /
* | device: update hw_addr_len before emitting signal in nm_device_update_hw_addr...Thomas Haller2015-10-071-1/+2
* | device: don't complain about repeated schedules of the same activation stageLubomir Rintel2015-10-071-12/+16
* | dhcp-manager: fix memory leak in DHCP listenerBeniamino Galvani2015-10-071-0/+1
* | ifcfg-rh: write REORDER_HDR as more common "yes", "no"Jiří Klimeš2015-10-071-2/+2
* | ifcfg-rh: allow svTrueValue() to accept "0" and "1" valuesJiří Klimeš2015-10-074-4/+114
* | libnm/vlan: default to vlan.flags=REORDER_HDR for new connections (rh #1250225)Jiří Klimeš2015-10-078-16/+86
* | device: assert that master-ready handler is not scheduled in schedule_stage2_...baserock/1.1.0-dev-1952-gc41be46Thomas Haller2015-10-061-2/+3
* | device: handle master-ready before scheduling stage2Thomas Haller2015-10-061-22/+24
* | device: fix activating master/slave devices during stage2Thomas Haller2015-10-061-3/+3
* | dbus: allow talking to fortisslvpn pluginLubomir Rintel2015-10-061-0/+1
* | ifcfg-rh: don't disallow console users from owning the bus nameLubomir Rintel2015-10-061-1/+0
* | merge: branch 'lr/ipv4-dhcp-timeout-rh1262922'Lubomir Rintel2015-10-0612-11/+126
|\ \
| * | cli: add support for ipv4.dhcp-timeout propertylr/ipv4-dhcp-timeout-rh1262922Lubomir Rintel2015-10-061-8/+19
| * | device: allow overriding the DHCPv4 timeoutLubomir Rintel2015-10-061-1/+1
| * | ifcfg-rh: add IPV4_DHCP_TIMEOUT key for ipv4.dhcp-timeout propertyLubomir Rintel2015-10-062-2/+8
| * | libnm-util: add ipv4.dhcp-timeout propertyLubomir Rintel2015-10-064-0/+44
| * | libnm,ip4-config: add ipv4.dhcp-timeout propertyLubomir Rintel2015-10-064-0/+54
|/ /
* | libnm: avoid notifying for objects until they're async-initedLubomir Rintel2015-10-061-0/+38
* | Revert "libnm: fix initializing of new connections"Lubomir Rintel2015-10-062-4/+1
* | config: merge branch 'th/config-enable-bgo755935'Thomas Haller2015-10-0513-71/+555
|\ \
| * | config: drop global-dns.enable option in favor of .config.enableThomas Haller2015-10-058-30/+32
| * | config: allow to enable/disable configuration snippetsThomas Haller2015-10-0510-6/+474
| * | core: add nm_utils_ascii_str_to_bool()Thomas Haller2015-10-053-26/+40
| * | config/trivial: rename nm_config_get_device_match_spec() to nm_config_get_mat...Thomas Haller2015-10-053-9/+9
|/ /
* | core: merge branch 'th/more-asserts'Thomas Haller2015-10-0514-63/+77
|\ \