summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! device: detect duplicate IPv4 addresses when method=manualbg/ipv4-dad-rh1259063Thomas Haller2016-01-131-2/+4
* fixup! device: detect duplicate IPv4 addresses when method=manualThomas Haller2016-01-131-2/+2
* fixup! device: detect duplicate IPv4 addresses when method=manualBeniamino Galvani2016-01-131-23/+9
* fixup! core: add NMArpingManagerBeniamino Galvani2016-01-132-34/+7
* fixup! core: add test for NMArpingManagerBeniamino Galvani2016-01-131-7/+6
* fixup! device: detect duplicate IPv4 addresses when method=manualBeniamino Galvani2016-01-121-2/+16
* device: detect duplicate IPv4 addresses when method=autoBeniamino Galvani2016-01-121-3/+28
* fixup! device: detect duplicate IPv4 addresses when method=manualThomas Haller2016-01-121-1/+1
* fixup! device: detect duplicate IPv4 addresses when method=manualThomas Haller2016-01-121-4/+6
* fixup! device: detect duplicate IPv4 addresses when method=manualThomas Haller2016-01-121-5/+2
* fixup! device: detect duplicate IPv4 addresses when method=manualThomas Haller2016-01-121-8/+5
* device: detect duplicate IPv4 addresses when method=manualBeniamino Galvani2016-01-122-76/+248
* fixup! core: add test for NMArpingManagerThomas Haller2016-01-121-10/+2
* core: add test for NMArpingManagerBeniamino Galvani2016-01-122-2/+165
* fixup! core: add NMArpingManagerThomas Haller2016-01-121-2/+1
* fixup! core: add NMArpingManagerThomas Haller2016-01-121-2/+2
* fixup! core: add NMArpingManagerThomas Haller2016-01-122-0/+16
* core: add NMArpingManagerBeniamino Galvani2016-01-124-0/+512
* cli: add support for new ipv4.dad-timeout propertyJiří Klimeš2016-01-121-1/+31
* ifcfg-rh: read/write ipv4.dad-timeout using ARPING_WAITJiří Klimeš2016-01-123-3/+29
* libnm: add NMSettingIPConfig 'dad-timeout' propertyJiří Klimeš2016-01-124-0/+52
* core: merge branch 'bg/vlan-hwaddr-ipv6-rh1286105'Beniamino Galvani2016-01-123-33/+71
|\
| * device/vlan: reapply IPv6 configuration after MAC changeBeniamino Galvani2016-01-121-0/+6
| * device: export nm_device_reactivate_ip{4,6}_config functionsBeniamino Galvani2016-01-122-33/+65
|/
* libnm: add versioning comments and macros to nm_device_reapply*()Beniamino Galvani2016-01-122-1/+9
* libnm: keep symbols sorted in libnm.verBeniamino Galvani2016-01-121-6/+6
* trivial: fix whitespaceThomas Haller2016-01-111-4/+4
* core/device: merge branch 'th/device-realize-bgo760450'Thomas Haller2016-01-1122-278/+220
|\
| * device: refactor virtual function NMDevice:unrealize_notify() to only clear p...Thomas Haller2016-01-116-24/+23
| * device/trivial: rename virtual function NMDevice:unrealize() to unrealize_not...Thomas Haller2016-01-116-18/+18
| * device: pass NMPlatformLink instance as const pointerThomas Haller2016-01-1121-22/+22
| * device/trivial: rename realize/setup function in NMDeviceThomas Haller2016-01-113-19/+19
| * device: remove unused virtual function NMDevice:realize()Thomas Haller2016-01-112-27/+0
| * device/vlan: refactor handling platform properties for NMDeviceVlanThomas Haller2016-01-111-75/+69
| * device/vlan: remove unreachable code from realize()Thomas Haller2016-01-111-7/+1
| * device: remove unneeded implementations of realize()Thomas Haller2016-01-114-35/+0
| * device: move implementation of NMDevice:setup_start() to realize_start_setup()Thomas Haller2016-01-1110-45/+62
| * device: remove unused virtual function NMDevice:setup_finish()Thomas Haller2016-01-112-22/+13
| * device: add realize_start_setup() functionThomas Haller2016-01-111-2/+11
| * trivial: fix whitespaceThomas Haller2016-01-112-8/+8
|/
* merge: branch 'lr/reapply'Lubomir Rintel2016-01-1010-40/+637
|\
| * device: refactor reapply_connection()lr/reapplyThomas Haller2016-01-102-237/+195
| * audit: allow passing GDBusMethodInvocation context to audit methodsThomas Haller2016-01-102-16/+28
| * device: apply the firewall zone and metered state on Reapply()Lubomir Rintel2016-01-101-30/+63
| * device: add possibility to reapply the ipv6 settingsLubomir Rintel2016-01-101-0/+53
| * device: add possibility to reapply the ipv4 settingsLubomir Rintel2016-01-101-10/+66
| * cli: add nmcli d reapplyLubomir Rintel2016-01-103-3/+138
| * libnm: add nm_device_reapply()Lubomir Rintel2016-01-103-0/+140
| * device: add O.FD.NM.Device.Reapply() callLubomir Rintel2016-01-102-0/+191
| * device: refactor the ip cleanupLubomir Rintel2016-01-101-21/+40
|/