summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* -checklr/zanata666Lubomir Rintel2017-01-182-2/+1
* travis: push translation template to zanataLubomir Rintel2017-01-182-1/+14
* device: fix build with old glib & more assertsLubomir Rintel2017-01-181-1/+1
* libnm/object: lower the severity of the dangling object warningLubomir Rintel2017-01-181-1/+12
* build: use different defaults for snapshot buildsLubomir Rintel2017-01-181-5/+23
* build: move the --enable-more-warning option from m4/ to configure.acLubomir Rintel2017-01-182-2/+2
* build: don't install /etc/dbus-1/system.d/nm-ifcfg-rh.conf when building with...Thomas Haller2017-01-181-0/+2
* tests: fix tests without libjansson support (--enable-json-validation=no)Thomas Haller2017-01-172-2/+4
* po: update Polish (pl) translation (bgo #777402)Piotr Drąg2017-01-171-720/+851
* device: add an initializerLubomir Rintel2017-01-171-2/+1
* release: bump version to 1.5.3 (1.6-rc1)1.6-rc1Lubomir Rintel2017-01-171-1/+1
* proxy: merge branch 'jk/proxy-fixes'Thomas Haller2017-01-177-35/+173
|\
| * ifcfg-rh: add a basic test for Proxy settingJiří Klimeš2017-01-173-0/+94
| * cli: enable TAB-completion for proxy properties in interactive editorJiří Klimeš2017-01-172-1/+15
| * pacrunner: fix a few typos, uniforms spelling of various forms to "pacrunner"Jiří Klimeš2017-01-171-16/+16
| * libnm-core: add ifcfg-rh documentation for proxy settingsJiří Klimeš2017-01-171-0/+30
| * libnm-core: adjust the documentation of proxy settingJiří Klimeš2017-01-171-15/+15
| * libnm-core: (trivial) fix white spaces in proxy settingJiří Klimeš2017-01-171-3/+3
|/
* contrib/rpm: fix code comment in default "NetworkManager.conf"Thomas Haller2017-01-171-2/+3
* release: update NEWSLubomir Rintel2017-01-171-1/+16
* device: make the MTU globally configurable via connection-defaultsThomas Haller2017-01-176-1/+62
* libnm: (trivial): add missing return description in comment blockJiří Klimeš2017-01-171-1/+1
* po: import Zanata translationsLubomir Rintel2017-01-1666-119696/+134603
* platform/tun: don't passing around the ifname guessLubomir Rintel2017-01-164-21/+7
* ifupdown: remove redundant error checkLubomir Rintel2017-01-161-9/+0
* merge: branch 'bg/macsec-bgo762114'Beniamino Galvani2017-01-1644-47/+3488
|\
| * contrib: add macsec test scriptBeniamino Galvani2017-01-161-0/+102
| * cli: macsec supportBeniamino Galvani2017-01-164-4/+263
| * core: support macsec connectionsBeniamino Galvani2017-01-161-2/+646
| * supplicant: add an enum to specify the driverBeniamino Galvani2017-01-167-20/+41
| * supplicant: add support for macsec optionsBeniamino Galvani2017-01-163-0/+87
| * libnm-core: add NMSettingMacsecBeniamino Galvani2017-01-1610-0/+758
| * core,libnm: introduce NMDeviceMacsecBeniamino Galvani2017-01-1615-0/+1309
| * platform: add support for macsec linksBeniamino Galvani2017-01-166-0/+279
| * ethernet: simplify supplicant error pathBeniamino Galvani2017-01-161-23/+5
|/
* device: merge branch 'th/device-mtu-bgo777251'Thomas Haller2017-01-1626-460/+465
|\
| * device: enforce a link MTU of at least 1280 for connections with IPv6Thomas Haller2017-01-161-0/+16
| * device: set a per-device default MTU on activationThomas Haller2017-01-161-5/+25
| * device: reset previous MTU when device disconnectsThomas Haller2017-01-161-8/+55
| * device: refactor configuring MTU by dropping mtu_desiredThomas Haller2017-01-161-61/+47
| * ip4-config: cleanup MTU handlingThomas Haller2017-01-161-11/+15
| * device/bridge: support setting bridge MTU via wired settingThomas Haller2017-01-161-0/+1
| * device: refactor setting user-configured MTU during config commitThomas Haller2017-01-1613-173/+101
| * device: refactor handling of MTU in deviceThomas Haller2017-01-161-76/+53
| * device: cleanup setting of mtu in NMDeviceThomas Haller2017-01-161-23/+31
| * device: drop unused virtual function NMDevice:ip6_config_pre_commitThomas Haller2017-01-162-4/+0
| * device: fix indention and assertion in apply_mtu_from_config()Thomas Haller2017-01-161-5/+4
| * device: fix sysctl getter for MTU using guint32 typeThomas Haller2017-01-161-3/+8
| * ip[46]-config: reorder fields in private struct and use bool bitfieldThomas Haller2017-01-162-18/+18
| * ip[46]-config/trivial: move code aroundThomas Haller2017-01-169-127/+141