summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: ensure refetching routes and link goes downth/device-ip-config-on-link-up-rh1309899-1-0Thomas Haller2016-04-151-2/+7
* device: restore IP configuration when link comes upThomas Haller2016-04-151-0/+16
* device: improve logging when changing IP configurationThomas Haller2016-04-151-6/+12
* device/vlan: update hw address also during prepare phaseBeniamino Galvani2016-04-141-16/+24
* wifi: merge branch 'fg/nm-1-0_wifi_segfault_rh1325631'Francesco Giudici2016-04-133-3/+33
|\
| * device: minor logging change in platform_link_added()fg/nm-1-0_wifi_segfault_rh1325631Francesco Giudici2016-04-131-0/+3
| * device: ensure @error always set by nm_device_factory_new_linkFrancesco Giudici2016-04-132-3/+21
| * macros: add NM_SET_OUT() macroThomas Haller2016-04-111-0/+9
|/
* wifi: hack for wext devices reporting IW_MODE_AUTO configuration mode.Francesco Giudici2016-04-111-0/+1
* release: bump version to 1.0.13 (development)1.0.13-devLubomir Rintel2016-04-021-1/+1
* release: bump version to 1.0.121.0.12Lubomir Rintel2016-04-022-3/+4
* release: update NEWSLubomir Rintel2016-04-021-0/+45
* device: check may_fail when progressing to IP_CHECKLubomir Rintel2016-04-011-12/+29
* manager: don't the already activated devices shouldn't be considered addedLubomir Rintel2016-04-011-0/+3
* device: renew dhcp leases on awake for software devicesNikolay Martynov2016-03-313-7/+17
* wifi: avoid autoconnecting Ad-Hoc networks with method=autoLubomir Rintel2016-03-241-4/+5
* supplicant-config: fix misleading indentationLubomir Rintel2016-03-201-2/+2
* dhcp: fix GBytes leak in nm_dhcp_client_start_ip4()Francesco Giudici2016-03-181-1/+4
* ifupdown: fix up a bad rebaseLubomir Rintel2016-03-141-1/+1
* ifupdown: set wireless modeLubomir Rintel2016-03-141-0/+10
* ifupdown: ssid is now GBytes for quite some timeLubomir Rintel2016-03-141-8/+6
* ifupdown: wireless-essid is good tooLubomir Rintel2016-03-141-0/+1
* ifupdown: don't remove the object in its constructorLubomir Rintel2016-03-142-99/+10
* ifupdown: drop a bogus warningLubomir Rintel2016-03-141-6/+4
* wifi: merge branch 'th/supplicant-manager-fix-ref-count-rh1298007'th/supplicant-manager-fix-ref-count-rh1298007-nm-1-0Thomas Haller2016-03-026-187/+154
|\
| * wifi: fix crash due to wrong ownership handling in nm_supplicant_manager_ifac...Thomas Haller2016-03-024-98/+118
| * supplicant: don't pass start_now argument to nm_supplicant_interface_new()Thomas Haller2016-03-023-27/+22
| * supplicant: drop is_wireless argument from NMSupplicantInterface's interface_...Thomas Haller2016-03-021-8/+10
| * supplicant: remove check for iface instance after nm_supplicant_interface_new()Thomas Haller2016-03-021-5/+3
| * wifi/supplicant: take object reference during availability_changed()Thomas Haller2016-03-021-1/+3
| * device/wifi: remove unnecessary call to remove_supplicant_interface_error_han...Thomas Haller2016-03-021-2/+0
| * device/wifi: replace cancel_pending_scan() with nm_clear_g_source()Thomas Haller2016-03-021-19/+8
| * device/ethernet: cleanup clearing handlers registered to supplicant interfaceThomas Haller2016-03-021-23/+6
| * device/ethernet: use nm_clear_g*() function in remove_supplicant_interface_er...Thomas Haller2016-03-021-13/+3
| * supplicant: remove unused function nm_supplicant_interface_get_device()Thomas Haller2016-03-022-10/+0
|/
* build: fix travis file syntaxBeniamino Galvani2016-03-021-0/+1
* libnm-glib/libnm/vpn: fix handling of ConnectInteractive() failure (rh #1298732)Dan Williams2016-03-022-12/+32
* platform/tests: workaround test failure for kernel bugThomas Haller2016-02-251-3/+11
* travis: update .travis.yml not to run tests when build failsThomas Haller2016-02-251-4/+3
* travis: fix setting NMTST_DEBUG for travis-check.sh scriptThomas Haller2016-02-251-1/+1
* travis: fix bug in .travis.ymlThomas Haller2016-02-251-1/+1
* travis: decouple the build from the test runLubomir Rintel2016-02-252-8/+10
* travis: move build script to a separate script and improve debugging for fail...Thomas Haller2016-02-252-1/+30
* wifi: ignore monitor interfacesDan Williams2016-02-241-0/+11
* platform: fix detection of link-type for netlink eventThomas Haller2016-02-151-1/+1
* platform: always try to refetch new ethernet linksBeniamino Galvani2016-02-121-0/+13
* wifi: allow autoconnect on AP/AdHoc mode connections with manual IP configura...Dan Williams2016-02-111-6/+13
* contrib/rpm: add rpm_version in spec fileThomas Haller2016-02-031-3/+4
* contrib/rpm: update comment for patches in spec fileThomas Haller2016-02-031-1/+1
* contrib/rpm: merge branch 'th/contrib-rpm-backports'Thomas Haller2016-02-024-160/+184
|\