summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: fix completion of connection typesbg/cli-completionBeniamino Galvani2017-04-202-5/+29
* cli: accept special slave connection types in editorBeniamino Galvani2017-04-201-40/+34
* cli: only return main setting names as connection typesBeniamino Galvani2017-04-201-0/+8
* cli: normalize function nameBeniamino Galvani2017-04-201-3/+3
* libnm: fix memory leak in DNS managerBeniamino Galvani2017-04-201-1/+1
* cli/trivial: remove whitespace between N_ macro and parenthesisThomas Haller2017-04-193-129/+129
* po: update Polish (pl) translation (bgo #780277)Piotr Drąg2017-04-191-3/+6
* po: make update-poThomas Haller2017-04-191-2578/+2284
* po: update Polish (pl) translation (bgo #780277)Piotr Drąg2017-04-191-2360/+2630
* po: import Zanata translationsThomas Haller2017-04-1953-1049/+159
* po: make update-poThomas Haller2017-04-1966-173130/+141813
* gitignore: ignore .zanata-cache directoryThomas Haller2017-04-191-0/+1
* supplicant: fix detection of PMF supportBeniamino Galvani2017-04-191-1/+1
* device: use define for "sriov-num-vfs" config entryThomas Haller2017-04-191-1/+1
* merge: branch 'bg/sriov-numvfs-rh1398934'Beniamino Galvani2017-04-1810-12/+200
|\
| * device: re-apply sriov_numvfs after SIGHUPBeniamino Galvani2017-04-181-11/+14
| * core: allow setting SR-IOV num_vfsBeniamino Galvani2017-04-184-0/+36
| * all: detect SR-IOV device supportBeniamino Galvani2017-04-183-1/+7
| * platform: detect SR-IOV support and allow changing the number of VFsBeniamino Galvani2017-04-184-0/+143
|/
* 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
|\