summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-ppp.c
Commit message (Expand)AuthorAgeFilesLines
* device: ppp: check that connection has a PPPoE parentbg/pppoeBeniamino Galvani2019-07-011-0/+19
* device: support reapplying route-tableThomas Haller2019-06-171-2/+2
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* device: merge stage3 and stage4 ip-config function for IPv4 and IPv6Thomas Haller2019-03-051-14/+22
* device: unify IPv4 and IPv6 device methods for IP configsThomas Haller2019-03-051-1/+2
* core: don't cast return value of nm_device_get_applied_setting()Thomas Haller2018-10-231-2/+4
* ppp: make ppp-manager cancellable via GCancellableThomas Haller2018-10-171-1/+1
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-19/+1
* device: replace NM_DEVICE_CLASS_DECLARE_TYPES() macro by explicit initializationThomas Haller2018-07-241-2/+3
* device: wrap NM_DEVICE_CLASS_DECLARE_TYPES() macro with do-while blockThomas Haller2018-07-241-1/+1
* device/trivial: rename parent-class variable in device class constructorThomas Haller2018-07-241-7/+7
* ppp-manager: rework stopping NMPPPManager by merging async/sync methodsThomas Haller2018-05-251-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-6/+13
* ppp/trivial: rename fieldBeniamino Galvani2018-01-101-9/+9
* ppp: introduce SetIfindex pppd plugin D-Bus methodBeniamino Galvani2018-01-101-23/+24
* manager: add a method to get a particular device of given typeLubomir Rintel2017-10-301-2/+2
* core: rework tracking of gateway/default-route in ip-configThomas Haller2017-10-101-5/+13
* manager: downgrade error message for missing dependenciesBeniamino Galvani2017-09-201-1/+1
* ppp: rename the interface only when necessaryBeniamino Galvani2017-09-081-4/+9
* core: implement activation of PPP devicesBeniamino Galvani2017-08-051-3/+237
* device: add NMDevicePPPBeniamino Galvani2017-08-051-0/+103