summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* test: move some old tests to nm-test-utils.hThomas Haller2015-05-062-10/+12
* vpn: don't fail if no system secrets existDan Williams2015-05-051-1/+1
* core: merge branch 'th/reload-ignore-carrier-bgo748050'Thomas Haller2015-05-055-17/+47
|\
| * device: allow reloading of the ignore-carrier flagThomas Haller2015-05-051-1/+29
| * config: make ignore-carrier option reloadableThomas Haller2015-05-055-17/+19
|/
* core: merge branch 'th/waitpid-bgo748885'Thomas Haller2015-05-053-23/+27
|\
| * dispatcher: repeat waitpid() call on EINTRThomas Haller2015-05-051-3/+6
| * dns-manager: fail dns config if netconfig exits with non-zero statusThomas Haller2015-05-051-0/+7
| * dns-manager: use nm_utils_kill_child_sync() to wait for netconfig to exitThomas Haller2015-05-051-19/+10
| * utils: preserve errno in nm_utils_kill_child_sync()Thomas Haller2015-05-051-1/+4
|/
* build: don't drop libnm-util/nm-version.h on cleanLubomir Rintel2015-05-051-2/+1
* build: work around automake-1.15 & intltool complaining about translations in...Lubomir Rintel2015-05-051-0/+2
* cli: (trivial) move DEFINE_SETTER_STR_LIST_MULTI to the right placeJiří Klimeš2015-05-051-9/+12
* platform: fix memleak in build_rtnl_addr() using wrong put() methodThomas Haller2015-05-051-1/+1
* po: updated Ukranian translation (bgo #748905)Yuri Chornoivan2015-05-041-1279/+1799
* valgrind: add libnl suppressionThomas Haller2015-05-041-0/+52
* platform: re-enable the platform link testThomas Haller2015-05-041-0/+1
* platform: fix root-tests after adding link detection without udevThomas Haller2015-05-046-38/+15
* platform: keep udev-device in udev_device_added() even if there is no netlink...Thomas Haller2015-05-041-4/+4
* fix typo and do not translate an empty stringYuri Chornoivan2015-05-043-3/+3
* test/trivial: use new EXIT_SKIP return value instead of 77Thomas Haller2015-05-041-1/+1
* dns-manager: fix missing includeThomas Haller2015-05-041-0/+1
* dns: merge branch 'bg/resolv-conf-bgo747821'Beniamino Galvani2015-05-047-33/+160
|\