summaryrefslogtreecommitdiff
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* core: pass ifindex as parameter to nm_ip6_config_new()lr/route-manager-rh740064Lubomir Rintel2015-02-273-18/+18
* core: pass ifindex as parameter to nm_ip4_config_new()Dan Williams2015-02-274-18/+21
* ip6-config: keep track of ifindexLubomir Rintel2015-02-272-2/+11
* ip4-config: keep track of ifindexLubomir Rintel2015-02-273-1/+12
* core: split route management code out from platformLubomir Rintel2015-02-272-2/+4
* device: add multicast-snooping option supportJiří Klimeš2015-02-261-1/+2
* wwan: indentation & alignment fixesAleksander Morgado2015-02-243-25/+25
* wwan: new retry logic when ipv4=auto and ipv6=autoAleksander Morgado2015-02-243-130/+232
* device: set the reason for when deactivating for another activationLubomir Rintel2015-02-241-1/+1
* device: skip generating enums for internal flags with glib-mkenumsThomas Haller2015-02-241-2/+2
* device: accept user activation request while waiting for carrierThomas Haller2015-02-243-13/+110
* device: eliminate direct calls to check_connection_available() in favor of nm...Thomas Haller2015-02-243-64/+34
* device: remove debug logging from is_available()Thomas Haller2015-02-243-30/+10
* device: implement flag NM_DEVICE_CHECK_DEV_AVAILABLE_IGNORE_CARRIER for is_av...Thomas Haller2015-02-242-1/+9
* device: add flags to nm_device_is_available()Thomas Haller2015-02-2410-23/+34
* device: add flags argument to check_connection_available()Thomas Haller2015-02-249-18/+38
* device: merge check_connection_available_wifi_hidden() into check_connection_...Thomas Haller2015-02-249-37/+33
* device: refactor nm_device_connection_is_available()Thomas Haller2015-02-241-17/+31
* device/trivial: rename argument in nm_device_connection_is_available()Thomas Haller2015-02-242-5/+7
* device: fix leaking queued NMActiveConnectionThomas Haller2015-02-241-3/+12
* device: add special NM_UNMANAGED_ALL flagThomas Haller2015-02-241-1/+2
* device: don't remove and re-add pending action in nm_device_bring_up()Thomas Haller2015-02-241-4/+3
* device: don't add dummy value to @available_connections hashThomas Haller2015-02-241-3/+2
* core: support "except:" spec to negate matchThomas Haller2015-02-243-18/+25
* core: remove nm_match_spec_string()Thomas Haller2015-02-241-2/+5
* wwan: don't assume DNS info is always availableAleksander Morgado2015-02-171-1/+1
* tests: fix memleaks in test-wifi-ap-utils.cDan Williams2015-02-101-0/+3
* tests: enable valgrind tests for testsThomas Haller2015-02-091-0/+1
* device: refactor dispose/cleanup of NMDevice to free members in finalizeThomas Haller2015-02-091-3/+5
* wwan: recheck available connections when modem becomes unlocked (bgo #740966)Dan Williams2015-02-051-0/+3
* wwan: fix wrong assert in deactivate_cleanup()Lubomir Rintel2015-02-041-1/+2
* config: move no-auto-default to NMConfigDataThomas Haller2015-02-031-1/+1
* device: schedule queued_ip_config_change() after constructing deviceThomas Haller2015-01-261-0/+3
* wifi: reduce logging level for find_active_ap()Thomas Haller2015-01-261-12/+12
* core: Use tokenized identifiers when constructing an addressLubomir Rintel2015-01-261-2/+12
* device: always pickup externally configured default routes for a deviceThomas Haller2015-01-241-74/+94
* device: better accept external IP changesThomas Haller2015-01-241-34/+100
* device: require a direct route for IPv6 gatewayThomas Haller2015-01-241-2/+2
* device: refactor ipx_config_merge_and_apply()Thomas Haller2015-01-241-111/+136
* team: fix teamd startup code (rh #1184923)Dan Winship2015-01-231-7/+4
* device: adjust default route metric for BRIDGE device typeThomas Haller2015-01-221-1/+10
* wwan: consolidate format of log messagesAleksander Morgado2015-01-212-14/+16
* wwan: wait for pppd to exit before relaying the port to ModemManagerAleksander Morgado2015-01-215-17/+245
* wwan,modem: let disconnect() be an async operationAleksander Morgado2015-01-213-19/+67
* device: new deactivate_async() method to be run during DEACTIVATING phaseAleksander Morgado2015-01-212-2/+80
* wifi: set wireless powersave for nl80211 devices when activateddcbw/wifi-powersaveMathieu Trudel-Lapierre2015-01-211-0/+7
* core: use nm_utils_modprobe()Thomas Haller2015-01-191-15/+2
* core: add nm_utils_setpgid(), and use itDan Winship2015-01-192-24/+2
* core, dispatcher: drop unnecessary setpgid() callsDan Winship2015-01-191-9/+1
* core: use GUnixSignalWatchSource to simplify signal handlingDan Winship2015-01-192-20/+3