summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! platform/test: unshare the netns namespace so that root tests don't me...lr/platform-tests-unshareThomas Haller2015-05-111-7/+20
* fixup! linux-platforms: don't enumerate devices via udev if udevd is not runningThomas Haller2015-05-111-2/+4
* linux-platforms: don't enumerate devices via udev if udevd is not runningLubomir Rintel2015-05-111-6/+6
* fixup! platform/test: unshare the netns namespace so that root tests don't m...Lubomir Rintel2015-05-111-5/+22
* platform/test: unshare the netns namespace so that root tests don't mess with...Thomas Haller2015-05-111-0/+8
* 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
| * | platform: return link objects from add functionsDan Williams2015-05-0615-69/+148
| * | core: move virtual interface name handling into device pluginsDan Williams2015-05-065-199/+282
| * | trivial: move codeDan Williams2015-05-062-94/+94
| * | core: let device plugins advertise supported link and setting typesDan Williams2015-05-0619-494/+652
| * | vlan: don't fail if parent isn't found at construct time for existing devicesDan Williams2015-05-066-33/+131
| * | trivial: move codeDan Williams2015-05-061-44/+39
| * | platform: recognize Bluetooth BNEP devices via DEVTYPEDan Williams2015-05-063-3/+12
| * | settings: ignore incompatible connections when looking for existing onesDan Williams2015-05-061-0/+3
| * | core: don't activate failed queued activation requestsDan Williams2015-05-061-7/+20
|/ /
* | merge: follow supplicant's AP list instead of managing lifetime internally (b...Dan Williams2015-05-0612-991/+634
|\ \
| * | platform: remove unused wifi_utils_get_ssid()Dan Williams2015-05-068-86/+0
| * | wifi: remove anachronistic NMAccessPoint getter patternDan Williams2015-05-061-21/+5
| * | wifi: remove unused NMAccessPoint set_property() codeDan Williams2015-05-061-59/+11
| * | wifi: beautify spacing in nm-wifi-ap.hDan Williams2015-05-061-46/+45
| * | wifi: make internal functions static or remove themDan Williams2015-05-062-89/+27
| * | wifi: move NMAccessPoint getters/setters to topDan Williams2015-05-061-354/+327
| * | wifi: move NMAccessPoint GObject stuff to the bottomDan Williams2015-05-061-263/+256
| * | wifi: remove supplicant-forgotten current AP from list on disconnectDan Williams2015-05-062-5/+17
| * | wifi: follow supplicant's scan list instead of managing AP lifetime internallyDan Williams2015-05-064-244/+94
| * | wifi: condense AP list dump log messageDan Williams2015-05-061-18/+21
| * | wifi: make nm_ap_dump() print on one lineDan Williams2015-05-063-17/+42
|/ /
* | dns: clear error before updating resolv.confDan Williams2015-05-061-1/+3