summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* all: use nm_utils_strv_find_first() from shared/nm-utilsThomas Haller2017-02-047-19/+19
* core: kill nm_spawn_process()Lubomir Rintel2017-02-032-26/+0
* dns-unbound: avoid using nm_spawn_process()Lubomir Rintel2017-02-031-1/+6
* dns-manager: get rid of the nm_spawn_process() useLubomir Rintel2017-02-031-9/+11
* dns-manager: fix a NULL dereference in error handlingLubomir Rintel2017-02-031-1/+9
* ifcfg-rh: fix interpreting missing MAC_ADDRESS_RANDOMIZATION as permanent add...Thomas Haller2017-01-283-8/+7
* manager: avoid an extra path to ac translationLubomir Rintel2017-01-273-13/+9
* manager: guard the flag setting by the actual device presenceLubomir Rintel2017-01-271-2/+4
* core: refactor parsing in match_device_s390_subchannels_parse()Thomas Haller2017-01-251-35/+32
* 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
* active-connection: unhook the settings connection removed signal on disposeLubomir Rintel2017-01-251-0/+1
* exported-object: fix adding get_property() function for "path" propertyThomas Haller2017-01-251-1/+19
* manager: don't let a master device go unmanaged on a slave activationLubomir Rintel2017-01-251-0/+7
* device: track exported-object path for NMActRequest from deviceThomas Haller2017-01-251-16/+49
* exported-object: add "path" GObject property to have notify signalThomas Haller2017-01-252-3/+26
* 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
* systemd: merge branch systemd into masterThomas Haller2017-01-224-13/+91
|\
| * systemd: update code from upstreamThomas Haller2017-01-215-35/+112
* | core: refactor nm_match_spec_device() to use match-data structureThomas Haller2017-01-211-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
* | vlan: use parent interface mtu as defaultBeniamino Galvani2017-01-201-1/+19
* | device: don't call _commit_mtu() when ipv4.method=disabledBeniamino Galvani2017-01-201-3/+2
* | 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
* | 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
* | device: fix build with old glib & more assertsLubomir Rintel2017-01-181-1/+1
* | 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