summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core/tests: add test matching s390-subchannels device specThomas Haller2017-01-251-43/+63
* core: add missing initializers to match_data_s390_subchannels_eval()Lubomir Rintel2017-01-251-1/+1
* device: fix setting minimal MTU to 1280 for IPv6Thomas Haller2017-01-241-2/+3
* core: avoid unexporting active-connection that is not exportedThomas Haller2017-01-241-1/+2
* active-connection: drop off the bus when the settings connection disappearsLubomir Rintel2017-01-242-2/+19
* core: drop duplicate code searching for match in nm_match_spec_device()Thomas Haller2017-01-231-24/+9
* core: refactor nm_match_spec_device() to use match-data structureThomas Haller2017-01-231-75/+77
* src/tests: randomize device spec list for testThomas Haller2017-01-201-7/+7
* core: refactor evaluation of device's match-specThomas Haller2017-01-207-393/+408
* device: don't call _commit_mtu() when ipv4.method=disabledBeniamino Galvani2017-01-201-3/+2
* vlan: use parent interface mtu as defaultBeniamino Galvani2017-01-201-1/+19
* device: mark properties in set_property() as construct-onlyThomas Haller2017-01-201-9/+10
* device: remove duplicate setting of device's driver propertyThomas Haller2017-01-201-8/+1
* veth: properly chain up the overridden notify methodLubomir Rintel2017-01-201-0/+1
* device: fix build with old glib & more assertsLubomir Rintel2017-01-191-1/+1
* act-request: return empty properties when not activatedBeniamino Galvani2017-01-191-11/+19
* supplicant: update capabilities before marking manager as runningThomas Haller2017-01-181-3/+3
* supplicant: update whether EAP-FAST is supported for existing supplicant-inte...Thomas Haller2017-01-183-24/+45
* supplicant: fix detection of EAP-FASTThomas Haller2017-01-181-2/+8
* tests: fix tests without libjansson support (--enable-json-validation=no)Thomas Haller2017-01-171-1/+1
* device: add an initializerLubomir Rintel2017-01-171-2/+1
* ifcfg-rh: add a basic test for Proxy settingJiří Klimeš2017-01-172-0/+93
* pacrunner: fix a few typos, uniforms spelling of various forms to "pacrunner"Jiří Klimeš2017-01-171-16/+16
* device: make the MTU globally configurable via connection-defaultsThomas Haller2017-01-175-1/+46
* platform/tun: don't passing around the ifname guessLubomir Rintel2017-01-164-21/+7
* ifupdown: remove redundant error checkLubomir Rintel2017-01-161-9/+0
* 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
* core,libnm: introduce NMDeviceMacsecBeniamino Galvani2017-01-164-0/+422
* platform: add support for macsec linksBeniamino Galvani2017-01-166-0/+279
* ethernet: simplify supplicant error pathBeniamino Galvani2017-01-161-23/+5
* 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
* core: use _nm_packed attribute instead of __attribute__((packed))Thomas Haller2017-01-161-1/+1