summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! linux-platform: bump device route metric if another device's route wou...lr/device-route-multihomed-rh1211287Thomas Haller2015-05-134-10/+10
* fixup! linux-platform: bump device route metric if another device's route wou...Thomas Haller2015-05-131-6/+28
* linux-platform: bump device route metric if another device's route would clashLubomir Rintel2015-05-134-28/+38
* platform: merge branch 'th/platform_refact_caching-bgo747981' (early part)Thomas Haller2015-05-139-79/+99
|\
| * platform/test: include call location in signal assertionsThomas Haller2015-05-132-21/+29
| * platform/test: make asserting signals more flexibleThomas Haller2015-05-134-29/+37
| * route-manager/test: fix missing initialization of temporary variables on stackThomas Haller2015-05-131-3/+3
| * test: fix wrong use of memcmp() in nmtst_platform_ip4_routes_equal()Thomas Haller2015-05-131-6/+0
| * platform: fix nm_platform_link_cmp() to consider ifindexThomas Haller2015-05-131-0/+1
| * valgrind: disable suppression for libnlThomas Haller2015-05-131-19/+24
| * platform: fix memleak in link_delete()Thomas Haller2015-05-132-17/+1
| * valgrind: add libnl suppressionThomas Haller2015-05-131-2/+17
| * trivial: add comment to valgrind suppression fileThomas Haller2015-05-131-0/+5
|/
* ppp: merge branch 'bg/kernel-pppoe-mtu-bgo742939'Beniamino Galvani2015-05-134-43/+36
|\
| * device: set Ethernet MTU for PPPoE connections in stage2/configBeniamino Galvani2015-05-131-0/+23
| * Revert "ppp-manager: don't use kernel pppoe (rh #1034860, rh #1061641)"Dan Williams2015-05-132-42/+12
| * device: set MTU on IP interfaceBeniamino Galvani2015-05-131-1/+1
|/
* core: fix compile error due to missing pointer castThomas Haller2015-05-131-1/+1
* manager: AddAndActivateConnection(): don't save until the connection is activ...Lubomir Rintel2015-05-122-3/+5
* core: use explict NMLogDomain enum instead of intThomas Haller2015-05-123-12/+14
* libnm: add ifcfg-rh description for 802-11-wireless.powersave propertyJiří Klimeš2015-05-121-0/+8
* platform/test: fix valgrind warning about NULL arguments to mount()Thomas Haller2015-05-121-2/+2
* po: update Polish (pl) translation (bgo #749164)Piotr Drąg2015-05-121-696/+704
* device: fix configuring static ip addressesThomas Haller2015-05-111-5/+4
* linux-platforms: don't enumerate devices via udev if udevd is not runningLubomir Rintel2015-05-111-5/+7
* platform/test: unshare the netns namespace so that root tests don't mess with...Lubomir Rintel2015-05-111-0/+38
* build: correct help message about missing readline + termcap librariesDan Williams2015-05-111-1/+1
* build: re-add a line accidentally removed by the last mergeLubomir Rintel2015-05-111-0/+1
* ipv4ll: merge branch 'bg/ipv4ll-bgo747463'Beniamino Galvani2015-05-1116-382/+155
|\
| * contrib/rpm: remove avahi-autoipd dependency and filesBeniamino Galvani2015-05-111-3/+0
| * callouts: avahi-autoipd-action is no moreBeniamino Galvani2015-05-113-151/+2
| * ipv4ll: use internal implementationBeniamino Galvani2015-05-117-163/+75
| * device: fix device state transition after IPv4LL failureBeniamino Galvani2015-05-111-9/+11
| * device/trivial: move nm_device_check_ip_failed()Beniamino Galvani2015-05-111-36/+36
| * device/trivial: rename 'aipd' and 'autoip4' to 'ipv4ll'Beniamino Galvani2015-05-113-45/+45
| * systemd: ensure every file includes 'nm-sd-adapt.h' firstBeniamino Galvani2015-05-115-0/+11
|/
* device: make sure NMDevice doesn't vanish halfway through applying configurationLubomir Rintel2015-05-111-0/+3
* systemd: merge branch 'systemd'Beniamino Galvani2015-05-1111-370/+1172
|\
| * build: update systemd codesystemd-dhcpBeniamino Galvani2015-04-0811-370/+1172
* | systemd: merge branch 'systemd'Beniamino Galvani2015-05-1154-71/+70
|\ \ | |/
| * build: move systemd DHCP files to a common directoryBeniamino Galvani2015-04-0851-0/+0
* | dns: don't override DHCP-supplied search order with domainBeniamino Galvani2015-05-081-24/+30
* | wifi: fix a crash in on_bss_proxy_acquired()Jiří Klimeš2015-05-071-1/+1
* | platform: fix compiler warning about non-initialized pointerThomas Haller2015-05-071-1/+1
* | merge: device factory cleanups and first parts of devices-for-all (bgo #747429)Dan Williams2015-05-0637-1209/+1772
|\ \
| * | core: let plugins indicate links which should be ignoreddcbw/dfa-earlyDan Williams2015-05-0617-27/+50
| * | core: move permanent and initial MAC address reading to NMDevice and NMPlatformDan Williams2015-05-069-254/+210
| * | platform: move driver & firmware version reading into the platformDan Williams2015-05-065-58/+114
| * | platform: add nm_platform_link_get_by_address()Dan Williams2015-05-064-0/+79
| * | platform: ensure created interface matches requested typeDan Williams2015-05-061-2/+13