summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core/lldp: avoid default switch case in lldp_neighbor_to_variant()bg/lldp-enh-rh1652211-wipThomas Haller2019-02-011-1/+1
* core/lldp: fix checking for NM_MORE_ASSERTSThomas Haller2019-02-011-1/+1
* libnm/lldp: fix leak and bug in nm_lldp_neighbor_dup()Thomas Haller2019-02-011-1/+7
* libnm/lldp: cleanup asserting for valid NMLldpNeighbor agumentThomas Haller2019-02-011-12/+19
* lldp: support IEEE 802.3 TLVsBeniamino Galvani2019-02-016-12/+122
* lldp: support multiple PPVIDsBeniamino Galvani2019-02-015-15/+179
* lldp: support multiple vlansBeniamino Galvani2019-02-016-30/+87
* lldp: add support for management address TLVBeniamino Galvani2019-02-016-7/+289
* all: move nm_utils_bin2hexstr_full() to sharedBeniamino Galvani2019-02-017-81/+89
* cli: rework printing lldp neighborsBeniamino Galvani2019-02-016-331/+552
* libnm: add nm_lldp_neighbor_get_attr_value()Beniamino Galvani2019-02-013-0/+24
* libnm: make attribute name const in LLDP API functionsBeniamino Galvani2019-02-012-6/+6
* lldp: rename enum valueBeniamino Galvani2019-02-011-7/+7
* cli: add lldp output testsBeniamino Galvani2019-02-013-784/+1759
* clients: fix string list setterBeniamino Galvani2019-01-311-1/+1
* manager: Fix GVariant format strings for AddAndActivate2 return valueBenjamin Berg2019-01-291-2/+2
* po: update Brazilian Portuguese (pt_BR) translationRafael Fontenelle2019-01-291-962/+1014
* wifi-p2p: don't assert for pending action 'waiting-for-supplicant' in nm_devi...Thomas Haller2019-01-281-2/+3
* NEWS: merge branch 'benzea/news-updates'Thomas Haller2019-01-281-0/+2
|\
| * NEWS: Add an entry for Wi-Fi P2PBenjamin Berg2019-01-281-0/+1
| * NEWS: Add an entry for NMKeepAlive and DBus client bindingBenjamin Berg2019-01-281-0/+1
|/
* libnm-core: fix team link-watcher struct layoutBeniamino Galvani2019-01-281-1/+1
* wifi-p2p: merge branch 'benzea/p2p-wifi'Thomas Haller2019-01-2743-85/+4515
|\
| * libnm: Expose the P2PPeer WfdIEs propertyBenjamin Berg2019-01-273-2/+52
| * libnm: Add routines to start/stop a P2P find operationBenjamin Berg2019-01-274-0/+98
| * core/devices: Add DBus methods to start/stop a P2P findBenjamin Berg2019-01-271-0/+79
| * libnm: Add NMDeviceP2PWifiBenjamin Berg2019-01-2710-0/+564
| * libnm: Add class to handle P2P peersBenjamin Berg2019-01-279-0/+673
| * core/devices: Automatically create P2P device for wifi devicesBenjamin Berg2019-01-273-1/+109
| * core/devices: Add P2P Wifi device and peer trackingBenjamin Berg2019-01-2716-84/+2532
| * core: Add basic P2P Wi-Fi SettingsBenjamin Berg2019-01-2718-0/+410
|/
* ppp-manager: fix a typo in a debugging statementLubomir Rintel2019-01-271-2/+2
* gitlab-ci: add test with Fedora:latest imageThomas Haller2019-01-271-0/+15
* clients: update settings doc header fileBeniamino Galvani2019-01-251-1/+1
* libnm-core: fix gtk-doc commentBeniamino Galvani2019-01-251-1/+1
* all: fix misspellingsRafael Fontenelle2019-01-2421-35/+35
* Merge branch 'master' into 'master'Lubomir Rintel2019-01-241-585/+589
|\
| * Update Ukrainian translationYuri Chornoivan2019-01-241-585/+589
|/
* po/de: fix typoDennis Brakhane2019-01-241-1/+1
* release: bump version to 1.15.2 (development)1.15.2-devThomas Haller2019-01-222-2/+2
* all: merge branch 'th/various-for-wireguard-1'Thomas Haller2019-01-2213-291/+539
|\
| * libnm: minor cleanup releasing setting from NMConnectionThomas Haller2019-01-221-8/+15
| * libnm: fix unregistering signal handler of NMConnection from NMSettingThomas Haller2019-01-221-1/+1
| * libnm: always call clear_secrets() function for all propertiesThomas Haller2019-01-223-69/+80
| * libnm: merge _nm_setting_clear_secrets() and *_with_flags()Thomas Haller2019-01-223-71/+28
| * libnm: fix secret-name parameter in NMSettingClearSecretsWithFlagsFn for VPNThomas Haller2019-01-221-1/+1
| * libnm: support nm_setting_duplicate() for non-GObject base propertiesThomas Haller2019-01-222-49/+72
| * libnm/trivial: rename local variableThomas Haller2019-01-221-35/+40
| * platform: add @replace_peers argument to nm_platform_link_wireguard_change()Thomas Haller2019-01-224-9/+20
| * platform: add and use nm_sock_addr_union_to_string()Thomas Haller2019-01-223-19/+59