summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: enforce a link MTU of at least 1280 for connections with IPv6th/device-mtu-bgo777251Thomas 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-5/+47
* device/ppp: hook up setting MTU for PPP connection via virtual v_get_mtu() fu...Thomas Haller2017-01-161-24/+20
* device: refactor configuring MTU by dropping mtu_desiredThomas Haller2017-01-161-64/+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-79/+56
* device: cleanup setting of mtu in NMDeviceThomas Haller2017-01-161-31/+48
* 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-159-127/+141
* ppp: use defines for signal namesThomas Haller2017-01-156-14/+18
* device: cleanup converting mtu to string for sysctl_set()Thomas Haller2017-01-131-3/+4
* libnm-core: fix documentation warningsBeniamino Galvani2017-01-121-6/+6
* supplicant: fix passing FALSE to hidden argument for nm_supplicant_config_add...Thomas Haller2017-01-121-31/+31
* device/wwan: indicate whether IP iface/ifindex changed and simplify WwAN codeDan Williams2017-01-123-12/+18
* device: avoid changing immutable properties during reapplyThomas Haller2017-01-121-1/+29
* device: allow reapplying a connection with differing stable-idThomas Haller2017-01-121-0/+1
* ifcfg-rh: unknown scheme means no certificate at allLubomir Rintel2017-01-111-0/+2
* ifcfg-rh: don't ignore certificates with unknown schemeLubomir Rintel2017-01-101-1/+3
* libnm-core/8021x: don't prefix PKCS#11 URIs with "pkcs11:"Lubomir Rintel2017-01-101-15/+15
* sparse: avoid clash with __bitwise and __force from 4.10 linux/types.hLubomir Rintel2017-01-101-22/+25
* platform: don't update IPv6 temporary addressesBeniamino Galvani2017-01-101-0/+5
* iface-helper: don't cache nm_platform_check_support_kernel_extended_ifa_flags...Thomas Haller2017-01-101-11/+9
* settings: fix assertion when changing connection managed stateBeniamino Galvani2017-01-105-11/+13
* device: fix invalid assertionThomas Haller2017-01-091-2/+3
* man: minor fix to nmcli.xmlFrancesco Giudici2017-01-091-1/+1
* core: merge branch 'th/stable-id-bgo776904'Thomas Haller2017-01-0918-53/+525
|\
| * example: add example configuration snippet '30-anon.conf'th/stable-id-bgo776904Thomas Haller2017-01-092-0/+57
| * device: support dynamic "connection.stable-id" in form of text-substitutionThomas Haller2017-01-0910-29/+388
| * core: add assertions for network_id/stable_typeThomas Haller2017-01-096-16/+26
| * keyfile: fix interpreting missing wifi.mac-address-randomization as permanent...Thomas Haller2017-01-092-8/+0
| * utils: add nm_utils_get_boot_id() util to read "/proc/sys/kernel/random/boot_id"Thomas Haller2017-01-092-0/+35
| * shared: add nm_str_realloc()Thomas Haller2017-01-091-0/+19
|/
* vpn: add device route to VPN gateway if parent has no gatewayBeniamino Galvani2017-01-071-14/+16
* libnm-core/8021x: fix up scheme handling in settersLubomir Rintel2017-01-061-39/+56
* merge: branch 'lr/pkcs11'Lubomir Rintel2017-01-069-133/+471
|\
| * supplicant: allow accessing certs and keys in PKCS#11 tokenslr/pkcs11Lubomir Rintel2017-01-061-0/+32
| * supplicant: allow specifying a replacement string for hidden itemsLubomir Rintel2017-01-061-40/+40
| * cli: add support for pkcs11: URI scheme on relevant propertiesLubomir Rintel2017-01-061-13/+10
| * cli: support printing the pkcs11: URI schemeLubomir Rintel2017-01-061-24/+66
| * keyfile: add support for pkcs11: URI schemeLubomir Rintel2017-01-064-7/+33
| * libnm-core/8021x: make cert/key setters handle pkcs11 URI schemeLubomir Rintel2017-01-061-23/+39
| * libnm-core/8021x: add pkcs11: scheme for certificates and keysLubomir Rintel2017-01-063-19/+251
| * cli: do not require a password when setting a PKLubomir Rintel2017-01-061-13/+6
|/
* merge: branch 'lr/ifname-validation'Lubomir Rintel2017-01-0619-61/+107
|\