summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! core: support macsec connectionsbg/macsec-bgo762114Thomas Haller2017-01-161-0/+1
* 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/+645
* 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
| * ppp: use defines for signal namesThomas Haller2017-01-166-14/+18
|/
* platform: avoid one memset() in nmp_cache_id_init()Thomas Haller2017-01-162-28/+25
* core: use nm_offsetofend() macroThomas Haller2017-01-162-22/+17
* shared: add nm_offsetofend() macroThomas Haller2017-01-161-0/+2
* core: use _nm_packed attribute instead of __attribute__((packed))Thomas Haller2017-01-161-1/+1
* libnm: fix leak in nm_setting_802_1x_set_phase2_ca_cert()Thomas Haller2017-01-161-1/+0
* 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