summaryrefslogtreecommitdiff
path: root/src/core/ppp
Commit message (Expand)AuthorAgeFilesLines
* ppp: move ppp code to "nm-pppd-compat.c"th/pr/1558Thomas Haller2023-04-167-245/+456
* ppp, adding support for compiling against pppd-2.5.0Eivind Næss2023-04-162-23/+144
* all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal usesThomas Haller2022-12-161-1/+2
* all: fix various "-Wcast-align=strict" warningsThomas Haller2022-12-091-1/+1
* core: extend NML3ConfigData:nameserver to track DNS as stringThomas Haller2022-10-271-1/+1
* ppp,wwan: remove explicit initialization of DNS priorityBeniamino Galvani2022-07-181-2/+0
* ppp-manager: ip6: set interface mtu based on ppp configDominique Martinet2022-06-091-1/+3
* ppp-manager: ip6: fix dns not being usedDominique Martinet2022-06-091-0/+2
* core: initialize l3cd dns-priority for ppp and wwanBeniamino Galvani2022-02-281-0/+1
* core: use NM_SHUTDOWN_TIMEOUT_5000_MSEC define in _ppp_manager_stop()Thomas Haller2022-02-241-1/+1
* ppp-manager: give PPP more time to terminateLubomir Rintel2022-02-191-1/+1
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-298-151/+151
* core: rework IP configuration in NetworkManager using layer 3 configurationThomas Haller2021-11-188-155/+886
* clang-format: use "IndentPPDirectives:None" instead of "BeforeHash"Thomas Haller2021-07-091-2/+2
* build: fix linking libnm-log-null into different test programsThomas Haller2021-07-051-0/+1
* ppp: cleanup nm-ppp-manager-call to use const pointer and atomic operationsThomas Haller2021-05-062-17/+32
* core/trival: style cleanupThomas Haller2021-04-201-2/+2
* all: use nm_g_variant_new_au() helperth/gvariant-helpersThomas Haller2021-04-161-10/+8
* platform: move more platform code to src/libnm-platform/Thomas Haller2021-03-051-1/+1
* platform: move nm_utils_modprobe() to libnm-platformThomas Haller2021-03-051-1/+2
* build/meson: cleanup dependencies for libnm-core-implThomas Haller2021-02-281-1/+6
* build/meson: cleanup libnm-glib-aux dependenciesThomas Haller2021-02-281-1/+5
* build: move "shared/nm-{glib-aux,log-null,log-core}" to "src/libnm-{glib-aux,...Thomas Haller2021-02-241-1/+1
* all: change G_LOG_DOMAIN to "nm"th/libnm-core-splitThomas Haller2021-02-181-4/+0
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-182-2/+6
* all: add "src/core/nm-default-daemon.h" as replacement for "nm-default.h"Thomas Haller2021-02-092-2/+2
* all: add "nm-glib-aux/nm-default-glib.h" as replacement for "nm-default.h"Thomas Haller2021-02-092-2/+1
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-0410-0/+2217