summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/ipoe
AgeCommit message (Expand)Author
2026-09-01ipoe: harden DHCPv4 option decodingDenys Fedoryshchenko
2026-09-01Merge pull request #351 from nuclearcat/various-fixes-on-compiler-warningsDenys Fedoryshchenko
2026-08-10ipoe: harden local-net prefix length parsingDenys Fedoryshchenko
2026-08-10ipoe: bounds check classless routes and avoid unaligned readsDenys Fedoryshchenko
2026-08-10ipoe: fix netmask computation for classless routesDenys Fedoryshchenko
2026-08-09fixup! ipoe: flush sessions left by a previous instance with a single commandDenys Fedoryshchenko
2026-08-08fixup! ipoe: flush sessions left by a previous instance with a single commandDenys Fedoryshchenko
2026-08-08fixup! ipoe: flush sessions left by a previous instance with a single commandDenys Fedoryshchenko
2026-08-08ipoe: flush sessions left by a previous instance with a single commandDenys Fedoryshchenko
2026-08-08ipoe: zero generic netlink requests before filling them inDenys Fedoryshchenko
2026-07-07ipoe: fix username string leak on early session teardownDenys Fedoryshchenko
2026-07-07ipoe: fix dhcpv4 relay reply packet leakDenys Fedoryshchenko
2026-05-21strip: Fix invalid parsingDenys Fedoryshchenko
2026-05-04session: encapsulate statistics countersDenys Fedoryshchenko
2026-05-04ipoe: encapsulate statistics countersDenys Fedoryshchenko
2026-02-22Replace linux/if.h with net/if.h includemarekm72
2026-02-22Replace linux/if.h with net/if.h in ipoe.hmarekm72
2026-02-22Update header includes in ipoe.cmarekm72
2026-02-22Refactor ARP header includes in arp.cmarekm72
2026-01-30netlink: Added VRF supportAndrii Melnychenko
2025-08-19ci: add tests execution with asan and ubsanSergey V. Lobanov
2025-08-07ipoe: dhcp: Fix username for noauth sessionDmitriy Eshenko
2025-01-22ipoe: fixed DHCP option 42 (ntp servers)aapostoliuk
2024-10-26Merge pull request #185 from svlobanov/pcre2-1Denys Fedoryshchenko
2024-09-02migrate from pcre to pcre2Sergey V. Lobanov
2024-08-27build: fix compile errors on GCC 14Sergey V. Lobanov
2024-04-10musl: Add musl compatibilityDenys Fedoryshchenko
2023-12-27Merge pull request #118 from DmitriyEshenko/fix_local_net_checkxebd
2023-12-26ipoe: check localnet only for start=UP (unclassified packets) sessionsDmitriy Eshenko
2023-12-17ipoe: Add per-interface check-mac-change optionDmitriy Eshenko
2023-11-30vlan_mon: ipoe: pppoe: Add disable vlan timeout featureDmitriy Eshenko
2023-06-27ipoe: fix memory access violation with unset link-selectionLouis Scalbert
2023-06-05ipoe: add dhcp link selection sub-optionPhilippe Guibert
2022-11-01Merge pull request #64 from volodymyrhuti/masterEshenko Dmitriy
2022-10-22T72: Fix compilations warnings for unaligned variable accessVolodymyr Huti
2022-05-09Add missing dhcp end option on dhcp notify packetcygnusb
2021-12-28T22: connection limit for non-shared interfaces by interface indexroot
2021-10-20T50: use server mac in arp replies for proxy_arp=2Sergey V. Lobanov
2021-09-08ipoe: check for local-net in arp requestsDmitry Kozlov
2021-08-26Merge branch 'master' of github.com:accel-ppp/accel-pppDmitry Kozlov
2021-08-26fixed race condition when manipulating serv->timerDmitry Kozlov
2021-07-09ipoe: dhcpv4: fix address lost due signed overflowVladislav Grishenko
2021-06-16ipoe: T41: Fix address range shiftingDmitriyEshenko
2021-04-30ipoe: use destination address from IP header as server_id if not sent in dhcp...Dmitry Kozlov
2021-03-23ipoe: recover common check-ip opt processingVladislav Grishenko
2021-03-20Fixed some errors found by valgrind and pvs-studio (#11)[anp/hsw]
2021-03-20ipoe: fix NULL checkVladislav Grishenko
2021-03-13Fix some errors and warnings found by cppcheck[anp/hsw]
2021-01-10ipoe: add option 54 (server-id) to DHCPNAKDmitry Kozlov
2020-12-19ipoe: added option 56 to DHCP NAK packetDmitry Kozlov