<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp.git/drivers, branch master</title>
<subtitle>High performance PPTP/L2TP/SSTP/PPPoE/IPoE server for Linux (mirror of https://github.com/accel-ppp/accel-ppp.git)
</subtitle>
<id>https://git.amelek.net/accel-ppp/accel-ppp.git/atom?h=master</id>
<link rel='self' href='https://git.amelek.net/accel-ppp/accel-ppp.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/'/>
<updated>2025-06-30T15:45:26+00:00</updated>
<entry>
<title>ipoe: NETIF_F_NETNS_LOCAL got added back, fix</title>
<updated>2025-06-30T15:45:26+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2025-06-30T15:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=df7250cc903daadf416a1021bceaaa7026e331f3'/>
<id>urn:sha1:df7250cc903daadf416a1021bceaaa7026e331f3</id>
<content type='text'>
NETIF_F_NETNS_LOCAL existed in &lt;=6.11, then converted to
dev-&gt;netns_local, and then renamed to netns_immutable in
0c493da86374dffff7505e67289ad75b21f5b301.
This commit address this properly.

Signed-off-by: Denys Fedoryshchenko &lt;denys.f@collabora.com&gt;
</content>
</entry>
<entry>
<title>ipoe: Fix del_timer / timer_delete rename</title>
<updated>2025-06-30T15:33:12+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2025-06-30T15:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=942aff027f6ee38739638a679baf31820da2c8c1'/>
<id>urn:sha1:942aff027f6ee38739638a679baf31820da2c8c1</id>
<content type='text'>
del_timer() was renamed to timer_delete() by commit bb663f0f3c396c6d
(“timers: Rename del_timer() to timer_delete()”) authored by Thomas Gleixner
on 23 Nov 2022, merged via the timers/core branch and included in the Linux
6.2-rc1 merge window; the change therefore reached users with the Linux 6.2
final release on 19 Feb 2023.

(The legacy inline wrappers del_timer() / del_timer_sync() stayed in place
for compatibility until they were dropped by the tree-wide cleanup commit
8fa7292fee5c on 5 Apr 2025, merged for Linux 6.15-rc1.)

Signed-off-by: Denys Fedoryshchenko &lt;denys.f@collabora.com&gt;
</content>
</entry>
<entry>
<title>ipoe: fix driver for kernel 6.12 (NETIF_F_NETNS_LOCAL)</title>
<updated>2024-11-30T23:41:45+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2024-11-30T23:41:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=43f9e5c7ffdc02c06d8c1459027bbf550048e0d4'/>
<id>urn:sha1:43f9e5c7ffdc02c06d8c1459027bbf550048e0d4</id>
<content type='text'>
Closes: https://github.com/accel-ppp/accel-ppp/issues/217
Ref: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=05c1280a2bcfca187fe7fa90bb240602cf54af0a
Ref: https://github.com/torvalds/linux/commit/05c1280a2bcfca187fe7fa90bb240602cf54af0a

Reported-By: https://github.com/axe-kenig
</content>
</entry>
<entry>
<title>Revert "build: add dkms support for ipoe and vlan_mon drivers, ci optimizations"</title>
<updated>2024-08-18T12:36:13+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>nuclearcat@nuclearcat.com</email>
</author>
<published>2024-08-18T12:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=34155624d86be9a49a39bac6e775526c510f4487'/>
<id>urn:sha1:34155624d86be9a49a39bac6e775526c510f4487</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build: add dkms support for ipoe and vlan_mon drivers, ci optimizations</title>
<updated>2024-06-02T12:30:48+00:00</updated>
<author>
<name>Sergey V. Lobanov</name>
<email>sergey@lobanov.in</email>
</author>
<published>2024-05-28T19:46:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=d9fc4be48641bc7116e4dacbdb5e3115c3181a89'/>
<id>urn:sha1:d9fc4be48641bc7116e4dacbdb5e3115c3181a89</id>
<content type='text'>
Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
<entry>
<title>ipoe/vlan_mon: Add proper accel_ppp_version to vlan_mon and ipoe</title>
<updated>2024-04-02T00:15:30+00:00</updated>
<author>
<name>Denys Fedoryshchenko</name>
<email>denys.f@collabora.com</email>
</author>
<published>2024-04-01T21:16:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=6de7ff916bca3ef97eefca9e36cd8db45c2a0c7e'/>
<id>urn:sha1:6de7ff916bca3ef97eefca9e36cd8db45c2a0c7e</id>
<content type='text'>
Signed-off-by: Denys Fedoryshchenko &lt;denys.f@collabora.com&gt;
</content>
</entry>
<entry>
<title>ipoe:vlan_mon: add support for kernels 6.4+</title>
<updated>2023-09-23T09:35:42+00:00</updated>
<author>
<name>Dmitriy Eshenko</name>
<email>dmitriy.eshenko@accel-ppp.org</email>
</author>
<published>2023-09-23T09:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=30bde382bed321e6bc24ce8918c3693ee3c74943'/>
<id>urn:sha1:30bde382bed321e6bc24ce8918c3693ee3c74943</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: Add kernel 6.3 compatibility</title>
<updated>2023-07-17T11:39:10+00:00</updated>
<author>
<name>Dmitriy Eshenko</name>
<email>dmitriy.eshenko@accel-ppp.org</email>
</author>
<published>2023-07-17T11:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=10382e2a0a7a8b9e76d9bcc2487f0bfe693547c2'/>
<id>urn:sha1:10382e2a0a7a8b9e76d9bcc2487f0bfe693547c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe,vlan_mon: add support for kernels 6.1+</title>
<updated>2023-01-24T12:49:04+00:00</updated>
<author>
<name>Dmitriy Eshenko</name>
<email>dmitriy.eshenko@accel-ppp.org</email>
</author>
<published>2023-01-24T12:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=b120b0d83e2145d1681f10003b13274dec6dc412'/>
<id>urn:sha1:b120b0d83e2145d1681f10003b13274dec6dc412</id>
<content type='text'>
Co-authored-by: Martin Zaharinov &lt;micron@bngsoft.net&gt;
</content>
</entry>
<entry>
<title>Use helper function to set device address</title>
<updated>2022-05-05T13:27:57+00:00</updated>
<author>
<name>Peter Adam p.adam@cygnusnetworks.de</name>
<email>p.adam@cygnusnetworks.de</email>
</author>
<published>2022-05-05T08:17:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=e2131adfd01a1993e895df8c51b740b790f087a1'/>
<id>urn:sha1:e2131adfd01a1993e895df8c51b740b790f087a1</id>
<content type='text'>
</content>
</entry>
</feed>
