summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | cli/completion: add completion for --order optionThomas Haller2015-03-021-2/+29
* | tui: fix the previous commitJiří Klimeš2015-03-021-1/+1
* | tui: add "Enable IGMP snooping" to bridge editor (bgo #744853)Jiří Klimeš2015-03-021-0/+6
* | build: remove bashism from configure.ac constructing session_tracking valueThomas Haller2015-03-021-1/+1
* | tui: fix a crash when connection list for activation is empty (rh #1119663)Jiří Klimeš2015-02-271-3/+5
* | po: updated Russian (ru) translation (bgo #745262)Stas Solovey2015-02-271-2606/+5054
* | route-manager: define singelton using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-02-271-11/+1
* | route-manager/build: fix out-of-tree builds for route-manager testsThomas Haller2015-02-271-4/+4
* | build: order ADSL plugin build after core filesDan Williams2015-02-271-9/+7
* | dhclient: use fqdn.fqdn for server DDNS updatesDan Williams2015-02-272-23/+82
* | route-manager: merge branch 'lr/route-manager-rh740064'Lubomir Rintel2015-02-2735-313/+1481
|\ \
| * | 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