summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: pass ifindex as parameter to nm_ip6_config_new()lr/route-manager-rh740064Lubomir Rintel2015-02-2713-60/+84
* core: pass ifindex as parameter to nm_ip4_config_new()Dan Williams2015-02-2720-67/+89
* route-manager: add testLubomir Rintel2015-02-273-0/+715
* route-manager: remember routes that should be activeLubomir Rintel2015-02-271-38/+172
* route-manager: normalize ipv6 route metrics during comparisonLubomir Rintel2015-02-271-1/+5
* fake-platform: normalize ipv6 route metric before deletionLubomir Rintel2015-02-271-0/+2
* fake-platform: reject adding routes without the gateway on the same interfaceLubomir Rintel2015-02-271-0/+36
* fake-platform: override routes that clashLubomir Rintel2015-02-271-4/+12
* fake-platform: move route deletion above additionLubomir Rintel2015-02-271-48/+48
* fake-platform: don't return null routes in place of deleted onesLubomir Rintel2015-02-271-8/+26
* ip6-config: keep track of ifindexLubomir Rintel2015-02-2711-6/+54
* ip4-config: keep track of ifindexLubomir Rintel2015-02-2714-27/+74
* core: split route management code out from platformLubomir Rintel2015-02-2711-199/+309
* platform: fix route addition orderingLubomir Rintel2015-02-271-2/+2
* cli: sort access point listJiří Klimeš2015-02-261-4/+37
* test: fix defining nmtst_create_minimal_connection() without including nm-set...Thomas Haller2015-02-261-1/+1
* libnm: fix version script to add new API to proper linker sectionThomas Haller2015-02-261-1/+1
* merge: add 'multicast_snooping' bridge option to NetworkManager (bgo #744853)Jiří Klimeš2015-02-2613-18/+153
|\
| * nmcli: add support for bridge multicast-snooping propertyJiří Klimeš2015-02-263-6/+51
| * keyfile: update testcase for multicast-snooping propertyJiří Klimeš2015-02-262-0/+2
| * ifcfg-rh: read/write multicast-snooping propertyJiří Klimeš2015-02-264-10/+42
| * device: add multicast-snooping option supportJiří Klimeš2015-02-261-1/+2
| * libnm-core: add multicast-snooping property to bridge settingJiří Klimeš2015-02-263-1/+56
|/
* dns-manager,config: merge branch 'lr/dns-reconfig-rh1062301'Lubomir Rintel2015-02-255-18/+63
|\
| * dns-manager: react to dns management mode changeslr/dns-reconfig-rh1062301Lubomir Rintel2015-02-251-6/+40
| * config: move dns mode configuration to NMConfigDataLubomir Rintel2015-02-255-13/+24
|/
* cli: silently ignore duplicated categories in "--order" option (bgo #738613)Jiří Klimeš2015-02-251-9/+8
* trivial: suppress compiler uninitialized usage warningDan Williams2015-02-241-1/+1
* wwan: indentation & alignment fixesAleksander Morgado2015-02-243-25/+25
* wwan: new retry logic when ipv4=auto and ipv6=autoAleksander Morgado2015-02-243-130/+232
* build: fix detecting support for -Wno-* compiler flagsThomas Haller2015-02-241-1/+2
* device: set the reason for when deactivating for another activationLubomir Rintel2015-02-241-1/+1
* manager: don't re-assume generated connectionsLubomir Rintel2015-02-241-0/+3
* device: skip generating enums for internal flags with glib-mkenumsThomas Haller2015-02-241-2/+2
* cli: color output of 'nmcli device wifi list'Jiří Klimeš2015-02-241-0/+31
* translations: avoid preprocessor strings inside translation macroThomas Haller2015-02-241-8/+10
* doc: clearify description of @options argument for DeviceWireless:RequestScan()Thomas Haller2015-02-241-1/+1
* core: merge branch 'th/queue_act_request_no_carrier_rh1079353'Thomas Haller2015-02-2411-157/+263
|\
| * 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-244-67/+37
| * 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-2411-24/+35
| * 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