summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ip-tunnel: allow wired setting for some tunnel modesbg/ip-tunnel-gretap-bgo796645Beniamino Galvani2018-07-024-0/+52
* ip-tunnel: add support for ip6gre and ip6gretap tunnel connectionsBeniamino Galvani2018-07-023-24/+126
* ip-tunnel: add support for gretap tunnel connectionsBeniamino Galvani2018-07-023-6/+25
* platform: add ip6gre/ip6gretap tunnels supportBeniamino Galvani2018-07-028-2/+400
* platform: add gretap tunnels supportBeniamino Galvani2018-07-027-21/+89
* platform: uniform logging for link-add functionsBeniamino Galvani2018-07-021-45/+21
* platform: fix printing macvtap linksBeniamino Galvani2018-07-021-1/+2
* platform: fix linux-platform link_*_add() functions signatureBeniamino Galvani2018-07-021-7/+7
* platform: avoid double log messagesBeniamino Galvani2018-07-022-90/+9
* platform: fix attribute size in link_gre_add()Beniamino Galvani2018-07-021-2/+2
* core: fix wrong check of gretap hardware lengthBeniamino Galvani2018-07-021-1/+0
* libnm: merge branch 'th/libnm-register-settings'Thomas Haller2018-07-0144-73/+116
|\
| * libnm: add code comment about thread-safty of _nm_utils_init() and use atomicThomas Haller2018-07-011-5/+14
| * libnm: avoid constructor function for registering NMSetting typesThomas Haller2018-07-0143-59/+84
| * libnm: make _nm_register_setting() thread safeThomas Haller2018-07-011-3/+12
| * libnm: avoid constructor function to initialize setting registration for NMSe...Thomas Haller2018-07-011-20/+20
|/
* libnm: fix missing symbols in libnm ABIThomas Haller2018-06-302-1/+19
* libnm: add missing symbols for 1.14 APIThomas Haller2018-06-301-0/+2
* libnm: fix symbol versioning for new symbols in 1.14 ABIThomas Haller2018-06-301-4/+8
* dnsmasq: fix separation from system-wide dnsmasqEric Renfro2018-06-301-1/+6
* nm-online: print "[started|start-pending|failure]" for --wait-for-startupThomas Haller2018-06-301-5/+24
* libnm-core: add NMSetting{6Lowpan,Wpan}Class to a public headerLubomir Rintel2018-06-294-4/+8
* examples/python: drop nmex.pyLubomir Rintel2018-06-292-74/+0
* release: bump version to 1.13.1-dev after 1.12.0 release1.13.1-devThomas Haller2018-06-29949-6697/+32859
|\
| * device: merge branch 'th/device-dad-handling-rh1593210'Thomas Haller2018-06-294-76/+68
| |\
| | * device: only check for IPv6 DAD and link-local address on actively managed de...Thomas Haller2018-06-291-1/+3
| | * device: emit IP address changes in queued_ip_config_change() only onceThomas Haller2018-06-294-13/+25
| | * device: refactor handling dad6_failed_addrs in queued_ip_config_change()Thomas Haller2018-06-291-8/+7
| | * device: split handling for dad6_failed_addrs and dad6_ip6_config in queued_ip...Thomas Haller2018-06-291-2/+5
| | * device: simplify postponing IP config change in queued_ip_config_change()Thomas Haller2018-06-291-17/+11
| | * device: clear dad6_failed_addrs in _cleanup_ip_pre()Thomas Haller2018-06-291-0/+2
| | * device: simplify handling of IP config changes while initializing linkThomas Haller2018-06-291-38/+18
| |/
| * device: clear the dhcp grace-period source idBeniamino Galvani2018-06-291-0/+4
| * mailmap: minor adjustment to mailmap not to match by nameThomas Haller2018-06-291-2/+2
| * platform: change temp variable name in NLA_PUT_TYPE()Beniamino Galvani2018-06-291-2/+2
| * clients/docs: fix generated documentation for Open vSwitchThomas Haller2018-06-291-1/+1
| * docs: provide soft descriptions for NM{Simple,Remote}ConnectionLubomir Rintel2018-06-283-4/+18
| * docs: include missing documentation in libnm and D-Bus docsLubomir Rintel2018-06-286-7/+86
| * docs: update copyright yearLubomir Rintel2018-06-284-0/+4
| * meson: run the check-export.sh in test phaseLubomir Rintel2018-06-2810-28/+28
| * examples/qt/meson: drop dbus-glib dependencyLubomir Rintel2018-06-281-1/+0
| * libnm/meson: make generate_setting_docs depend on the typelibLubomir Rintel2018-06-281-2/+2
| * meson: generate-setting-docs.py environment correctlyLubomir Rintel2018-06-281-2/+20
| * mailmap: add mailmapLubomir Rintel2018-06-281-0/+74
| * contrib/rpm: Use Open vSwitch instead of OpenVSwitchTimothy Redaelli2018-06-288-22/+22
| * libnm/keyfile: add static assertion for ParseInfoPropertyThomas Haller2018-06-281-1/+2
| * libnm/trivial: fix indentationThomas Haller2018-06-271-2/+2
| * manager/trivial: fix typo in commentFrancesco Giudici2018-06-271-1/+1
| * libnm/trivial: fix indentationThomas Haller2018-06-271-2/+2
| * logging: merge branch 'th/logging-rh1593519'Thomas Haller2018-06-277-38/+85
| |\