summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: leave device up when setting it as unmanaged by userth/device-release-rh1371433Thomas Haller2017-04-182-3/+12
* core: merge branch 'th/netns-singleton-rh1440089'Thomas Haller2017-04-1845-351/+657
|\
| * core: enable "log-with-ptr" by default for platform and route-managerThomas Haller2017-04-183-3/+3
| * device: don't use platform singleton getter in device subclassesThomas Haller2017-04-1820-127/+131
| * device: keep NMNetns instance per deviceThomas Haller2017-04-1814-171/+210
| * core: add NMNetns to bundle platform and route managersThomas Haller2017-04-1817-70/+333
|/
* manager: set interface as removed when the link disappearsBeniamino Galvani2017-04-181-0/+1
* clients: fix setting of enum propertiesBeniamino Galvani2017-04-181-24/+20
* ppp: allow disabling IPv4 tooDan Williams2017-04-181-3/+28
* test: fix undefined behavior shifting signed integer in testThomas Haller2017-04-171-2/+2
* wifi/test-general: don't do g_message() in testLubomir Rintel2017-04-151-4/+4
* clients/meta-setting-desc: fix an unintentional fallthroughLubomir Rintel2017-04-151-0/+2
* m4: disable -Wmissing-braces for newer clangLubomir Rintel2017-04-151-0/+6
* platform: fix a typoLubomir Rintel2017-04-151-1/+1
* wifi: merge branch 'bg/wifi-pmf-bgo748367'Beniamino Galvani2017-04-156-8/+129
|\
| * supplicant: enable stronger AKMs when PMF is enabledBeniamino Galvani2017-04-154-1/+42
| * supplicant: enable PMF only when wpa_supplicant supports itBeniamino Galvani2017-04-153-6/+48
| * supplicant: enable PMF based on driver typeBeniamino Galvani2017-04-153-34/+18
| * supplicant: Initial pmf support (a.k.a. MFP, a.k.a. 802.11w)Michael Cronenworth2017-04-153-0/+54
|/
* core: merge branch 'th/route-zero-host-part-rh1439376'Thomas Haller2017-04-157-27/+76
|\
| * core: ignore host part when comparing routes for route-managerThomas Haller2017-04-154-11/+36
| * route-manager: normalize host part of tracked routes in _vx_route_sync()Thomas Haller2017-04-151-0/+4
| * src: only compare network parts of routes in nm_utils_match_connection()Thomas Haller2017-04-151-9/+19
| * platform: only consider net part of routes for route cache's IDThomas Haller2017-04-151-4/+12
| * platform: cleanup possibly non-zero host part for route operationsThomas Haller2017-04-151-3/+5
|/
* vpn: merge branch 'th/vpn-disconnect-rh1442064'Thomas Haller2017-04-151-16/+11
|\
| * vpn: inline call_plugin_disconnect()Thomas Haller2017-04-151-17/+11
| * vpn: avoid calling call_plugin_disconnect() without proxyThomas Haller2017-04-151-1/+2
|/
* cli: check for deactivation failuresBeniamino Galvani2017-04-131-4/+23
* libnm-glib/secret-agent: don't error out on missing out_connectionLubomir Rintel2017-04-131-1/+1
* cli: merge branch 'th/cli-meta-3'Thomas Haller2017-04-1310-1451/+1175
|\
| * cli: make properties list a list of pointersThomas Haller2017-04-137-1005/+725
| * cli: let NMMetaNestedPropertyInfo derive NMMetaPropertyInfoThomas Haller2017-04-133-103/+109
| * cli: move parsing of meta data fieldsThomas Haller2017-04-135-311/+325
| * cli/trivial: rename NmcOutputSelectionItem typeThomas Haller2017-04-133-50/+50
| * cli: use virtual get_nested method in _output_selection_select_one()Thomas Haller2017-04-131-23/+7
|/
* cli: fix addition of slave connection typesBeniamino Galvani2017-04-131-8/+8
* cli: merge branch 'th/cli-meta-2'Thomas Haller2017-04-1223-2289/+4477
|\
| * cli: move setting creation to meta dataThomas Haller2017-04-127-125/+216
| * cli: move completion for connection type to meta dataThomas Haller2017-04-126-50/+90
| * cli: move completion for master connections to meta dataThomas Haller2017-04-126-48/+123
| * cli: move completion for devices names to meta dataThomas Haller2017-04-126-25/+102
| * cli: move information about valid connection settings to commonThomas Haller2017-04-126-480/+524
| * cli: move setting alias to meta dataThomas Haller2017-04-123-151/+190
| * cli: add meta data for NMSettingGenericThomas Haller2017-04-123-0/+8
| * cli: move completing static-value types to meta dataThomas Haller2017-04-121-65/+1
| * cli: move completing VPN service types to meta dataThomas Haller2017-04-123-39/+41
| * cli: move prompting for enum values to meta dataThomas Haller2017-04-121-62/+2
| * cli: use meta data's completion in nmcli_con_add_tab_completion()Thomas Haller2017-04-121-0/+47
| * cli: move prompting for boolean values to meta dataThomas Haller2017-04-123-36/+49