summaryrefslogtreecommitdiff
path: root/src/devices/adsl
Commit message (Expand)AuthorAgeFilesLines
* device: don't use platform singleton getter in device subclassesThomas Haller2017-04-181-6/+6
* udev: drop libgudev in favor of libudevThomas Haller2017-03-221-40/+43
* device: rename device-state-reason argument to out_failure_reasonThomas Haller2017-02-221-33/+28
* ip[46]-config/trivial: move code aroundThomas Haller2017-01-161-1/+1
* ppp: use defines for signal namesThomas Haller2017-01-161-2/+2
* all: use O_CLOEXEC for file descriptorsThomas Haller2016-12-131-2/+2
* platform: add optional dirfd argument to sysctl functionsThomas Haller2016-12-132-2/+2
* ppp: split ppp manager into a pluginBeniamino Galvani2016-12-061-5/+9
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-1/+1
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-213-6/+6
* build: rename "src/ppp-manager" to "src/ppp"Thomas Haller2016-11-211-2/+2
* src: drop generated nm-src-enum-types.hThomas Haller2016-10-221-1/+0
* core: don't use generated glib enum for platform typesThomas Haller2016-10-221-7/+9
* build: merge "src/devices/adsl/Makefile.am" into toplevel MakefileThomas Haller2016-10-211-38/+0
* build: merge "src/Makefile.am" into toplevel MakefileThomas Haller2016-10-191-1/+1
* devices/build: use one linker-script-devices.ver for all device pluginsThomas Haller2016-10-132-12/+2
* build: don't guard check-local with "if ENABLE_TESTS"Thomas Haller2016-10-131-5/+0
* build: drop deleted nm-atm-manager.h header file from Makefile.amThomas Haller2016-10-121-1/+0
* device: make NMDeviceFactory a class instead of an interfaceThomas Haller2016-10-111-38/+25
* logging: remove LOGD_HW alias for LOGD_PLATFORMThomas Haller2016-10-111-7/+7
* wwan/ppp: send explicit port speed to pppd when port speed is zero (rh #1281731)Dan Williams2016-10-071-1/+1
* build: use NetworkManager logging domain for device and settings pluginsThomas Haller2016-10-061-1/+1
* core: refactor private data in "src"Thomas Haller2016-10-044-139/+123
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-032-8/+8
* build: add macro to check shared objects symbolsBeniamino Galvani2016-09-201-1/+3
* tests: try to resolve the .so file symbolsLubomir Rintel2016-08-231-0/+1
* all: cleanup includes in header filesThomas Haller2016-08-172-10/+1
* build: disable deprecation checks for internal compilationThomas Haller2016-04-051-1/+0
* utils: inject platform into nm_utils_complete_generic()Thomas Haller2016-03-151-1/+2
* core/trivial: rename NM_ASSERT_VALID_PATH_COMPONENT() helperThomas Haller2016-03-082-2/+2
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-192-4/+2
* device: add nm_device_get_applied_setting()Beniamino Galvani2016-02-121-6/+1
* core: use NM_PLATFORM_GET instead of nm_platform_get() in function callsBeniamino Galvani2016-01-061-2/+2
* build: rename directory "include" to "shared"Thomas Haller2015-12-241-2/+2
* adsl: look up ATM index before constructionDan Williams2015-12-163-54/+90
* adsl: fix detection of br2684 ("nas") interface (bgo #759001)Dan Williams2015-12-161-126/+161
* core: use define for NMPPPManager's "state-changed" signal nameThomas Haller2015-12-071-1/+1
* platform: remove NMPlatformReason enumThomas Haller2015-11-271-1/+1
* core: explicitly unexport objects when we're done with themDan Williams2015-11-101-6/+2
* build: drop generating empty nm-*-enum-types for device pluginsThomas Haller2015-10-051-11/+1
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-301-0/+1
* core: separate active and applied connectionLubomir Rintel2015-09-181-2/+2
* core: fix interface type namesDan Winship2015-09-101-2/+2
* devices, active-connection: port to gdbusDan Winship2015-08-102-8/+6
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-054-6/+4
* include: add convenience header "nm-default.h"Thomas Haller2015-08-051-1/+1
* core: add an NMExportedObject base classDan Winship2015-07-241-3/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-244-6/+4
* platform: pass object type with platform changed signalThomas Haller2015-06-241-1/+1