summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-16merge: branch 'bg/macsec-bgo762114'Beniamino Galvani44-47/+3488
2017-01-16contrib: add macsec test scriptBeniamino Galvani1-0/+102
2017-01-16cli: macsec supportBeniamino Galvani4-4/+263
2017-01-16core: support macsec connectionsBeniamino Galvani1-2/+646
2017-01-16supplicant: add an enum to specify the driverBeniamino Galvani7-20/+41
2017-01-16supplicant: add support for macsec optionsBeniamino Galvani3-0/+87
2017-01-16libnm-core: add NMSettingMacsecBeniamino Galvani10-0/+758
2017-01-16core,libnm: introduce NMDeviceMacsecBeniamino Galvani15-0/+1309
2017-01-16platform: add support for macsec linksBeniamino Galvani6-0/+279
2017-01-16ethernet: simplify supplicant error pathBeniamino Galvani1-23/+5
2017-01-16device: merge branch 'th/device-mtu-bgo777251'Thomas Haller26-460/+465
2017-01-16device: enforce a link MTU of at least 1280 for connections with IPv6Thomas Haller1-0/+16
2017-01-16device: set a per-device default MTU on activationThomas Haller1-5/+25
2017-01-16device: reset previous MTU when device disconnectsThomas Haller1-8/+55
2017-01-16device: refactor configuring MTU by dropping mtu_desiredThomas Haller1-61/+47
2017-01-16ip4-config: cleanup MTU handlingThomas Haller1-11/+15
2017-01-16device/bridge: support setting bridge MTU via wired settingThomas Haller1-0/+1
2017-01-16device: refactor setting user-configured MTU during config commitThomas Haller13-173/+101
2017-01-16device: refactor handling of MTU in deviceThomas Haller1-76/+53
2017-01-16device: cleanup setting of mtu in NMDeviceThomas Haller1-23/+31
2017-01-16device: drop unused virtual function NMDevice:ip6_config_pre_commitThomas Haller2-4/+0
2017-01-16device: fix indention and assertion in apply_mtu_from_config()Thomas Haller1-5/+4
2017-01-16device: fix sysctl getter for MTU using guint32 typeThomas Haller1-3/+8
2017-01-16ip[46]-config: reorder fields in private struct and use bool bitfieldThomas Haller2-18/+18
2017-01-16ip[46]-config/trivial: move code aroundThomas Haller9-127/+141
2017-01-16ppp: use defines for signal namesThomas Haller6-14/+18
2017-01-16platform: avoid one memset() in nmp_cache_id_init()Thomas Haller2-28/+25
2017-01-16core: use nm_offsetofend() macroThomas Haller2-22/+17
2017-01-16shared: add nm_offsetofend() macroThomas Haller1-0/+2
2017-01-16core: use _nm_packed attribute instead of __attribute__((packed))Thomas Haller1-1/+1
2017-01-16libnm: fix leak in nm_setting_802_1x_set_phase2_ca_cert()Thomas Haller1-1/+0
2017-01-13device: cleanup converting mtu to string for sysctl_set()Thomas Haller1-3/+4
2017-01-12libnm-core: fix documentation warningsBeniamino Galvani1-6/+6
2017-01-12supplicant: fix passing FALSE to hidden argument for nm_supplicant_config_add...Thomas Haller1-31/+31
2017-01-12device/wwan: indicate whether IP iface/ifindex changed and simplify WwAN codeDan Williams3-12/+18
2017-01-12device: avoid changing immutable properties during reapplyThomas Haller1-1/+29
2017-01-12device: allow reapplying a connection with differing stable-idThomas Haller1-0/+1
2017-01-11ifcfg-rh: unknown scheme means no certificate at allLubomir Rintel1-0/+2
2017-01-10ifcfg-rh: don't ignore certificates with unknown schemeLubomir Rintel1-1/+3
2017-01-10libnm-core/8021x: don't prefix PKCS#11 URIs with "pkcs11:"Lubomir Rintel1-15/+15
2017-01-10sparse: avoid clash with __bitwise and __force from 4.10 linux/types.hLubomir Rintel1-22/+25
2017-01-10platform: don't update IPv6 temporary addressesBeniamino Galvani1-0/+5
2017-01-10iface-helper: don't cache nm_platform_check_support_kernel_extended_ifa_flags...Thomas Haller1-11/+9
2017-01-10settings: fix assertion when changing connection managed stateBeniamino Galvani5-11/+13
2017-01-09device: fix invalid assertionThomas Haller1-2/+3
2017-01-09man: minor fix to nmcli.xmlFrancesco Giudici1-1/+1
2017-01-09core: merge branch 'th/stable-id-bgo776904'Thomas Haller18-53/+525
2017-01-09example: add example configuration snippet '30-anon.conf'Thomas Haller2-0/+57
2017-01-09device: support dynamic "connection.stable-id" in form of text-substitutionThomas Haller10-29/+388
2017-01-09core: add assertions for network_id/stable_typeThomas Haller6-16/+26